linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/6] Add QCOM pwm-lpg and tri-led drivers
@ 2020-07-24 21:36 Martin Botka
  2020-07-24 21:36 ` [PATCH RCC 1/6] pwm: Add different PWM output types support Martin Botka
                   ` (6 more replies)
  0 siblings, 7 replies; 32+ messages in thread
From: Martin Botka @ 2020-07-24 21:36 UTC (permalink / raw)
  Cc: Martin Botka, Jacek Anaszewski, Pavel Machek, Dan Murphy,
	Rob Herring, Thierry Reding, Uwe Kleine-König, Lee Jones,
	linux-leds, devicetree, linux-kernel, linux-pwm

Hello,
This series brings QCOM pwm-lpg and tri-led drivers from 4.14 that is required to support pmic-connected notification LED.
This comes straight from downstream and I'm ready for your comments.

Fenglin Wu (6):
  pwm: Add different PWM output types support
  pwm: core: Add option to config PWM duty/period with u64 data length
  pwm: pwm-qti-lpg: Add PWM driver for QTI LPG module
  leds: leds-qti-tri-led: Add LED driver for QTI TRI_LED module
  Documentation: Add binding for qti-tri-led
  Documentation: Add binding for pwm-qti-lpg

 .../bindings/leds/leds-qti-tri-led.txt        |   72 +
 .../devicetree/bindings/pwm/pwm-qti-lpg.txt   |  163 +++
 drivers/leds/Kconfig                          |    9 +
 drivers/leds/Makefile                         |    1 +
 drivers/leds/leds-qti-tri-led.c               |  640 ++++++++
 drivers/pwm/Kconfig                           |   10 +
 drivers/pwm/Makefile                          |    1 +
 drivers/pwm/core.c                            |   56 +-
 drivers/pwm/pwm-qti-lpg.c                     | 1284 +++++++++++++++++
 drivers/pwm/sysfs.c                           |   56 +-
 include/linux/pwm.h                           |  144 +-
 11 files changed, 2418 insertions(+), 18 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/leds/leds-qti-tri-led.txt
 create mode 100644 Documentation/devicetree/bindings/pwm/pwm-qti-lpg.txt
 create mode 100644 drivers/leds/leds-qti-tri-led.c
 create mode 100644 drivers/pwm/pwm-qti-lpg.c

-- 
2.27.0


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

end of thread, other threads:[~2020-07-28  7:53 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24 21:36 [PATCH RFC 0/6] Add QCOM pwm-lpg and tri-led drivers Martin Botka
2020-07-24 21:36 ` [PATCH RCC 1/6] pwm: Add different PWM output types support Martin Botka
2020-07-27 20:10   ` Uwe Kleine-König
2020-07-27 20:56     ` Martin Botka
2020-07-28  7:52       ` Uwe Kleine-König
2020-07-27 21:46   ` Guru Das Srinagesh
2020-07-24 21:36 ` [PATCH RFC 2/6] pwm: core: Add option to config PWM duty/period with u64 data length Martin Botka
2020-07-25 14:55   ` Martin Botka
2020-07-25 15:24     ` Pavel Machek
2020-07-25 15:30       ` Martin Botka
2020-07-26  9:04   ` Andy Shevchenko
2020-07-26  9:12     ` Martin Botka
2020-07-27  7:29       ` Martin Botka
2020-07-27  7:32         ` Martin Botka
2020-07-27  7:52         ` Uwe Kleine-König
2020-07-27  7:58           ` Martin Botka
2020-07-27  8:34             ` Uwe Kleine-König
2020-07-24 21:36 ` [PATCH RFC 3/6] pwm: pwm-qti-lpg: Add PWM driver for QTI LPG module Martin Botka
2020-07-27 20:09   ` Uwe Kleine-König
2020-07-27 21:16     ` Martin Botka
2020-07-28  7:08       ` Uwe Kleine-König
2020-07-24 21:36 ` [PATCH RFC 4/6] leds: leds-qti-tri-led: Add LED driver for QTI TRI_LED module Martin Botka
2020-07-26 17:25   ` Martin Botka
2020-07-24 21:36 ` [PATCH RFC 5/6] Documentation: Add binding for qti-tri-led Martin Botka
2020-07-24 21:36 ` [PATCH RFC 6/6] Documentation: Add binding for pwm-qti-lpg Martin Botka
2020-07-24 22:05 ` [PATCH RFC 0/6] Add QCOM pwm-lpg and tri-led drivers Pavel Machek
2020-07-24 22:20   ` Martin Botka
2020-07-24 22:31     ` Pavel Machek
2020-07-24 22:46       ` Martin Botka
2020-07-24 22:26   ` Martin Botka
2020-07-24 22:32     ` Pavel Machek
2020-07-24 22:48       ` Martin Botka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).