1. 28 1月, 2020 3 次提交
  2. 24 1月, 2020 1 次提交
  3. 27 11月, 2019 1 次提交
  4. 15 11月, 2019 1 次提交
  5. 16 10月, 2019 1 次提交
  6. 04 10月, 2019 1 次提交
  7. 02 9月, 2019 1 次提交
  8. 28 8月, 2019 2 次提交
  9. 23 8月, 2019 2 次提交
  10. 13 8月, 2019 2 次提交
  11. 14 7月, 2019 1 次提交
  12. 27 6月, 2019 2 次提交
  13. 02 6月, 2019 1 次提交
  14. 21 5月, 2019 1 次提交
  15. 04 4月, 2019 5 次提交
  16. 20 3月, 2019 1 次提交
  17. 03 3月, 2019 1 次提交
  18. 22 2月, 2019 1 次提交
    • N
      platform/chrome: wilco_ec: Add RTC driver · 0d2f2a3d
      Nick Crews 提交于
      This Embedded Controller has an internal RTC that is exposed
      as a standard RTC class driver with read/write functionality.
      
      The driver is added to the drivers/rtc/ so that the maintainer of that
      directory will be able to comment on this change, as that maintainer is
      the expert on this system. In addition, the driver code is called
      indirectly after a corresponding device is registered from core.c,
      as opposed to core.c registering the driver callbacks directly.
      
      To test:
      > hwclock --show --rtc /dev/rtc1
      2007-12-31 16:01:20.460959-08:00
      > hwclock --systohc --rtc /dev/rtc1
      > hwclock --show --rtc /dev/rtc1
      2018-11-29 17:08:00.780793-08:00
      
      > hwclock --show --rtc /dev/rtc1
      2007-12-31 16:01:20.460959-08:00
      > hwclock --systohc --rtc /dev/rtc1
      > hwclock --show --rtc /dev/rtc1
      2018-11-29 17:08:00.780793-08:00
      Signed-off-by: NDuncan Laurie <dlaurie@google.com>
      Signed-off-by: NNick Crews <ncrews@chromium.org>
      Acked-by: NAlexandre Belloni <alexandre.belloni@bootlin.com>
      [Fix the sparse warning: symbol 'wilco_ec_rtc_read/write' was not declared]
      Signed-off-by: NWei Yongjun <weiyongjun1@huawei.com>
      Signed-off-by: NEnric Balletbo i Serra <enric.balletbo@collabora.com>
      0d2f2a3d
  19. 19 2月, 2019 1 次提交
  20. 18 2月, 2019 2 次提交
  21. 11 2月, 2019 1 次提交
  22. 08 2月, 2019 1 次提交
  23. 23 1月, 2019 1 次提交
  24. 11 1月, 2019 1 次提交
  25. 20 12月, 2018 1 次提交
    • A
      rtc: add i.MX system controller RTC support · e01b5781
      Anson Huang 提交于
      i.MX8QXP is an ARMv8 SoC which has a Cortex-M4 system controller
      inside, the system controller is in charge of controlling power,
      clock and secure rtc etc..
      
      This patch adds i.MX system controller RTC driver support,
      Linux kernel has to communicate with system controller via MU
      (message unit) IPC to set/get RTC time and other alarm functions,
      since the RTC set time needs to be done in secure EL3 mode (required
      by system controller firmware) and alarm functions needs to be done
      with general MU IRQ handle, these depend on other components which
      are NOT ready, so this patch ONLY enables the RTC time read.
      Signed-off-by: NAnson Huang <Anson.Huang@nxp.com>
      Signed-off-by: NAlexandre Belloni <alexandre.belloni@bootlin.com>
      e01b5781
  26. 28 9月, 2018 1 次提交
  27. 12 9月, 2018 1 次提交
  28. 28 8月, 2018 1 次提交
  29. 16 8月, 2018 1 次提交