1. 18 10月, 2017 2 次提交
  2. 17 10月, 2017 1 次提交
  3. 18 9月, 2017 1 次提交
  4. 05 9月, 2017 1 次提交
  5. 07 8月, 2017 1 次提交
  6. 20 7月, 2017 1 次提交
  7. 06 6月, 2017 1 次提交
    • A
      reset: Add the TI SCI reset driver · 28df169b
      Andrew F. Davis 提交于
      Some TI Keystone family of SoCs contain a system controller (like the
      Power Management Micro Controller (PMMC) on 66AK2G SoCs) that manage
      the low-level device control (like clocks, resets etc) for the various
      hardware modules present on the SoC. These device control operations
      are provided to the host processor OS through a communication protocol
      called the TI System Control Interface (TI SCI) protocol.
      
      This patch adds a reset driver that communicates to the system
      controller over the TI SCI protocol for performing reset management
      of various devices present on the SoC. Various reset functionalities
      are achieved by the means of different TI SCI device operations
      provided by the TI SCI framework.
      Signed-off-by: NAndrew F. Davis <afd@ti.com>
      [s-anna@ti.com: documentation changes, revised commit message]
      Signed-off-by: NSuman Anna <s-anna@ti.com>
      Signed-off-by: NNishanth Menon <nm@ti.com>
      Acked-by: NSantosh Shilimkar <ssantosh@kernel.org>
      [p.zabel@pengutronix.de: const struct reset_control_ops]
      Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
      28df169b
  8. 24 5月, 2017 2 次提交
  9. 15 3月, 2017 2 次提交
  10. 20 1月, 2017 1 次提交
  11. 18 11月, 2016 1 次提交
  12. 30 8月, 2016 6 次提交
  13. 25 8月, 2016 4 次提交
  14. 24 8月, 2016 2 次提交
  15. 30 6月, 2016 1 次提交
  16. 01 6月, 2016 1 次提交
  17. 01 4月, 2016 1 次提交
  18. 05 2月, 2016 1 次提交
  19. 20 11月, 2015 1 次提交
  20. 16 11月, 2015 1 次提交
  21. 04 8月, 2015 2 次提交
  22. 03 8月, 2015 1 次提交
    • J
      reset: add driver for lpc18xx rgu · c392b65b
      Joachim Eastwood 提交于
      Add reset driver for the Reset Generation Unit (RGU) found on NXP
      LPC18xx and LPC43xx devies. This reset controller features up to 64
      reset lines connected to different blocks and peripheral in the SoC.
      Most reset lines on the controller are self clearing except for
      those dealing with the Cortex-M0 cores on LPC43xx devices.
      
      This driver also registers a restart handler that can be used to
      reset the entire device.
      Signed-off-by: NJoachim Eastwood <manabian@gmail.com>
      Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
      c392b65b
  23. 20 10月, 2014 1 次提交
  24. 26 4月, 2014 1 次提交
  25. 11 3月, 2014 1 次提交
  26. 23 11月, 2013 1 次提交
  27. 12 4月, 2013 1 次提交