Series with certain refactorings for the ds1307 rtc driver. v2: - improved nvmem patch v3: - use IS_REACHABLE in nvmem patch to make sure that nvmem API isn't used if ds1307 is built-in and nvmem is a module - add Reviewed-by to first three patches Heiner Kallweit (4): rtc: ds1307: make definition of ds1307_of_match more compact rtc: ds1307: use regmap_update_bits where applicable rtc: ds1307: factor out century bit handling rtc: ds1307: change nvram handling to use the nvmem subsystem drivers/rtc/rtc-ds1307.c | 316 ++++++++++++++--------------------------------- 1 file changed, 91 insertions(+), 225 deletions(-) -- 2.13.0