linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] Add support for MediaTek regulator vibrator driver
@ 2020-04-29  8:17 Xing Zhang
  2020-04-29  8:17 ` [PATCH v1 1/3] dt-bindings: add regulator vibrator documentation Xing Zhang
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Xing Zhang @ 2020-04-29  8:17 UTC (permalink / raw)
  To: Matthias Brugger, Jacek Anaszewski, Pavel Machek, Dan Murphy
  Cc: linux-arm-kernel, linux-mediatek, linux-kernel, linux-leds


This patchset add regulator vibrator driver for MTK Soc. The driver 
controls vibrator through regulator's enable and disable.

Xing Zhang (3):
  dt-bindings: add regulator vibrator documentation
  arm64: mediatek: Add regulator vibrator support
  Vibrator: Add regulator vibrator driver

 .../bindings/leds/regulator-vibrator.txt      |  39 ++
 arch/arm64/configs/defconfig                  |   1 +
 drivers/leds/Kconfig                          |  10 +
 drivers/leds/Makefile                         |   1 +
 drivers/leds/regulator-vibrator.c             | 450 ++++++++++++++++++
 5 files changed, 501 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/leds/regulator-vibrator.txt
 create mode 100644 drivers/leds/regulator-vibrator.c


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

end of thread, other threads:[~2020-05-07 21:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29  8:17 [PATCH v1] Add support for MediaTek regulator vibrator driver Xing Zhang
2020-04-29  8:17 ` [PATCH v1 1/3] dt-bindings: add regulator vibrator documentation Xing Zhang
2020-04-29  8:18 ` [PATCH v1 2/3] arm64: mediatek: Add regulator vibrator support Xing Zhang
2020-04-29  8:18 ` [PATCH v1 3/3] Vibrator: Add regulator vibrator driver Xing Zhang
2020-05-07 17:45 ` [PATCH v1] Add support for MediaTek " Pavel Machek
2020-05-07 20:45   ` Jacek Anaszewski
2020-05-07 21:09     ` Pavel Machek

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).