1. 28 1月, 2019 2 次提交
  2. 07 1月, 2019 2 次提交
    • K
      reset: uniphier-usb3: Rename to reset-uniphier-glue · 3eb8f765
      Kunihiko Hayashi 提交于
      This driver works for controlling the reset lines including USB3
      glue layer, however, this can be applied to other glue layers.
      Now this patch renames the driver from "reset-uniphier-usb3" to
      "reset-uniphier-glue".
      
      At the same time, this changes CONFIG_RESET_UNIPHIER_USB3 to
      CONFIG_RESET_UNIPHIER_GLUE.
      Signed-off-by: NKunihiko Hayashi <hayashi.kunihiko@socionext.com>
      Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
      3eb8f765
    • D
      reset: socfpga: add an early reset driver for SoCFPGA · b3ca9888
      Dinh Nguyen 提交于
      Create a separate reset driver that uses the reset operations in
      reset-simple. The reset driver for the SoCFPGA platform needs to
      register early in order to be able bring online timers that needed
      early in the kernel bootup.
      
      We do not need this early reset driver for Stratix10, because on
      arm64, Linux does not need the timers are that in reset. Linux is
      able to run just fine with the internal armv8 timer. Thus, we use
      a new binding "altr,stratix10-rst-mgr" for the Stratix10 platform.
      The Stratix10 platform will continue to use the reset-simple platform
      driver, while the 32-bit platforms(Cyclone5/Arria5/Arria10) will use
      the early reset driver.
      Signed-off-by: NDinh Nguyen <dinguyen@kernel.org>
      [p.zabel@pengutronix.de: fixed socfpga of_device_id in reset-simple]
      Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
      b3ca9888
  3. 05 10月, 2018 1 次提交
  4. 21 7月, 2018 1 次提交
  5. 16 7月, 2018 2 次提交
  6. 27 3月, 2018 2 次提交
  7. 21 2月, 2018 1 次提交
  8. 18 10月, 2017 3 次提交
  9. 17 10月, 2017 2 次提交
  10. 04 10月, 2017 1 次提交
  11. 21 9月, 2017 1 次提交
  12. 19 9月, 2017 1 次提交
  13. 18 9月, 2017 2 次提交
  14. 05 9月, 2017 1 次提交
  15. 07 8月, 2017 1 次提交
  16. 20 7月, 2017 1 次提交
  17. 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
  18. 24 5月, 2017 2 次提交
  19. 15 3月, 2017 2 次提交
  20. 20 1月, 2017 1 次提交
  21. 18 11月, 2016 1 次提交
  22. 30 8月, 2016 5 次提交
  23. 25 8月, 2016 4 次提交