1. 20 1月, 2021 1 次提交
    • A
      ARM: remove zte zx platform · 89d4f98a
      Arnd Bergmann 提交于
      The ZTE ZX set-top-box SoC platform was added in 2015 by Jun Nie, with
      Baoyou Xie and Shawn Guo subsequently becoming maintainers after the
      addition of the 64-bit variant.
      
      However, the only machines that were ever supported upstream are the
      reference designs, not actual set-top-box devices that would benefit
      from this support. All ZTE set-top-boxes from the past few years seem
      to be based on third-party SoCs. While there is very little information
      about zx296702 and zx296718 on the web, I found some references to other
      chips from the same family, such as zx296716 and zx296719, which were
      never submitted for upstream support. Finally, there is no support for
      the GPU on either of them, with the lima and panfrost device drivers
      having been added after work on the zx platform had stopped.
      
      Shawn confirmed that he has not seen any interest in this platform for
      the past four years, and that it can be removed.
      
      Thanks to Jun and Shawn for maintaining this platform over the past
      five years.
      
      Cc: Jun Nie <jun.nie@linaro.org>
      Cc: Shawn Guo <shawnguo@kernel.org>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      89d4f98a
  2. 15 1月, 2021 1 次提交
  3. 08 1月, 2021 1 次提交
  4. 18 11月, 2020 1 次提交
  5. 17 11月, 2020 1 次提交
  6. 23 9月, 2020 1 次提交
  7. 18 8月, 2020 1 次提交
  8. 10 2月, 2020 2 次提交
  9. 08 1月, 2020 1 次提交
  10. 06 1月, 2020 1 次提交
  11. 03 1月, 2020 1 次提交
  12. 02 1月, 2020 1 次提交
  13. 24 10月, 2019 2 次提交
  14. 22 10月, 2019 1 次提交
  15. 12 8月, 2019 1 次提交
    • S
      reset: Add support for resets provided by SCMI · c8ae9c2d
      Sudeep Holla 提交于
      On some ARM based systems, a separate Cortex-M based System Control
      Processor(SCP) provides the overall power, clock, reset and system
      control. System Control and Management Interface(SCMI) Message Protocol
      is defined for the communication between the Application Cores(AP)
      and the SCP.
      
      Adds support for the resets provided using SCMI protocol for performing
      reset management of various devices present on the SoC. Various reset
      functionalities are achieved by the means of different ARM SCMI device
      operations provided by the ARM SCMI framework.
      Reviewed-by: NPhilipp Zabel <p.zabel@pengutronix.de>
      Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
      c8ae9c2d
  16. 06 8月, 2019 1 次提交
  17. 24 5月, 2019 1 次提交
  18. 21 5月, 2019 1 次提交
  19. 28 1月, 2019 2 次提交
  20. 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
  21. 05 10月, 2018 1 次提交
  22. 21 7月, 2018 1 次提交
  23. 16 7月, 2018 2 次提交
  24. 27 3月, 2018 2 次提交
  25. 21 2月, 2018 1 次提交
  26. 18 10月, 2017 3 次提交
  27. 17 10月, 2017 2 次提交
  28. 04 10月, 2017 1 次提交
  29. 21 9月, 2017 1 次提交
  30. 19 9月, 2017 1 次提交
  31. 18 9月, 2017 1 次提交