All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add PWM driver for Suplus SP7021 SoC
@ 2022-03-04  6:20 Hammer Hsieh
  2022-03-04  6:20 ` [PATCH v2 1/2] dt-bindings:pwm:Add bindings doc for Sunplus SoC PWM Driver Hammer Hsieh
  2022-03-04  6:20 ` [PATCH v2 2/2] pwm:sunplus-pwm:Add " Hammer Hsieh
  0 siblings, 2 replies; 11+ messages in thread
From: Hammer Hsieh @ 2022-03-04  6:20 UTC (permalink / raw)
  To: thierry.reding, u.kleine-koenig, lee.jones, robh+dt, linux-pwm,
	devicetree, linux-kernel
  Cc: wells.lu, hammer.hsieh, Hammer Hsieh

This is a patch series for PWM driver for Suplus SP7021 SoC.

Sunplus SP7021 is an ARM Cortex A7 (4 cores) based SoC. It integrates
many peripherals (ex: UART. I2C, SPI, SDIO, eMMC, USB, SD card and
etc.) into a single chip. It is designed for industrial control.

Refer to:
https://sunplus-tibbo.atlassian.net/wiki/spaces/doc/overview
https://tibbo.com/store/plus1.html

Hammer Hsieh (2):
  dt-bindings:pwm:Add bindings doc for Sunplus SoC PWM Driver
  pwm:sunplus-pwm:Add Sunplus SoC PWM Driver

 .../devicetree/bindings/pwm/pwm-sunplus.yaml       |  40 ++++
 MAINTAINERS                                        |   6 +
 drivers/pwm/Kconfig                                |  11 +
 drivers/pwm/Makefile                               |   1 +
 drivers/pwm/pwm-sunplus.c                          | 229 +++++++++++++++++++++
 5 files changed, 287 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pwm/pwm-sunplus.yaml
 create mode 100644 drivers/pwm/pwm-sunplus.c

-- 
2.7.4


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-03-08 15:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-04  6:20 [PATCH v2 0/2] Add PWM driver for Suplus SP7021 SoC Hammer Hsieh
2022-03-04  6:20 ` [PATCH v2 1/2] dt-bindings:pwm:Add bindings doc for Sunplus SoC PWM Driver Hammer Hsieh
2022-03-04 15:01   ` Krzysztof Kozlowski
2022-03-07  4:18     ` hammer hsieh
2022-03-07  7:51       ` Krzysztof Kozlowski
2022-03-04  6:20 ` [PATCH v2 2/2] pwm:sunplus-pwm:Add " Hammer Hsieh
2022-03-04 18:57   ` Uwe Kleine-König
2022-03-07 12:50     ` hammer hsieh
2022-03-07 13:10       ` Uwe Kleine-König
2022-03-08 12:03         ` hammer hsieh
2022-03-08 15:44           ` Uwe Kleine-König

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.