add DM and Kconfig support for RTC_RX8025 driver. Based on mainline commit: 6070ef409c - Merge branch '2019-07-12-master-imports'
Travis build: https://travis-ci.org/hsdenx/u-boot-test/builds/558787565 Heiko Schocher (3): rtc: move RTC_RX8025 to Kconfig rtc, rx8025: fix Coding Style rtc, rx8025: add DM support configs/caddy2_defconfig | 1 + configs/socrates_defconfig | 1 + configs/vme8349_defconfig | 1 + drivers/rtc/Kconfig | 5 + drivers/rtc/rx8025.c | 180 ++++++++++++++++++++++++++++------- include/configs/caddy2.h | 1 - include/configs/socrates.h | 1 - include/configs/vme8349.h | 1 - scripts/config_whitelist.txt | 1 - 9 files changed, 156 insertions(+), 36 deletions(-) -- 2.21.0 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

