[U-Boot] [PATCH v1 0/3] rtc: m41t62: Convert the m41t62 driver to use driver model (DM)

Lukasz Majewski lukma at denx.de
Wed Nov 21 22:43:49 UTC 2018


This series enables using this driver with DM aware boards

Dependency:
"ARM: pinctrl: Provide pinctrl driver for Vybrid (vf610)"
https://patchwork.ozlabs.org/project/uboot/list/?series=76877


Changes in v1:
- New

Lukasz Majewski (3):
  Kconfig: Migrate CONFIG_RTC_M41T62 define to Kconfig
  rtc: m41t62: Break i2c_write() arguments to fix checkpatch warning
  rtc: m41t62: Convert the RTC driver to support the driver model (DM)

 configs/bk4r1_defconfig      |  1 +
 configs/m53menlo_defconfig   |  1 +
 configs/pcm052_defconfig     |  1 +
 configs/x600_defconfig       |  1 +
 drivers/rtc/Kconfig          |  6 ++++
 drivers/rtc/m41t62.c         | 74 ++++++++++++++++++++++++++++++++++++++++++--
 include/configs/m53menlo.h   |  1 -
 include/configs/pcm052.h     |  1 -
 include/configs/x600.h       |  1 -
 scripts/config_whitelist.txt |  1 -
 10 files changed, 82 insertions(+), 6 deletions(-)

-- 
2.11.0



More information about the U-Boot mailing list