Enjoy! The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-iio-rtc-5.7 for you to fetch changes up to 7858658cdcab7ca8057444b1d24c6a28ddaa8589: mfd: rn5t618: Cleanup i2c_device_id (2020-03-27 09:42:44 +0000) ---------------------------------------------------------------- Andreas Kemnade (7): dt-bindings: mfd: rn5t618: Document optional property interrupts mfd: rn5t618: Add IRQ support mfd: rn5t618: Add RTC related registers mfd: rn5t618: Add more subdevices rtc: rc5t619: Add Ricoh RC5T619 RTC driver iio: adc: rn5t618: Add ADC driver for RN5T618/RC5T619 mfd: rn5t618: Cleanup i2c_device_id Documentation/devicetree/bindings/mfd/rn5t618.txt | 4 + drivers/iio/adc/Kconfig | 10 + drivers/iio/adc/Makefile | 1 + drivers/iio/adc/rn5t618-adc.c | 256 +++++++++++++ drivers/mfd/Kconfig | 1 + drivers/mfd/rn5t618.c | 109 +++++- drivers/rtc/Kconfig | 10 + drivers/rtc/Makefile | 1 + drivers/rtc/rtc-rc5t619.c | 444 ++++++++++++++++++++++ include/linux/mfd/rn5t618.h | 26 ++ 10 files changed, 851 insertions(+), 11 deletions(-) create mode 100644 drivers/iio/adc/rn5t618-adc.c create mode 100644 drivers/rtc/rtc-rc5t619.c -- Lee Jones [李琼斯] Linaro Services Technical Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog