An error occurred fetching the project authors.
  1. 21 May, 2016 1 commit
  2. 20 May, 2016 1 commit
  3. 14 Mar, 2016 14 commits
  4. 04 Feb, 2016 3 commits
  5. 11 Jan, 2016 1 commit
  6. 08 Nov, 2015 2 commits
  7. 05 Sep, 2015 4 commits
    • Suneel Garapati's avatar
      rtc: add xilinx zynqmp rtc driver · 11143c19
      Suneel Garapati authored
      Add support for RTC controller found on Xilinx Zynq Ultrascale+ MPSoC
      platform.
      Signed-off-by: default avatarSuneel Garapati <suneel.garapati@xilinx.com>
      Acked-by: default avatarMoritz Fischer <moritz.fischer@ettus.com>
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
      11143c19
    • Rob Herring's avatar
      rtc: pxa: convert to use shared sa1100 functions · 3cdf4ad9
      Rob Herring authored
      Currently, the rtc-sa1100 and rtc-pxa drivers co-exist as rtc-pxa has a
      superset of functionality. Having 2 drivers sharing the same memory
      resource is not allowed by the driver model if resources are properly
      declared. This problem was avoided by not adding memory resources to the
      SA1100 RTC driver, but that prevents clean-up of the SA1100 driver.
      
      This commit converts the PXA RTC to use the exported SA1100 RTC
      functions. Now the sa1100-rtc and pxa-rtc devices are mutually
      exclusive, so we must remove the sa1100-rtc from pxa27x and pxa3xx.
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      Cc: Daniel Mack <daniel@zonque.org>
      Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
      Cc: Robert Jarzmik <robert.jarzmik@free.fr>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: rtc-linux@googlegroups.com
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
      3cdf4ad9
    • S Twiss's avatar
      rtc: da9063: Add DA9062 RTC capability to DA9063 RTC driver · 80ca3277
      S Twiss authored
      Add DA9062 RTC support into the existing DA9063 RTC driver component by
      using generic access tables for common register and bit mask definitions.
      
      The following change will add generic register and bit mask support to the
      DA9063 RTC. The changes are slightly complicated by requiring support for
      three register sets: DA9063-AD, DA9063-BB and DA9062-AA.
      
      The following alterations have been made to the DA9063 RTC:
      
      - Addition of a da9063_compatible_rtc_regmap structure to hold all generic
        registers and bitmasks for this type of RTC component.
      - A re-write of struct da9063 to use pointers for regmap and compatible
        registers/masks definitions
      - Addition of a of_device_id table for DA9063 and DA9062 defaults
      - Refactoring functions to use struct da9063_compatible_rtc accesses to
        generic registers/masks instead of using defines from registers.h
      - Re-work of da9063_rtc_probe() to use of_match_node() and dev_get_regmap()
        to provide initialisation of generic registers and masks and access to
        regmap
      Signed-off-by: default avatarSteve Twiss <stwiss.opensource@diasemi.com>
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
      80ca3277
    • Joachim Eastwood's avatar
      rtc: add rtc-lpc24xx driver · c28b42e3
      Joachim Eastwood authored
      Add driver for the RTC found on NXP LPC178x/18xx/408x/43xx devices.
      The RTC provides calendar and clock functionality together with
      alarm interrupt support.
      Signed-off-by: default avatarJoachim Eastwood <manabian@gmail.com>
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
      c28b42e3
  8. 11 Aug, 2015 1 commit
  9. 24 Jun, 2015 7 commits
  10. 21 Jun, 2015 1 commit
    • Huacai Chen's avatar
      MIPS: Loongson: Naming style cleanup and rework · 30ad29bb
      Huacai Chen authored
      Currently, code of Loongson-2/3 is under loongson directory and code of
      Loongson-1 is under loongson1 directory. Besides, there are Kconfig
      options such as MACH_LOONGSON and MACH_LOONGSON1. This naming style is
      very ugly and confusing. Since Loongson-2/3 are both 64-bit general-
      purpose CPU while Loongson-1 is 32-bit SoC, we rename both file names
      and Kconfig symbols from loongson/loongson1 to loongson64/loongson32.
      
      [ralf@linux-mips.org: Resolve a number of simple conflicts.]
      Signed-off-by: default avatarHuacai Chen <chenhc@lemote.com>
      Cc: Steven J. Hill <Steven.Hill@imgtec.com>
      Cc: linux-mips@linux-mips.org
      Cc: Fuxin Zhang <zhangfx@lemote.com>
      Cc: Zhangjin Wu <wuzhangjin@gmail.com>
      Cc: Kelvin Cheung <keguang.zhang@gmail.com>
      Patchwork: https://patchwork.linux-mips.org/patch/9790/Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
      30ad29bb
  11. 06 May, 2015 1 commit
  12. 30 Apr, 2015 1 commit
    • Lee Jones's avatar
      rtc: st: Add new driver for ST's LPC RTC · b5b2bdfc
      Lee Jones authored
      ST's Low Power Controller (LPC) controls two devices; watchdog and RTC.
      Only one of the devices can be used at any one time.  This is enforced
      by the correlating MFD driver.  This portion of the driver-set controls
      the Real Time Clock.
      
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
      b5b2bdfc
  13. 17 Apr, 2015 2 commits
  14. 17 Feb, 2015 1 commit
    • Joshua Kinard's avatar
      rtc: add driver for DS1685 family of real time clocks · aaaf5fbf
      Joshua Kinard authored
      This adds a driver for the Dallas/Maxim DS1685-family of RTC chips.  It
      supports the DS1685/DS1687, DS1688/DS1691, DS1689/DS1693, DS17285/DS17287,
      DS17485/DS17487, and DS17885/DS17887 RTC chips.  These chips are commonly
      found in SGI O2 and SGI Octane systems.  It was originally derived from a
      driver patch submitted by Matthias Fuchs many years ago for use in
      EPPC-405-UC modules, which also used these RTCs.  In addition to the
      time-keeping functions, this RTC also handles the shutdown mechanism of
      the O2 and Octane and acts as a partial NVRAM for the boot PROMS in these
      systems.
      
      Verified on both an SGI O2 and an SGI Octane.
      Signed-off-by: default avatarJoshua Kinard <kumba@gentoo.org>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      aaaf5fbf