1. 26 6月, 2016 1 次提交
  2. 04 6月, 2016 1 次提交
  3. 21 5月, 2016 1 次提交
  4. 20 5月, 2016 1 次提交
  5. 15 3月, 2016 14 次提交
  6. 05 2月, 2016 3 次提交
  7. 12 1月, 2016 1 次提交
  8. 08 11月, 2015 2 次提交
  9. 06 9月, 2015 2 次提交
  10. 05 9月, 2015 2 次提交
    • S
      rtc: da9063: Add DA9062 RTC capability to DA9063 RTC driver · 80ca3277
      S Twiss 提交于
      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: NSteve Twiss <stwiss.opensource@diasemi.com>
      Signed-off-by: NAlexandre Belloni <alexandre.belloni@free-electrons.com>
      80ca3277
    • J
      rtc: add rtc-lpc24xx driver · c28b42e3
      Joachim Eastwood 提交于
      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: NJoachim Eastwood <manabian@gmail.com>
      Signed-off-by: NAlexandre Belloni <alexandre.belloni@free-electrons.com>
      c28b42e3
  11. 11 8月, 2015 1 次提交
  12. 25 6月, 2015 7 次提交
  13. 22 6月, 2015 1 次提交
    • H
      MIPS: Loongson: Naming style cleanup and rework · 30ad29bb
      Huacai Chen 提交于
      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: NHuacai 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: NRalf Baechle <ralf@linux-mips.org>
      30ad29bb
  14. 06 5月, 2015 1 次提交
  15. 30 4月, 2015 1 次提交
    • L
      rtc: st: Add new driver for ST's LPC RTC · b5b2bdfc
      Lee Jones 提交于
      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: NLee Jones <lee.jones@linaro.org>
      b5b2bdfc
  16. 17 4月, 2015 1 次提交