Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1364516
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] RTC for 4.6 #2 |
| Date | 2016-03-25 02:50 +0100 |
| Message-ID | <rgp2W-2Mp-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Linus,
A second pull request for v4.6 with a few fixesi before -rc1. The new
features for abx80x actually make the RTC behave correctly.
The following changes since commit cee2cc21550648679d222cbe2637fcc6d0f730ef:
rtc: pcf2127: add pcf2129 device id (2016-03-14 17:08:41 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/rtc-4.6-2
for you to fetch changes up to ee087744247c421c83abea7f01217bfd39b8f5a9:
rtc: abx80x: handle the oscillator failure bit (2016-03-25 02:41:13 +0100)
----------------------------------------------------------------
RTC for 4.6 #2
Drivers:
- abx80x: handle both XT and RC oscillators, XT failure bit and autocalibration
- m41t80: avoid out of range year values
- rv8803: workaround an i2c HW issue
----------------------------------------------------------------
Alexandre Belloni (2):
rtc: rv3029: stop mentioning rv3029c2
rtc: rv8803: workaround i2c HW issue
Arnd Bergmann (1):
rtc: asm9260: remove incorrect __init/__exit annotations
Emil Bartczak (1):
rtc: mcp795: add devicetree support
Javier Martinez Canillas (1):
rtc: s3c: Don't print an error on probe deferral
Mylène Josserand (2):
rtc: abx80x: handle autocalibration
rtc: abx80x: handle the oscillator failure bit
Stefan Christ (1):
rtc: m41t80: avoid out of range year values
.../devicetree/bindings/rtc/maxim,mcp795.txt | 11 +
drivers/rtc/Kconfig | 2 +-
drivers/rtc/rtc-abx80x.c | 252 ++++++++++++++++++++-
drivers/rtc/rtc-asm9260.c | 4 +-
drivers/rtc/rtc-m41t80.c | 6 +
drivers/rtc/rtc-mcp795.c | 10 +
drivers/rtc/rtc-rv8803.c | 28 ++-
drivers/rtc/rtc-s3c.c | 19 +-
8 files changed, 316 insertions(+), 16 deletions(-)
create mode 100644 Documentation/devicetree/bindings/rtc/maxim,mcp795.txt
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL] RTC for 4.6 #2 Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-03-25 02:50 +0100
csiph-web