Linus Torvalds
c13c810063
RTC for 4.2
Core:
- Coding style and whitespace fixes (interface, Makefile and Kconfig)
- New rtc_tm_sub() helper
- New CONFIG_RTC_SYSTOHC_DEVICE option
- Removed rtc_set_mmss()
New drivers:
- Mediatek MT6397
- Cortina Gemini
Drivers:
- Year 2106 fixes for isl1208, pcf8563 and sunxi
- update author email for at32ap700x and efi
- ds1307: alarm fix
- efi: use correct EFI 'epoch'
- hym8563: make irq optional
- imxdi: cleanups and better handling of the security/tamper monitoring
- snvs: fix wakealarm
- Compilation fixes or warning removal for gemini, mt6397, palmas, pfc8563
- Trivial cleanups for ab8500, ds1216, ds1286, ds1672, ep93xx,
hid-sensor-time, max6900, max8998, max77686, max77802, mc13xxx, mv, mxc, s3c,
spear, v3020
- Kconfig fixes for stmp3xxx and xgene
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJVi7VHAAoJEKbNnwlvZCyzv+YP/1sMAsrusvx3cUEmhJurNk5H
+vPUdogbr8df9voLkHqTaK1B5+LrL5EXYu+y/6VOwaLIiYv7P9k/eOeZ44fraidc
H7xnDQ7cOGzE5LpjPg8+o56rh3rGDF1UdZBwbFTgfv4gmZi+GAf+2MEUam+dVVtF
K9+7Xu77A6EgW+h2uHix8GVtflHdRk/Vxjxl0uOR9BM9O883N5dYYZ7sjenfG65D
dctAEo+U1xUCw3GCIQ63DvD0joThQk7IB9xJmK/lE5nIv4tbGp5PV8VSNkjKxbFz
1wa9SR1dhBdjbJ6ZeHh8N5EJ0d5MrssW1blsb7/06MHTu0KYgCndU5EEDOE2pVqD
GJooYa6RsNqz/KElJ7/0z4T+DJxW7BWaZYRIwv4jpuA4/Y74O5FDw0ULOqxhB8zd
kVgfWb0feNQikaZio8gOyzIBkw3CBZBu+f6HMJGaeYWSzTNsDLgA8ee7mUawMP31
ljOxOuPMiTGUbAczK9URo/acZYWNyCOQdm85FxCuwCuPe48m7CyTU6wWBX0Vwj5q
y3sHH5stcykCesneNj+IJ8v/knqo9d6M43CbCbwBeo0DJskuXF6jjQ9QLBNZP9U0
7qQa7isL3j3J7T5EouJIBQH2yy4SFiffVOZOPbJ8l+iRUPZUMdOEs2VkQs8BKIZ+
znu/Ov941h8/HbyI6rcl
=mugF
-----END PGP SIGNATURE-----
Merge tag 'rtc-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Pull RTC updates from Alexandre Belloni:
"Core:
- Coding style and whitespace fixes (interface, Makefile and Kconfig)
- New rtc_tm_sub() helper
- New CONFIG_RTC_SYSTOHC_DEVICE option
- Removed rtc_set_mmss()
New drivers:
- Mediatek MT6397
- Cortina Gemini
Drivers:
- Year 2106 fixes for isl1208, pcf8563 and sunxi
- update author email for at32ap700x and efi
- ds1307: alarm fix
- efi: use correct EFI 'epoch'
- hym8563: make irq optional
- imxdi: cleanups and better handling of the security/tamper monitoring
- snvs: fix wakealarm
- Compilation fixes or warning removal for gemini, mt6397, palmas, pfc8563
- Trivial cleanups for ab8500, ds1216, ds1286, ds1672, ep93xx,
hid-sensor-time, max6900, max8998, max77686, max77802, mc13xxx, mv,
mxc, s3c, spear, v3020
- Kconfig fixes for stmp3xxx and xgene"
* tag 'rtc-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: (48 commits)
rtc: remove useless I2C dependencies
rtc: whitespace fixes
rtc: Properly sort Makefile
MAINTAINERS: Add RTC subsystem repository
rtc: pfc8563: fix uninitialized variable warning
rtc: ds1307: Enable the mcp794xx alarm after programming time
rtc: hym8563: make the irq optional
rtc: gemini: fix cocci warnings
rtc: mv: correct 24 hour error message
rtc: mv: use BIT()
rtc: efi: use correct EFI 'epoch'
rtc: interface: Remove rtc_set_mmss()
sparc: time: Replace update_persistent_clock() with CONFIG_RTC_SYSTOHC
rtc: NTP: Add CONFIG_RTC_SYSTOHC_DEVICE for NTP synchronization
rtc: sunxi: Replace deprecated rtc_tm_to_time()
rtc: isl1208: Replace deprecated rtc_tm_to_time()
rtc: Introduce rtc_tm_sub() helper function
rtc: pcf8563: Replace deprecated rtc_time_to_tm() and rtc_tm_to_time()
rtc: palmas: Initialise bb_charging flag before using it
rtc: simplify use of devm_ioremap_resource
...
2015-06-25 18:55:33 -07:00
..
2014-10-20 16:20:15 +02:00
2013-07-10 13:56:10 -07:00
2014-05-18 19:01:34 -07:00
2014-05-18 19:01:27 -07:00
2014-10-20 16:20:15 +02:00
2014-05-18 19:01:30 -07:00
2014-10-20 16:20:15 +02:00
2014-10-20 16:20:15 +02:00
2014-05-18 19:01:34 -07:00
2014-09-09 15:24:10 -07:00
2014-09-09 15:24:10 -07:00
2014-05-18 19:01:29 -07:00
2014-05-18 19:01:29 -07:00
2011-10-31 19:30:54 -04:00
2014-09-16 18:31:31 -07:00
2014-10-18 23:03:09 -04:00
2014-01-28 23:38:23 -08:00
2015-05-31 22:15:01 -07:00
2013-07-31 19:10:04 -07:00
2012-05-27 23:52:49 -07:00
2012-10-14 19:26:52 -04:00
2014-03-07 10:06:14 -05:00
2012-07-26 16:46:15 -07:00
2014-10-24 09:52:49 -07:00
2010-08-08 22:07:36 -07:00
2015-03-19 18:54:49 -07:00
2015-03-19 18:54:49 -07:00
2014-10-24 09:52:49 -07:00
2012-05-11 20:45:18 -07:00
2015-05-05 13:35:39 -06:00
2015-04-18 12:32:59 -07:00
2014-09-10 14:03:28 -07:00
2014-04-29 01:12:25 -04:00
2014-10-05 16:53:40 -07:00
2014-05-18 19:01:29 -07:00
2012-03-29 22:40:52 -07:00
2014-05-18 19:01:34 -07:00
2013-02-06 11:04:10 -08:00
2014-05-18 19:01:34 -07:00
2014-08-26 13:45:55 -04:00
2010-04-14 02:04:29 -07:00
2014-10-05 16:53:40 -07:00
2015-06-24 17:49:40 -07:00
2014-09-09 16:39:10 -07:00
2014-10-20 16:20:15 +02:00
2015-05-31 22:14:05 -07:00
2015-03-19 10:17:22 -05:00
2014-04-29 01:12:27 -04:00
2014-12-11 18:51:56 -08:00
2014-05-18 19:01:29 -07:00
2015-04-22 15:42:56 -04:00
2015-02-13 21:21:42 -08:00
2014-08-26 13:45:55 -04:00
2012-04-15 10:28:49 -07:00
2012-07-06 07:16:34 -05:00
2014-04-29 01:12:27 -04:00
2014-01-28 23:38:23 -08:00
2014-10-20 16:20:15 +02:00
2014-05-18 19:01:29 -07:00
2014-11-23 13:01:45 +01:00
2014-10-20 16:20:15 +02:00
2014-10-20 16:20:15 +02:00
2014-12-14 16:10:09 -08:00
2015-04-18 12:32:59 -07:00
2014-05-18 19:01:29 -07:00
2015-05-31 22:14:40 -07:00
2015-03-12 15:04:01 -05:00
2015-03-19 18:54:49 -07:00
2015-06-25 06:01:03 -07:00
2014-10-20 16:20:15 +02:00
2014-10-20 16:20:15 +02:00
2014-05-18 19:01:27 -07:00
2015-03-19 18:54:50 -07:00
2011-10-31 19:30:54 -04:00
2014-05-18 19:01:31 -07:00
2013-06-13 22:12:14 +01:00
2011-06-07 16:06:34 -07:00
2014-05-18 19:01:29 -07:00
2011-06-07 16:06:34 -07:00
2014-05-18 19:01:29 -07:00
2014-04-29 01:12:26 -04:00
2014-09-23 16:21:26 -04:00
2012-03-28 18:30:03 +01:00
2012-05-27 23:52:49 -07:00
2013-11-19 10:40:00 -08:00
2013-01-21 14:33:00 -08:00
2014-04-29 01:12:25 -04:00
2015-05-31 22:15:01 -07:00
2015-02-12 18:54:12 -08:00
2015-02-12 18:54:12 -08:00
2015-02-12 18:54:12 -08:00
2012-03-28 18:30:03 +01:00
2012-03-28 18:30:03 +01:00
2011-08-20 17:14:54 -07:00
2014-08-06 14:41:10 -07:00
2015-04-22 15:42:56 -04:00
2014-01-28 23:38:23 -08:00
2014-01-28 23:38:23 -08:00
2011-08-02 21:28:52 -07:00
2011-10-31 19:30:53 -04:00
2015-03-01 21:33:58 -08:00
2014-04-29 01:12:25 -04:00
2014-08-26 13:45:55 -04:00
2014-02-12 16:10:45 -05:00
2013-07-14 19:36:52 -04:00
2014-09-16 17:46:44 -07:00
2014-07-21 22:27:56 -07:00
2014-05-18 19:01:31 -07:00
2014-05-18 19:01:28 -07:00
2015-03-03 14:05:48 -08:00
2014-12-13 12:42:51 -08:00
2014-05-21 12:54:42 -07:00
2014-12-13 12:42:51 -08:00
2014-12-13 12:42:51 -08:00
2014-05-18 19:01:31 -07:00
2015-06-25 01:13:43 +02:00
2015-06-25 01:13:43 +02:00
2014-01-28 23:38:23 -08:00
2014-10-24 09:52:49 -07:00
2015-04-12 21:03:21 +02:00
2015-04-12 21:03:21 +02:00
2014-10-18 23:03:09 -04:00
2012-05-19 23:27:25 -07:00
2012-05-19 23:26:41 -07:00
2011-02-01 12:39:59 -08:00
2011-03-16 18:19:15 -07:00
2014-07-21 21:37:06 -07:00
2014-06-19 07:50:07 -10:00
2014-09-30 14:40:45 -07:00
2014-09-30 14:17:08 -07:00
2012-10-26 15:18:37 -07:00
2015-05-31 22:15:01 -07:00
2014-04-29 01:12:25 -04:00
2012-10-26 15:18:37 -07:00
2012-05-27 23:52:49 -07:00
2012-05-27 23:52:49 -07:00