commit c414c2c46685d7ab3f32d882e42f0a9192fd8186 Author: Ingo Korb Date: Mon Jan 2 21:51:23 2017 +0100 Enable PCF8583 and DS-RTCs in most configurations Enable both the PCF8583 and DS-RTC drivers on all configurations which has enabled one of them before. commit 32ffb6a0e0014dc22e2e68445a871b6f90cd82c5 Author: Ingo Korb Date: Mon Jan 2 21:44:13 2017 +0100 PCF8583: Use alternate address if EEPROM occupies default address Use the alternate I2C address of the PCF8583 (A0 pin high) if compiled for a configuration where the A0-low address is already occupied by the configuration EEPROM. commit 31ef2906ae70d9d415577109f37971cc8c996972 Author: Ingo Korb Date: Mon Jan 2 21:43:16 2017 +0100 i2c_lpc17xx: Fix off-by-one block read length Fix an off-by-one length error in I2C block transfers on the LPC17xx. commit 0fc5f9192c592fffdde727ab94a28790336a8da4 Author: Ingo Korb Date: Mon Jan 2 11:58:19 2017 +0100 Merge CONFIG_RTC_DS1307 and CONFIG_RTC_DS3231 Merge both CONFIG_RTC_DS* config options into a common CONFIG_RTC_DSRTC because the driver now always autodetects the chip type. commit 7bdf36c4093b4fcb97971540249426a4b614d47d Author: Ingo Korb Date: Mon Jan 2 11:54:05 2017 +0100 ds1307-3231: Auto-detect RTC type Add autodetection of the RTC type to the DS1307/DS3231 driver. commit 63a76fd89b448c55036b286a434cfb06ecaf0ac8 Author: Ingo Korb Date: Mon Jan 2 12:06:22 2017 +0100 Update copyright notices for 2017