1. 28 Jan, 2019 1 commit
  2. 07 Jan, 2019 2 commits
    • Kunihiko Hayashi's avatar
      reset: uniphier-usb3: Rename to reset-uniphier-glue · 3eb8f765
      Kunihiko Hayashi authored
      
      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: default avatarKunihiko Hayashi <hayashi.kunihiko@socionext.com>
      Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
      3eb8f765
    • Dinh Nguyen's avatar
      reset: socfpga: add an early reset driver for SoCFPGA · b3ca9888
      Dinh Nguyen authored
      
      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: default avatarDinh Nguyen <dinguyen@kernel.org>
      [p.zabel@pengutronix.de: fixed socfpga of_device_id in reset-simple]
      Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
      b3ca9888
  3. 05 Oct, 2018 1 commit
  4. 20 Jul, 2018 1 commit
  5. 16 Jul, 2018 2 commits
  6. 27 Mar, 2018 1 commit
  7. 02 Nov, 2017 1 commit
    • Greg Kroah-Hartman's avatar
      License cleanup: add SPDX GPL-2.0 license identifier to files with no license · b2441318
      Greg Kroah-Hartman authored
      Many source files in the tree are missing licensing information, which
      makes it harder for compliance tools to determine the correct license.
      
      By default all files without license information are under the default
      license of the kernel, which is GPL version 2.
      
      Update the files which contain no license information with the 'GPL-2.0'
      SPDX license identifier.  The SPDX identifier is a legally binding
      shorthand, which can be used instead of the full boiler plate text.
      
      This patch is based on work done by Thomas Gleixner and Kate Stewart and
      Philippe Ombredanne.
      
      How this work was done:
      
      Patches were generated and checked against linux-4.14-rc6 for a subset of
      the use cases:
       - file had no licensing information it it.
       - file was a */uapi/* one with no licensing information in it,
       - file was a */uapi/* one with existing licensing information,
      
      Further patches will be generated in subsequent months to fix up cases
      where non-standard...
      b2441318
  8. 18 Oct, 2017 3 commits
  9. 17 Oct, 2017 1 commit
  10. 18 Sep, 2017 2 commits
  11. 04 Sep, 2017 1 commit
  12. 07 Aug, 2017 1 commit
  13. 20 Jul, 2017 1 commit
  14. 06 Jun, 2017 1 commit
    • Andrew F. Davis's avatar
      reset: Add the TI SCI reset driver · 28df169b
      Andrew F. Davis authored
      
      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: default avatarAndrew F. Davis <afd@ti.com>
      [s-anna@ti.com: documentation changes, revised commit message]
      Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
      Signed-off-by: default avatarNishanth Menon <nm@ti.com>
      Acked-by: default avatarSantosh Shilimkar <ssantosh@kernel.org>
      [p.zabel@pengutronix.de: const struct reset_control_ops]
      Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
      28df169b
  15. 24 May, 2017 2 commits
  16. 15 Mar, 2017 2 commits
  17. 20 Jan, 2017 1 commit
  18. 18 Nov, 2016 1 commit
  19. 30 Aug, 2016 6 commits
  20. 25 Aug, 2016 4 commits
  21. 24 Aug, 2016 2 commits
  22. 29 Jun, 2016 1 commit
  23. 01 Jun, 2016 1 commit
  24. 01 Apr, 2016 1 commit