From: Opensource [Steve Twiss] <stwiss.opensou...@diasemi.com> This patch series updates the register definitions for the DA9063 PMIC and adds support for the DA9063 RTC.
- PATCH-0001 Changes to the DA9063 registers.h to support production silicon; - PATCH-0002 Add a new RTC driver which is applicable to this version of the silicon; This is a resend of the original patch set, now adding Andrew Morton after the RTC driver PATCH-0002 has been waiting to be merged since March. Would it be possible to merge PATCH-0002 into linux-next please? This patch has already been Acked by Alessandro Zummo but has not been able to be applied: https://lkml.org/lkml/2014/3/26/56 - PATCH-0001 Please note that Lee Jones has already applied the registers.h patch into the linux-next tree. See here: https://lkml.org/lkml/2014/3/10/267 - PATCH-0002 The RTC component of the patch set was originally Acked here: https://lkml.org/lkml/2014/3/7/112 but has not yet been merged. Thank you, Steve Twiss, Dialog Semiconductor Ltd. S Twiss (2): mfd: da9063: Upgrade of register definitions to support production silicon rtc: da9063: RTC driver drivers/rtc/Kconfig | 10 + drivers/rtc/Makefile | 1 + drivers/rtc/rtc-da9063.c | 332 ++++++++++++++++++++++++++++++++++ include/linux/mfd/da9063/registers.h | 120 ++++++------ 4 files changed, 405 insertions(+), 58 deletions(-) create mode 100644 drivers/rtc/rtc-da9063.c -- end-of-patch for PATCH V1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/