From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org
Subject: [rtc-linux] [GIT PULL] RTC for 4.2
Date: Thu, 25 Jun 2015 21:16:42 +0200 [thread overview]
Message-ID: <20150625191642.GA16184@piout.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 8011 bytes --]
Hi Linus,
Here is the pull-request for the RTC susbsystem for 4.2. This is my
first pull-request to you, don't hesitate to tell me if I need to adjust
something.
Conflicts:
drivers/rtc/Makefile
Trivial add/add conflicts with the mfd tree, solved in linux-next
Resolution: take both sides.
The following changes since commit 0f57d86787d8b1076ea8f9cbdddda2a46d534a27:
Linux 4.1-rc8 (2015-06-14 15:51:10 -1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/rtc-v4.2-1
for you to fetch changes up to 3783055ef4cf096910f670f9a1a32e32db08559b:
rtc: remove useless I2C dependencies (2015-06-25 01:13:48 +0200)
----------------------------------------------------------------
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
----------------------------------------------------------------
Alexandre Belloni (8):
rtc: mt6397: fix build on some 32bits platforms
rtc: stmp3xxx select STMP_DEVICE
rtc: mv: use BIT()
rtc: mv: correct 24 hour error message
MAINTAINERS: Add RTC subsystem repository
rtc: Properly sort Makefile
rtc: whitespace fixes
rtc: remove useless I2C dependencies
Ard Biesheuvel (1):
rtc: efi: use correct EFI 'epoch'
Arnd Bergmann (1):
rtc: pfc8563: fix uninitialized variable warning
Axel Lin (1):
rtc: ds1672, max6900, max8998: Add MODULE_DEVICE_TABLE
Eddie Huang (2):
mfd: provide RTC resource in MT6397 MFD
MAINTAINERS: add Mediatek RTC driver
H Hartley Sweeten (1):
rtc: ep93xx: Use readl/writel for io
Hans Ulli Kroll (1):
rtc: driver for Cortina Gemini
Hans-Christian Egtvedt (1):
rtc: at32ap700x: update author email
Heiko Stübner (1):
rtc: hym8563: make the irq optional
Jan Kardell (1):
rtc: pcf8563 fix: return -EINVAL if we read an invalid time.
Javier Martinez Canillas (2):
rtc: max77686: Report platform modalias to fix module autoload
rtc: max77802: Report platform modalias to fix module autoload
Jean Delvare (1):
rtc: xgene: Set hardware dependency
Jingoo Han (1):
rtc: rtc-v3020: use gpio_request_array()
Juergen Borleis (5):
rtc: imxdi: avoid the __raw* register access functions
rtc: imxdi: add some background info about the states the machine can be in
rtc: imxdi: add the unit recovery code
rtc: imxdi: monitor a security violation at runtime
rtc: imxdi: when locked, do not fail silently
Julia Lawall (1):
rtc: simplify use of devm_ioremap_resource
Krzysztof Kozlowski (6):
rtc: ab8500: Constify platform_device_id
rtc: hid-sensor-time: Constify platform_device_id
rtc: mxc: Constify platform_device_id
rtc: interface: Fix coding style violations
rtc: interface: Remove unused return value from rtc_timer_cancel()
rtc: s3c: Integrate Exynos3250 into S3C6410
Laxman Dewangan (1):
rtc: palmas: Initialise bb_charging flag before using it
Nishanth Menon (1):
rtc: ds1307: Enable the mcp794xx alarm after programming time
Rasmus Villemoes (1):
rtc: mc13xxx: fix obfuscated and wrong format string
Stefan Agner (1):
rtc: snvs: fix wakealarm by call enable_irq_wake earlier
Tianping Fang (1):
rtc: mediatek: Add MT6397 RTC driver
Xunlei Pang (7):
rtc: pcf8563: Replace deprecated rtc_time_to_tm() and rtc_tm_to_time()
rtc: Introduce rtc_tm_sub() helper function
rtc: isl1208: Replace deprecated rtc_tm_to_time()
rtc: sunxi: Replace deprecated rtc_tm_to_time()
rtc: NTP: Add CONFIG_RTC_SYSTOHC_DEVICE for NTP synchronization
sparc: time: Replace update_persistent_clock() with CONFIG_RTC_SYSTOHC
rtc: interface: Remove rtc_set_mmss()
dann frazier (1):
rtc: efi: Update author email address
kbuild test robot (1):
rtc: gemini: fix cocci warnings
.../devicetree/bindings/rtc/haoyu,hym8563.txt | 2 +-
MAINTAINERS | 9 +
arch/sparc/Kconfig | 2 +-
arch/sparc/kernel/time_32.c | 21 -
arch/sparc/kernel/time_64.c | 14 -
drivers/mfd/mt6397-core.c | 18 +
drivers/rtc/Kconfig | 104 +++--
drivers/rtc/Makefile | 42 +-
drivers/rtc/interface.c | 49 +--
drivers/rtc/rtc-ab8500.c | 2 +-
drivers/rtc/rtc-at32ap700x.c | 2 +-
drivers/rtc/rtc-ds1216.c | 4 +-
drivers/rtc/rtc-ds1286.c | 4 +-
drivers/rtc/rtc-ds1307.c | 12 +-
drivers/rtc/rtc-ds1672.c | 1 +
drivers/rtc/rtc-efi.c | 43 +-
drivers/rtc/rtc-ep93xx.c | 6 +-
drivers/rtc/rtc-gemini.c | 175 ++++++++
drivers/rtc/rtc-hid-sensor-time.c | 2 +-
drivers/rtc/rtc-hym8563.c | 18 +-
drivers/rtc/rtc-imxdi.c | 438 ++++++++++++++++++---
drivers/rtc/rtc-isl1208.c | 9 +-
drivers/rtc/rtc-max6900.c | 1 +
drivers/rtc/rtc-max77686.c | 1 +
drivers/rtc/rtc-max77802.c | 1 +
drivers/rtc/rtc-max8998.c | 1 +
drivers/rtc/rtc-mc13xxx.c | 2 +-
drivers/rtc/rtc-mt6397.c | 395 +++++++++++++++++++
drivers/rtc/rtc-mv.c | 13 +-
drivers/rtc/rtc-mxc.c | 2 +-
drivers/rtc/rtc-palmas.c | 2 +-
drivers/rtc/rtc-pcf8563.c | 21 +-
drivers/rtc/rtc-s3c.c | 14 +-
drivers/rtc/rtc-snvs.c | 30 +-
drivers/rtc/rtc-spear.c | 7 +-
drivers/rtc/rtc-sunxi.c | 32 +-
drivers/rtc/rtc-v3020.c | 41 +-
drivers/rtc/systohc.c | 2 +-
include/linux/rtc.h | 20 +-
39 files changed, 1196 insertions(+), 366 deletions(-)
create mode 100644 drivers/rtc/rtc-gemini.c
create mode 100644 drivers/rtc/rtc-mt6397.c
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
--
You received this message because you are subscribed to "rtc-linux".
Membership options at http://groups.google.com/group/rtc-linux .
Please read http://groups.google.com/group/rtc-linux/web/checklist
before submitting a driver.
---
You received this message because you are subscribed to the Google Groups "rtc-linux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org
Subject: [GIT PULL] RTC for 4.2
Date: Thu, 25 Jun 2015 21:16:42 +0200 [thread overview]
Message-ID: <20150625191642.GA16184@piout.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 7480 bytes --]
Hi Linus,
Here is the pull-request for the RTC susbsystem for 4.2. This is my
first pull-request to you, don't hesitate to tell me if I need to adjust
something.
Conflicts:
drivers/rtc/Makefile
Trivial add/add conflicts with the mfd tree, solved in linux-next
Resolution: take both sides.
The following changes since commit 0f57d86787d8b1076ea8f9cbdddda2a46d534a27:
Linux 4.1-rc8 (2015-06-14 15:51:10 -1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/rtc-v4.2-1
for you to fetch changes up to 3783055ef4cf096910f670f9a1a32e32db08559b:
rtc: remove useless I2C dependencies (2015-06-25 01:13:48 +0200)
----------------------------------------------------------------
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
----------------------------------------------------------------
Alexandre Belloni (8):
rtc: mt6397: fix build on some 32bits platforms
rtc: stmp3xxx select STMP_DEVICE
rtc: mv: use BIT()
rtc: mv: correct 24 hour error message
MAINTAINERS: Add RTC subsystem repository
rtc: Properly sort Makefile
rtc: whitespace fixes
rtc: remove useless I2C dependencies
Ard Biesheuvel (1):
rtc: efi: use correct EFI 'epoch'
Arnd Bergmann (1):
rtc: pfc8563: fix uninitialized variable warning
Axel Lin (1):
rtc: ds1672, max6900, max8998: Add MODULE_DEVICE_TABLE
Eddie Huang (2):
mfd: provide RTC resource in MT6397 MFD
MAINTAINERS: add Mediatek RTC driver
H Hartley Sweeten (1):
rtc: ep93xx: Use readl/writel for io
Hans Ulli Kroll (1):
rtc: driver for Cortina Gemini
Hans-Christian Egtvedt (1):
rtc: at32ap700x: update author email
Heiko Stübner (1):
rtc: hym8563: make the irq optional
Jan Kardell (1):
rtc: pcf8563 fix: return -EINVAL if we read an invalid time.
Javier Martinez Canillas (2):
rtc: max77686: Report platform modalias to fix module autoload
rtc: max77802: Report platform modalias to fix module autoload
Jean Delvare (1):
rtc: xgene: Set hardware dependency
Jingoo Han (1):
rtc: rtc-v3020: use gpio_request_array()
Juergen Borleis (5):
rtc: imxdi: avoid the __raw* register access functions
rtc: imxdi: add some background info about the states the machine can be in
rtc: imxdi: add the unit recovery code
rtc: imxdi: monitor a security violation at runtime
rtc: imxdi: when locked, do not fail silently
Julia Lawall (1):
rtc: simplify use of devm_ioremap_resource
Krzysztof Kozlowski (6):
rtc: ab8500: Constify platform_device_id
rtc: hid-sensor-time: Constify platform_device_id
rtc: mxc: Constify platform_device_id
rtc: interface: Fix coding style violations
rtc: interface: Remove unused return value from rtc_timer_cancel()
rtc: s3c: Integrate Exynos3250 into S3C6410
Laxman Dewangan (1):
rtc: palmas: Initialise bb_charging flag before using it
Nishanth Menon (1):
rtc: ds1307: Enable the mcp794xx alarm after programming time
Rasmus Villemoes (1):
rtc: mc13xxx: fix obfuscated and wrong format string
Stefan Agner (1):
rtc: snvs: fix wakealarm by call enable_irq_wake earlier
Tianping Fang (1):
rtc: mediatek: Add MT6397 RTC driver
Xunlei Pang (7):
rtc: pcf8563: Replace deprecated rtc_time_to_tm() and rtc_tm_to_time()
rtc: Introduce rtc_tm_sub() helper function
rtc: isl1208: Replace deprecated rtc_tm_to_time()
rtc: sunxi: Replace deprecated rtc_tm_to_time()
rtc: NTP: Add CONFIG_RTC_SYSTOHC_DEVICE for NTP synchronization
sparc: time: Replace update_persistent_clock() with CONFIG_RTC_SYSTOHC
rtc: interface: Remove rtc_set_mmss()
dann frazier (1):
rtc: efi: Update author email address
kbuild test robot (1):
rtc: gemini: fix cocci warnings
.../devicetree/bindings/rtc/haoyu,hym8563.txt | 2 +-
MAINTAINERS | 9 +
arch/sparc/Kconfig | 2 +-
arch/sparc/kernel/time_32.c | 21 -
arch/sparc/kernel/time_64.c | 14 -
drivers/mfd/mt6397-core.c | 18 +
drivers/rtc/Kconfig | 104 +++--
drivers/rtc/Makefile | 42 +-
drivers/rtc/interface.c | 49 +--
drivers/rtc/rtc-ab8500.c | 2 +-
drivers/rtc/rtc-at32ap700x.c | 2 +-
drivers/rtc/rtc-ds1216.c | 4 +-
drivers/rtc/rtc-ds1286.c | 4 +-
drivers/rtc/rtc-ds1307.c | 12 +-
drivers/rtc/rtc-ds1672.c | 1 +
drivers/rtc/rtc-efi.c | 43 +-
drivers/rtc/rtc-ep93xx.c | 6 +-
drivers/rtc/rtc-gemini.c | 175 ++++++++
drivers/rtc/rtc-hid-sensor-time.c | 2 +-
drivers/rtc/rtc-hym8563.c | 18 +-
drivers/rtc/rtc-imxdi.c | 438 ++++++++++++++++++---
drivers/rtc/rtc-isl1208.c | 9 +-
drivers/rtc/rtc-max6900.c | 1 +
drivers/rtc/rtc-max77686.c | 1 +
drivers/rtc/rtc-max77802.c | 1 +
drivers/rtc/rtc-max8998.c | 1 +
drivers/rtc/rtc-mc13xxx.c | 2 +-
drivers/rtc/rtc-mt6397.c | 395 +++++++++++++++++++
drivers/rtc/rtc-mv.c | 13 +-
drivers/rtc/rtc-mxc.c | 2 +-
drivers/rtc/rtc-palmas.c | 2 +-
drivers/rtc/rtc-pcf8563.c | 21 +-
drivers/rtc/rtc-s3c.c | 14 +-
drivers/rtc/rtc-snvs.c | 30 +-
drivers/rtc/rtc-spear.c | 7 +-
drivers/rtc/rtc-sunxi.c | 32 +-
drivers/rtc/rtc-v3020.c | 41 +-
drivers/rtc/systohc.c | 2 +-
include/linux/rtc.h | 20 +-
39 files changed, 1196 insertions(+), 366 deletions(-)
create mode 100644 drivers/rtc/rtc-gemini.c
create mode 100644 drivers/rtc/rtc-mt6397.c
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next reply other threads:[~2015-06-25 19:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-25 19:16 Alexandre Belloni [this message]
2015-06-25 19:16 ` [GIT PULL] RTC for 4.2 Alexandre Belloni
2015-06-26 1:59 ` [rtc-linux] " Linus Torvalds
2015-06-26 1:59 ` Linus Torvalds
2015-06-26 7:41 ` [rtc-linux] " Alexandre Belloni
2015-06-26 7:41 ` Alexandre Belloni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150625191642.GA16184@piout.net \
--to=alexandre.belloni@free-electrons.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rtc-linux@googlegroups.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.