1. 13 11月, 2013 1 次提交
  2. 12 9月, 2013 1 次提交
  3. 04 7月, 2013 2 次提交
  4. 22 2月, 2013 5 次提交
  5. 14 2月, 2013 1 次提交
  6. 16 1月, 2013 1 次提交
    • J
      NTP: Add a CONFIG_RTC_SYSTOHC configuration · 023f333a
      Jason Gunthorpe 提交于
      The purpose of this option is to allow ARM/etc systems that rely on the
      class RTC subsystem to have the same kind of automatic NTP based
      synchronization that we have on PC platforms. Today ARM does not
      implement update_persistent_clock and makes extensive use of the class
      RTC system.
      
      When enabled CONFIG_RTC_SYSTOHC will provide a generic
      rtc_update_persistent_clock that stores the current time in the RTC and
      is intended complement the existing CONFIG_RTC_HCTOSYS option that loads
      the RTC at boot.
      
      Like with RTC_HCTOSYS the platform's update_persistent_clock is used
      first, if it works. Platforms with mixed class RTC and non-RTC drivers
      need to return ENODEV when class RTC should be used. Such an update for
      PPC is included in this patch.
      
      Long term, implementations of update_persistent_clock should migrate to
      proper class RTC drivers and use CONFIG_RTC_SYSTOHC instead.
      
      Tested on ARM kirkwood and PPC405
      Signed-off-by: NJason Gunthorpe <jgunthorpe@obsidianresearch.com>
      Signed-off-by: NJohn Stultz <john.stultz@linaro.org>
      023f333a
  7. 06 1月, 2013 1 次提交
    • A
      rtc: add rtc-driver for HID sensors of type time · 62e00cb9
      Alexander Holler 提交于
      This driver makes the time from HID sensors (hubs) which are offering
      such available like any other RTC does.
      
      It is necessary that all values like year, month etc, are send as
      8bit values (1 byte each) and all of them in 1 report. Also the
      spec HUTRR39b doesn't define the range of the year field, we
      tread it as 0 - 99 because that's what most RTCs I know about are
      offering.
      
      Currently the time can only be read. Setting the time must be done
      through sending a report (or a feature). The spec currently doesn't
      define how and I'm not sure if I just should define something by myself.
      Signed-off-by: NAlexander Holler <holler@ahsoftware.de>
      Signed-off-by: NJonathan Cameron <jic23@kernel.org>
      62e00cb9
  8. 05 1月, 2013 1 次提交
  9. 18 12月, 2012 2 次提交
  10. 06 10月, 2012 5 次提交
  11. 09 7月, 2012 1 次提交
  12. 30 5月, 2012 1 次提交
  13. 24 3月, 2012 2 次提交
  14. 26 7月, 2011 1 次提交
  15. 09 6月, 2011 1 次提交
  16. 27 5月, 2011 6 次提交
  17. 18 5月, 2011 1 次提交
  18. 23 3月, 2011 1 次提交
  19. 17 3月, 2011 1 次提交
  20. 11 11月, 2010 1 次提交
  21. 29 10月, 2010 2 次提交
  22. 28 10月, 2010 1 次提交
  23. 11 8月, 2010 1 次提交