[PATCH v3 0/2] Adding I2C support to RX6110 RTC
From: Claudius Heine
Date: Tue Nov 17 2020 - 07:18:58 EST
Hi,
based on the last feedback round we decided to remove the ACPI patch from this
patchset for now until we have the correct one. I have also moved the typo fix
to the front, so it can be applied independently.
best regards,
Claudius
Changes from v2:
- removed unused variables
- reordered patches for easy partial application
- removed ACPI patch, because we are investigating ACPI name change
Changes from v1:
- moved common probing code into its own function `rx6110_probe`
- added a small patch to fix a type in the Kconfig
Claudius Heine (2):
rtc: Kconfig: Fix typo in help message of rx 6110
rtc: rx6110: add i2c support
drivers/rtc/Kconfig | 20 ++---
drivers/rtc/rtc-rx6110.c | 165 +++++++++++++++++++++++++++++++++------
2 files changed, 153 insertions(+), 32 deletions(-)
--
2.20.1