[U-Boot] [PATCH 14/20] dm: rtc: sandbox: Add a driver for the sandbox I2C RTC

Simon Glass sjg at chromium.org
Mon May 4 16:20:37 CEST 2015


On 20 April 2015 at 12:37, Simon Glass <sjg at chromium.org> wrote:
> Add a driver which communicates with the sandbox I2C emulation RTC device
> and permits it to be used in U-Boot. This driver is very simple - it just
> reads and writes selected I2C registers in the device.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>  drivers/rtc/Makefile      |   3 ++
>  drivers/rtc/sandbox_rtc.c | 106 ++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 109 insertions(+)
>  create mode 100644 drivers/rtc/sandbox_rtc.c

Applied to u-boot-dm.


More information about the U-Boot mailing list