Home
last modified time | relevance | path

Searched hist:"103 f19f055bebf5ffa5ef73bba51d736123c7c33" (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/include/drivers/allwinner/
H A Dsunxi_rsb.h103f19f055bebf5ffa5ef73bba51d736123c7c33 Wed Dec 13 01:08:01 UTC 2017 Andre Przywara <andre.przywara@arm.com> allwinner: Add RSB driver

The "Reduced Serial Bus" is an Allwinner specific bus, bearing many
similarities with I2C. It sports a much higher bus frequency, though,
(typically 3 MHz) and requires much less handholding for the typical
task of manipulating slave registers (fire-and-forget).
On most A64 boards this bus is used to connect the PMIC to the SoC.

This driver provides basic primitives to read and write slave registers,
it will be later used by the PMIC code.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
/rk3399_ARM-atf/drivers/allwinner/
H A Dsunxi_rsb.c103f19f055bebf5ffa5ef73bba51d736123c7c33 Wed Dec 13 01:08:01 UTC 2017 Andre Przywara <andre.przywara@arm.com> allwinner: Add RSB driver

The "Reduced Serial Bus" is an Allwinner specific bus, bearing many
similarities with I2C. It sports a much higher bus frequency, though,
(typically 3 MHz) and requires much less handholding for the typical
task of manipulating slave registers (fire-and-forget).
On most A64 boards this bus is used to connect the PMIC to the SoC.

This driver provides basic primitives to read and write slave registers,
it will be later used by the PMIC code.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>