Linus Torvalds
c38dec7166
Merge tag 'rtc-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Pull RTC updates from Alexandre Belloni:
"Core:
- fix module reference count in rtc-proc
- Replace simple_strtoul by kstrtoul
New driver:
- Epson RX8010SJ
Subsystem wide cleanups:
- use %ph for short hex dumps
- constify *_chip_ops structures
Drivers:
- abx80x: Microcrystal rv1805 support, alarm support
- cmos: prevent kernel warning on IRQ flags mismatch
- s5m: various cleanups
- rv8803: rx8900 compatibility, small error path fix
- sunxi: various cleanups
- lpc32xx: remove irq > NR_IRQS check from probe()
- imxdi: fix spelling mistake in warning message
- ds1685: don't try to micromanage sysfs output size
- da9063: avoid writing undefined data to rtc
- gemini: Remove unnecessary platform_set_drvdata()
- efi: add efi_procfs in efi_rtc_ops
- pcf8523: refuse to write dates later than 2099"
* tag 'rtc-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: (24 commits)
rtc: cmos: prevent kernel warning on IRQ flags mismatch
rtc: rtc-ds2404: constify ds2404_chip_ops structures
rtc: s5m: Make register configuration per S2MPS device to remove exceptions
rtc: s5m: Add separate field for storing auto-cleared mask in register config
rtc: s5m: Cleanup by removing useless 'rtc' prefix from fields
rtc: Replace simple_strtoul by kstrtoul
rtc: abx80x: add alarm support
rtc: abx80x: Add Microcrystal rv1805 support
rtc: v3020: constify v3020_chip_ops structures
rtc: rv8803: Extend compatibility with the rx8900
rtc: rv8803: fix handling return value of i2c_smbus_read_byte_data
rtc: Add Epson RX8010SJ RTC driver
rtc: lpc32xx: remove irq > NR_IRQS check from probe()
rtc: imxdi: fix spelling mistake in warning message
rtc: ds1685: don't try to micromanage sysfs output size
rtc: use %ph for short hex dumps
rtc: da9063: avoid writing undefined data to rtc
rtc: sunxi: use of_device_get_match_data
rtc: sunxi: constify the data_year_param structure
rtc: sunxi: fix signedness issues
...
2016-01-18 12:10:45 -08:00
..
2015-03-13 23:15:51 +01:00
2016-01-11 07:33:16 +00:00
2015-10-30 17:19:49 +00:00
2015-06-22 12:25:01 +01:00
2015-08-11 15:08:45 +01:00
2015-08-11 15:08:51 +01:00
2015-10-13 11:27:54 +01:00
2015-08-11 15:09:11 +01:00
2011-10-24 14:09:08 +02:00
2016-01-11 20:21:55 +01:00
2015-09-22 17:47:53 -07:00
2013-03-12 09:29:20 +01:00
2016-01-04 09:57:35 +01:00
2013-10-23 16:20:41 +01:00
2015-10-26 14:48:56 +00:00
2012-10-07 17:29:24 +09:00
2011-08-03 14:25:22 -10:00
2012-09-14 09:52:15 +02:00
2014-06-03 08:11:51 +01:00
2009-12-13 19:20:53 +01:00
2012-11-23 12:09:19 +01:00
2014-01-25 13:19:10 -08:00
2012-05-29 11:53:11 -07:00
2014-11-25 16:18:43 +00:00
2015-09-22 13:35:28 +02:00
2014-05-21 10:40:08 +01:00
2015-12-07 02:29:23 +01:00
2015-06-15 13:18:20 +01:00
2015-10-07 15:05:53 -07:00
2009-12-01 09:02:34 +08:00
2014-11-27 11:11:30 +00:00
2013-04-08 13:57:53 +02:00
2014-03-04 08:58:11 +08:00
2014-11-10 16:30:05 +00:00
2011-07-08 21:14:44 -07:00
2012-08-09 15:16:41 +02:00
2014-09-26 08:23:43 +01:00
2008-04-19 11:29:07 +01:00
2015-10-30 17:18:50 +00:00
2011-10-24 14:09:15 +02:00
2015-10-30 17:18:03 +00:00
2014-06-03 08:11:42 +01:00
2010-05-28 01:37:32 +02:00
2014-06-03 08:11:11 +01:00
2012-05-22 23:47:42 +02:00
2014-01-21 08:27:59 +00:00
2012-09-23 20:51:34 +02:00
2013-02-27 19:10:09 -08:00
2015-08-11 15:03:21 +01:00
2012-09-19 12:07:56 +02:00
2013-02-14 00:23:00 +01:00
2014-02-19 13:30:23 +00:00
2013-02-14 07:54:49 +09:00
2014-02-19 13:30:25 +00:00
2013-06-30 23:30:04 +02:00
2014-09-24 15:25:49 +01:00
2014-09-24 15:25:49 +01:00
2015-01-22 16:03:55 +00:00
2015-06-22 12:25:05 +01:00
2015-07-16 21:39:30 +01:00
2015-07-16 21:39:30 +01:00
2015-04-14 17:29:55 -07:00
2015-07-16 21:39:30 +01:00
2014-07-09 14:58:10 +01:00
2014-07-09 14:58:10 +01:00
2011-01-12 14:33:03 +00:00
2013-07-31 02:04:47 +02:00
2015-03-30 10:06:50 +01:00
2015-10-25 12:02:41 +00:00
2015-01-22 16:04:00 +00:00
2012-11-26 12:10:51 +01:00
2014-06-03 08:11:17 +01:00
2013-04-19 00:45:20 +02:00
2015-03-12 09:07:10 +00:00
2014-09-26 08:15:51 +01:00
2015-01-22 15:55:47 +00:00
2015-03-13 23:15:51 +01:00
2014-05-08 08:44:50 +01:00
2015-10-30 17:19:51 +00:00
2014-03-19 08:58:18 +00:00
2013-10-14 15:31:06 +02:00
2013-04-19 18:38:13 +02:00
2013-04-19 18:38:13 +02:00
2015-03-12 09:08:12 +00:00
2012-10-01 15:27:48 +02:00
2012-11-20 12:21:16 +01:00
2015-05-26 14:16:08 -07:00
2015-03-21 01:05:56 +00:00
2014-06-03 08:11:41 +01:00
2008-10-19 22:54:12 +02:00
2015-04-03 17:08:59 -07:00
2008-10-19 22:54:12 +02:00
2008-10-19 22:54:11 +02:00
2015-03-03 16:41:15 +00:00
2015-03-05 21:54:17 +05:30
2015-10-05 10:38:22 +01:00
2013-07-01 11:38:41 -07:00
2014-05-26 16:48:02 +01:00
2014-04-29 10:01:28 -07:00
2014-09-26 08:23:50 +01:00
2015-11-25 12:25:26 +00:00
2014-07-09 16:38:01 +01:00
2013-03-12 09:25:50 +01:00
2012-11-21 16:07:47 +01:00
2011-07-04 18:43:56 +03:00
2014-06-03 08:11:20 +01:00
2013-07-31 02:04:52 +02:00
2012-11-20 12:21:13 +01:00
2009-03-11 13:49:46 +00:00
2012-05-20 17:27:01 +02:00
2008-10-13 21:51:53 +01:00