All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] Add vibrator driver support for Mediatek SoCs
@ 2020-06-15 11:42 ` Fengping Yu
  0 siblings, 0 replies; 24+ 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] 24+ messages in thread

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

Thread overview: 24+ 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
2020-06-15 11:42 ` Fengping Yu
2020-06-15 11:42 ` Fengping Yu
2020-06-15 11:42 ` [PATCH v1 1/3] dt-bindings:Add vibrator devicetree documentation Fengping Yu
2020-06-15 11:42   ` Fengping Yu
2020-06-16 10:58   ` Pavel Machek
2020-06-16 10:58     ` Pavel Machek
2020-06-16 10:58     ` Pavel Machek
2020-06-15 11:42 ` [PATCH v1 2/3] drivers: input: misc: Add mtk vibrator driver Fengping Yu
2020-06-15 11:42   ` Fengping Yu
2020-06-15 15:07   ` kernel test robot
2020-06-15 15:07     ` kernel test robot
2020-06-15 15:07     ` kernel test robot
2020-06-15 15:07     ` kernel test robot
2020-06-15 15:51   ` kernel test robot
2020-06-15 15:51     ` kernel test robot
2020-06-16 11:02   ` Pavel Machek
2020-06-16 11:02     ` Pavel Machek
2020-06-16 11:02     ` Pavel Machek
2020-06-16 11:03   ` Pavel Machek
2020-06-16 11:03     ` Pavel Machek
2020-06-16 11:03     ` Pavel Machek
2020-06-15 11:42 ` [PATCH v1 3/3] defconfig: Add CONFIG_INPUT_REGULATOR_VIBRATOR=m Fengping Yu
2020-06-15 11:42   ` Fengping Yu

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.