linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] Add vibrator driver support for Mediatek SoCs
@ 2020-06-15 11:42 Fengping Yu
       [not found] ` <20200615114203.116656-2-fengping.yu@mediatek.com>
       [not found] ` <20200615114203.116656-3-fengping.yu@mediatek.com>
  0 siblings, 2 replies; 5+ messages in thread
From: Fengping Yu @ 2020-06-15 11:42 UTC (permalink / raw)
  To: Dmitry Torokhov, Matthias Brugger, Catalin Marinas, Yingjoe Chen,
	Pavel Machek, Jacek Anaszewski
  Cc: linux-input, linux-arm-kernel, linux-mediatek


This serials adds regulator vibrator driver for Mediatek SoCs.

fengping.yu (3):
  dt-bindings:Add vibrator devicetree documentation
  drivers: input: misc: Add mtk vibrator driver
  defconfig: Add CONFIG_INPUT_REGULATOR_VIBRATOR=m

 .../bindings/input/regulator-vibrator.yaml    |  65 +++
 arch/arm64/configs/defconfig                  |   1 +
 drivers/input/misc/Kconfig                    |  10 +
 drivers/input/misc/Makefile                   |   1 +
 drivers/input/misc/regulator-vibrator.c       | 422 ++++++++++++++++++
 5 files changed, 499 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/regulator-vibrator.yaml
 create mode 100644 drivers/input/misc/regulator-vibrator.c

-- 
2.18.0


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

end of thread, other threads:[~2020-06-16 11:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-15 11:42 [PATCH v1] Add vibrator driver support for Mediatek SoCs Fengping Yu
     [not found] ` <20200615114203.116656-2-fengping.yu@mediatek.com>
2020-06-16 10:58   ` [PATCH v1 1/3] dt-bindings:Add vibrator devicetree documentation Pavel Machek
     [not found] ` <20200615114203.116656-3-fengping.yu@mediatek.com>
2020-06-15 15:07   ` [PATCH v1 2/3] drivers: input: misc: Add mtk vibrator driver kernel test robot
2020-06-16 11:02   ` Pavel Machek
2020-06-16 11:03   ` 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).