Linus Torvalds
6c84239d59
Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
...
Pull RTC updates from Alexandre Belloni:
"RTC for 4.8
Cleanups:
- huge cleanup of rtc-generic and char/genrtc this allowed to cleanup
rtc-cmos, rtc-sh, rtc-m68k, rtc-powerpc and rtc-parisc
- move mn10300 to rtc-cmos
Subsystem:
- fix wakealarms after hibernate
- multiples fixes for rctest
- simplify implementations of .read_alarm
New drivers:
- Maxim MAX6916
Drivers:
- ds1307: fix weekday
- m41t80: add wakeup support
- pcf85063: add support for PCF85063A variant
- rv8803: extend i2c fix and other fixes
- s35390a: fix alarm reading, this fixes instant reboot after
shutdown for QNAP TS-41x
- s3c: clock fixes"
* tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: (65 commits)
rtc: rv8803: Clear V1F when setting the time
rtc: rv8803: Stop the clock while setting the time
rtc: rv8803: Always apply the I²C workaround
rtc: rv8803: Fix read day of week
rtc: rv8803: Remove the check for valid time
rtc: rv8803: Kconfig: Indicate rx8900 support
rtc: asm9260: remove .owner field for driver
rtc: at91sam9: Fix missing spin_lock_init()
rtc: m41t80: add suspend handlers for alarm IRQ
rtc: m41t80: make it a real error message
rtc: pcf85063: Add support for the PCF85063A device
rtc: pcf85063: fix year range
rtc: hym8563: in .read_alarm set .tm_sec to 0 to signal minute accuracy
rtc: explicitly set tm_sec = 0 for drivers with minute accurancy
rtc: s3c: Add s3c_rtc_{enable/disable}_clk in s3c_rtc_setfreq()
rtc: s3c: Remove unnecessary call to disable already disabled clock
rtc: abx80x: use devm_add_action_or_reset()
rtc: m41t80: use devm_add_action_or_reset()
rtc: fix a typo and reduce three empty lines to one
rtc: s35390a: improve two comments in .set_alarm
...
2016-08-05 09:48:22 -04:00
..
2016-08-04 20:22:34 +10:00
2016-07-30 21:01:36 -07:00
2016-07-09 01:43:50 -05:00
2015-07-23 19:52:03 +10:00
2016-06-24 15:17:57 +10:00
2016-06-16 22:39:54 +10:00
2016-06-16 10:48:28 +02:00
2016-01-12 20:46:53 +02:00
2014-11-12 16:31:46 +11:00
2012-10-09 09:47:26 +01:00
2013-08-14 14:57:40 +10:00
2014-09-25 23:14:43 +10:00
2016-03-11 17:20:11 -06:00
2016-08-01 11:15:03 +10:00
2016-03-09 10:44:18 -06:00
2016-02-24 20:08:48 +11:00
2016-06-14 13:58:27 +10:00
2015-07-29 11:56:13 +10:00
2014-04-23 10:05:16 +10:00
2014-10-08 20:15:37 +11:00
2014-06-11 17:03:28 +10:00
2015-12-22 17:12:56 -06:00
2016-08-01 11:15:06 +10:00
2016-07-21 20:33:57 +10:00
2016-07-15 20:18:41 +10:00
2016-08-01 11:15:05 +10:00
2016-03-04 23:58:38 -06:00
2016-08-01 11:15:03 +10:00
2015-03-23 14:29:40 +11:00
2016-08-01 11:15:03 +10:00
2014-05-23 08:28:02 +09:00
2016-08-01 11:15:03 +10:00
2014-05-20 10:54:06 +10:00
2015-07-13 10:10:54 +10:00
2015-10-15 15:58:16 +11:00
2016-08-04 08:50:07 -04:00
2013-04-18 13:03:53 +10:00
2015-05-28 15:31:53 +02:00
2014-06-11 17:04:33 +10:00
2016-06-21 15:30:56 +10:00
2015-04-14 16:49:05 -07:00
2014-04-09 12:53:28 +10:00
2014-01-09 10:14:57 +01:00
2015-10-27 18:14:40 -05:00
2016-07-30 13:43:19 +10:00
2016-01-20 17:09:18 -08:00
2016-07-21 18:51:42 +10:00
2016-07-21 18:56:13 +10:00
2016-07-09 02:02:48 -05:00
2014-06-25 18:49:40 -05:00
2012-11-15 13:00:58 +11:00
2012-10-05 23:38:38 +02:00
2015-01-12 05:04:13 -08:00
2015-02-03 18:47:18 +01:00
2016-03-04 23:50:27 -06:00
2016-06-14 13:58:27 +10:00
2014-11-03 12:12:32 +11:00
2015-11-09 15:11:24 -08:00
2016-06-20 14:11:25 +10:00
2016-08-01 11:15:09 +10:00
2016-07-21 18:56:31 +10:00
2013-10-11 16:48:53 +11:00
2014-05-20 10:54:06 +10:00
2016-07-17 16:42:44 +10:00
2016-03-01 19:27:20 +11:00
2013-06-12 12:37:26 +01:00
2015-12-17 16:42:12 +08:00
2013-01-03 15:57:04 -08:00
2016-03-01 19:27:20 +11:00
2016-08-04 08:50:07 -04:00
2015-02-23 14:52:04 +11:00
2014-09-25 23:14:43 +10:00
2014-07-28 14:11:23 +10:00
2016-08-05 09:00:54 -04:00
2015-10-06 14:52:48 -04:00
2014-12-29 15:44:53 +11:00
2012-07-24 15:27:29 +08:00
2016-06-14 13:58:27 +10:00
2014-09-22 10:11:34 +02:00
2013-10-17 14:45:05 +02:00
2016-08-01 11:15:08 +10:00
2016-07-15 20:18:41 +10:00
2016-01-15 17:56:32 -08:00
2014-03-19 19:57:15 -05:00
2015-08-22 11:16:19 +02:00
2016-05-13 17:29:23 +02:00
2014-01-09 10:14:57 +01:00
2016-03-02 09:56:50 +11:00
2016-06-14 13:58:27 +10:00
2016-04-14 15:47:06 +10:00
2013-12-09 11:40:25 +11:00
2016-08-04 20:22:34 +10:00
2014-03-07 15:52:10 +11:00
2015-06-24 17:49:41 -07:00
2016-08-05 09:00:54 -04:00
2016-05-01 18:33:05 +10:00
2016-07-09 02:02:48 -05:00
2014-07-28 15:23:13 +02:00
2016-08-01 11:15:06 +10:00
2016-03-11 11:20:15 +11:00
2015-10-22 16:06:08 +02:00
2016-07-14 21:12:06 +10:00
2015-03-31 22:23:17 -05:00
2015-10-22 15:19:40 +02:00
2012-08-24 20:26:04 +10:00
2013-07-01 18:38:41 -05:00
2015-03-23 19:51:17 -05:00
2015-10-05 21:32:50 +11:00
2016-06-08 15:17:01 +02:00
2015-04-11 20:49:27 +10:00
2015-03-23 14:05:49 +11:00
2016-07-17 16:42:46 +10:00
2016-07-21 18:56:31 +10:00
2014-07-28 14:10:25 +10:00
2016-08-02 16:11:27 -04:00
2016-03-11 17:20:11 -06:00
2016-05-11 21:54:00 +10:00
2016-07-19 20:17:07 +10:00
2013-04-18 13:03:50 +10:00
2016-06-21 15:30:52 +10:00
2016-06-17 14:43:34 -05:00
2013-08-07 18:38:03 -05:00
2016-03-10 22:56:05 +11:00
2014-10-15 11:23:20 +11:00
2016-05-11 21:53:49 +10:00
2016-07-17 16:42:51 +10:00
2016-05-01 18:32:16 +10:00
2016-07-26 16:19:19 -07:00
2015-12-14 15:19:17 +11:00
2016-06-14 13:58:26 +10:00
2016-07-14 20:28:08 +10:00
2013-01-10 15:08:37 +11:00
2016-07-14 21:12:06 +10:00
2016-07-30 21:01:36 -07:00
2016-07-30 21:01:36 -07:00
2016-06-21 15:30:56 +10:00
2013-06-20 16:55:09 +10:00
2016-07-15 20:18:41 +10:00
2014-09-25 23:14:43 +10:00
2016-07-21 18:56:38 +10:00
2016-06-14 13:58:26 +10:00
2016-06-14 13:58:26 +10:00
2016-06-14 13:58:27 +10:00
2016-03-16 15:22:40 +11:00
2014-06-11 16:35:38 +10:00
2016-03-01 19:27:20 +11:00
2013-08-07 18:38:04 -05:00
2016-08-01 11:15:03 +10:00
2014-09-25 23:14:43 +10:00
2016-07-21 19:17:46 +10:00
2013-11-06 14:13:49 +11:00
2015-04-17 09:04:10 -04:00
2016-06-14 13:58:27 +10:00
2016-07-21 18:56:31 +10:00
2013-10-11 17:26:49 +11:00
2013-06-01 08:29:23 +10:00
2016-07-21 19:17:46 +10:00
2016-07-21 18:56:38 +10:00
2012-09-17 16:31:51 +10:00
2016-06-14 16:05:44 +10:00
2015-08-18 19:29:49 +10:00
2012-10-09 09:47:26 +01:00
2014-10-08 20:14:54 +11:00
2014-09-25 23:14:51 +10:00
2016-06-14 13:58:25 +10:00
2015-03-24 13:33:52 +11:00
2012-09-12 14:57:09 -05:00
2016-08-01 11:15:15 +10:00
2016-07-21 18:51:42 +10:00
2015-07-29 11:56:13 +10:00
2013-02-03 18:16:11 -05:00
2016-04-27 16:47:55 +10:00
2016-07-17 16:42:47 +10:00
2012-10-09 09:47:26 +01:00
2016-08-02 19:35:23 -04:00
2016-08-01 11:15:03 +10:00
2013-11-22 16:56:48 -06:00
2016-08-01 11:15:10 +10:00
2016-08-01 11:15:13 +10:00
2014-03-29 15:44:05 +01:00
2015-05-27 15:22:15 +02:00
2015-08-06 16:36:23 +10:00
2016-02-15 21:10:03 +11:00
2015-09-16 15:47:51 +02:00
2016-06-14 13:58:26 +10:00
2016-06-14 13:58:27 +10:00
2016-01-04 10:28:12 -05:00
2014-09-25 23:14:43 +10:00
2013-12-30 14:02:29 +11:00
2016-03-01 19:27:20 +11:00
2016-04-27 16:47:55 +10:00
2013-11-20 16:31:01 +01:00
2015-11-26 22:11:17 +11:00
2014-02-17 11:19:37 +11:00
2015-03-23 14:29:40 +11:00
2015-05-05 13:35:39 -06:00
2016-05-02 11:10:25 +10:00
2016-07-17 16:42:45 +10:00
2016-08-01 11:15:03 +10:00