Linus Torvalds
c38dec7166
RTC for 4.5
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
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJWnRQIAAoJEKbNnwlvZCyzb8kP/26N+iQNxQc1SjR4n/ZpJlBp
aGcqyloPWcrpHPaAlQ7slo/TD0LLYdpYjCshiPnJjm4OLgA5+mba/ca5BgMAKOJM
t0oXtLRVM7//TB+wLkpdHgM/OrwsTmYFMkB15G6YymsSB56Dc5YUxg4fIqCGcpIX
j78AGyfwFinx7WzxMfGQSQIIz3Itym/s4Mc5HAjFikXuOPBQbd6RRZfj80gB/u4f
k3XUsU8bOvQxqUa0SzgQTww90K11h4L5JYIjNh8dBvMbYcVX+xv6OFWfQYcVqrMa
YYiAlznlOJ7O4puy7LSAFzc2Vm42NxqM9WHQ4VNcpRTiQ4nYgcreyPc5DhpY0Tc5
RdA2LmILEG6k+6b2d8yyGBEWOoXYVZyizelyCMkqJRixDXN4jow4Xc5qXDwP/bsX
qQSQK7XFuvDTFFZ4hUqF2W/OWMWo2wIiaYaWY6EAQmh4iq3eFBQ+2yolSJn+1PEY
mJqUyw7E7PNgPagbmfIVJ6g6Q6ZQ/J4G67feZTOFaEagbdFM5eP79HL6ZbtNYZce
4eqcmILvlUtmF0pzm0Ec8fhTIWL55GpPVuge6QkaIPFYq0lId8xiAuOX2L6G4oRf
iAI6URijGwPWIHrCUx5dLGQgkxgauPdW5MpnuvSnxGWezGT2tCzLzV4ZHLyzayiX
L8txbwQN0P1ykTJu1R0/
=xQhZ
-----END PGP SIGNATURE-----
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
2016-01-11 20:21:55 +01:00
2015-09-22 17:47:53 -07:00
2016-01-04 09:57:35 +01:00
2015-10-26 14:48:56 +00:00
2014-06-03 08:11:51 +01: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
2014-11-27 11:11:30 +00:00
2014-11-10 16:30:05 +00:00
2014-09-26 08:23:43 +01:00
2015-10-30 17:18:50 +00:00
2015-10-30 17:18:03 +00:00
2014-06-03 08:11:42 +01:00
2014-06-03 08:11:11 +01:00
2015-08-11 15:03:21 +01: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
2015-03-30 10:06:50 +01:00
2015-10-25 12:02:41 +00:00
2015-01-22 16:04:00 +00:00
2014-06-03 08:11:17 +01: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
2015-03-12 09:08:12 +00: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
2015-04-03 17:08:59 -07: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
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
2014-06-03 08:11:20 +01:00