This patch series is based on the code improvement work done for rtc-isl1208 driver and is just compile tested. v1->v2: * Added Rb tag from Geert for patch#1 * Added patch#2 for dropping enum pcf85063_type and the array pcf85063_cfg[] as individual variables, and make lines shorter by referring to e.g. &pcf85063_cfg instead of &pcf85063_cfg[PCF85063]. Biju Das (2): rtc: pcf85063: Simplify probe() rtc: pcf85063: Drop enum pcf85063_type and split pcf85063_cfg[] drivers/rtc/rtc-pcf85063.c | 99 ++++++++++++++++---------------------- 1 file changed, 41 insertions(+), 58 deletions(-) -- 2.25.1