]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
Merge tag 'at91-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre...
authorArnd Bergmann <arnd@arndb.de>
Thu, 20 Nov 2014 12:42:21 +0000 (13:42 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 20 Nov 2014 12:42:21 +0000 (13:42 +0100)
commitc3e6dc65f2ce83dacc0a18104bf44931e7eb8a5d
treec2e1420d066463a15d6b28b2dc1588353d88b63c
parent27bc375a9c50f70a9c600a6771cc50ffd5cf8c98
parent2c91e61dc97cce57ffd9dd654a6ee284e1f45a1f
Merge tag 'at91-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into next/drivers

Pull "First batch of drivers for 3.19" from Nicolas Ferre:

It is only about a not so recent driver for old platforms: RTT as RTC driver:
- RTT as RTC driver enhancements and machine specific include files removal
- RTT as RTC driver conversion to device tree

* tag 'at91-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91:
  rtc: at91sam9: add DT bindings documentation
  rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCK
  ARM: at91: add clk_lookup entry for RTT devices
  rtc: at91sam9: rework the Kconfig description
  rtc: at91sam9: make use of syscon/regmap to access GPBR registers
  rtc: at91sam9: add DT support
  rtc: at91sam9: replace devm_ioremap by devm_ioremap_resource
  rtc: at91sam9: use standard readl/writel functions instead of raw versions
  rtc: at91sam9: remove references to mach specific headers

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/rtc/Kconfig