1. 01 9月, 2017 7 次提交
  2. 31 7月, 2017 1 次提交
  3. 07 7月, 2017 5 次提交
  4. 06 7月, 2017 1 次提交
  5. 25 6月, 2017 1 次提交
    • M
      rtc: ds1307: Add support for Epson RX8130CE · ee0981be
      Marek Vasut 提交于
      Add support for yet another RTC chip, Epson RX8130CE. This time around,
      the chip has slightly permutated registers and also the register starts
      at 0x10 instead of 0x0 .
      
      So far, we only support the RTC and NVRAM parts of the chip, Alarm and
      Timer is not supported.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Felipe Balbi <balbi@ti.com>
      Cc: Nishanth Menon <nm@ti.com>
      Cc: Tony Lindgren <tony@atomide.com>
      Signed-off-by: NAlexandre Belloni <alexandre.belloni@free-electrons.com>
      ee0981be
  6. 03 6月, 2017 1 次提交
  7. 31 5月, 2017 1 次提交
  8. 26 5月, 2017 1 次提交
  9. 14 4月, 2017 2 次提交
  10. 09 3月, 2017 1 次提交
  11. 19 12月, 2016 1 次提交
  12. 01 9月, 2016 2 次提交
  13. 09 7月, 2016 2 次提交
  14. 20 5月, 2016 3 次提交
  15. 22 4月, 2016 2 次提交
  16. 15 3月, 2016 1 次提交
  17. 05 2月, 2016 2 次提交
  18. 12 1月, 2016 1 次提交
  19. 27 11月, 2015 1 次提交
  20. 25 11月, 2015 1 次提交
    • F
      rtc: ds1307: fix kernel splat due to wakeup irq handling · 51c4cfef
      Felipe Balbi 提交于
      Since commit 3fffd128 ("i2c: allow specifying
      separate wakeup interrupt in device tree") we have
      automatic wakeup irq support for i2c devices. That
      commit missed the fact that rtc-1307 had its own
      wakeup irq handling and ended up introducing a
      kernel splat for at least Beagle x15 boards.
      
      Fix that by reverting original commit _and_ passing
      correct interrupt names on DTS so i2c-core can
      choose correct IRQ as wakeup.
      
      Now that we have automatic wakeirq support, we can
      revert the original commit which did it manually.
      
      Fixes the following warning:
      
      [   10.346582] WARNING: CPU: 1 PID: 263 at linux/drivers/base/power/wakeirq.c:43 dev_pm_attach_wake_irq+0xbc/0xd4()
      [   10.359244] rtc-ds1307 2-006f: wake irq already initialized
      
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: Nishanth Menon <nm@ti.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      Acked-by: NTony Lindgren <tony@atomide.com>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NAlexandre Belloni <alexandre.belloni@free-electrons.com>
      51c4cfef
  21. 08 11月, 2015 1 次提交
  22. 05 9月, 2015 2 次提交