All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] Input: mtk-pmic-keys: Add support for MT6359 PMIC
@ 2022-04-26 13:53 ` Fabien Parent
  0 siblings, 0 replies; 32+ messages in thread
From: Fabien Parent @ 2022-04-26 13:53 UTC (permalink / raw)
  To: Matthias Brugger; +Cc: Fabien Parent, linux-arm-kernel, linux-mediatek

This patch serie adds support for the MT6359 PMIC keyboard driver.

This patch series is based on the MediaTek Maintainer for-next branch: [0]

[0] https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/log/?h=for-next

Fabien Parent (8):
  dt-bindings: input: mtk-pmic-keys: add MT6359 binding definition
  mfd: add missing defines necessary for mtk-pmic-keys support
  mfd: mt6397-core: add resources for PMIC keys for MT6359
  Input: mtk-pmic-keys: rename platform data struct
  Input: mtk-pmic-keys: add field to store if PMIC has key release IRQs
  Input: keyboard: mtk-pmic-keys: add support for MT6359
  arm64: dts: mediatek: mt6359: add node for PMIC keys support
  arm64: dts: mediatek: mt8195-demo: define PMIC keys available

 .../bindings/input/mtk-pmic-keys.txt          |  1 +
 arch/arm64/boot/dts/mediatek/mt6359.dtsi      |  4 ++
 arch/arm64/boot/dts/mediatek/mt8195-demo.dts  | 11 +++++
 drivers/input/keyboard/mtk-pmic-keys.c        | 41 +++++++++++++------
 drivers/mfd/mt6397-core.c                     | 13 ++++++
 include/linux/mfd/mt6359/registers.h          |  2 +
 6 files changed, 60 insertions(+), 12 deletions(-)

-- 
2.36.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-04-28  7:54 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26 13:53 [PATCH v2 0/8] Input: mtk-pmic-keys: Add support for MT6359 PMIC Fabien Parent
2022-04-26 13:53 ` Fabien Parent
2022-04-26 13:53 ` [PATCH v2 1/8] dt-bindings: input: mtk-pmic-keys: add MT6359 binding definition Fabien Parent
2022-04-26 13:53   ` Fabien Parent
2022-04-26 13:53   ` Fabien Parent
2022-04-28  7:53   ` Krzysztof Kozlowski
2022-04-28  7:53     ` Krzysztof Kozlowski
2022-04-28  7:53     ` Krzysztof Kozlowski
2022-04-26 13:53 ` [PATCH v2 2/8] mfd: add missing defines necessary for mtk-pmic-keys support Fabien Parent
2022-04-26 13:53   ` Fabien Parent
2022-04-26 13:53   ` Fabien Parent
2022-04-27  6:10   ` Macpaul Lin
2022-04-27  6:10     ` Macpaul Lin
2022-04-27  6:10     ` Macpaul Lin
2022-04-26 13:53 ` [PATCH v2 3/8] mfd: mt6397-core: add resources for PMIC keys for MT6359 Fabien Parent
2022-04-26 13:53   ` Fabien Parent
2022-04-26 13:53   ` Fabien Parent
2022-04-26 13:53 ` [PATCH v2 4/8] Input: mtk-pmic-keys: rename platform data struct Fabien Parent
2022-04-26 13:53   ` Fabien Parent
2022-04-26 13:53   ` Fabien Parent
2022-04-26 13:53 ` [PATCH v2 5/8] Input: mtk-pmic-keys: add field to store if PMIC has key release IRQs Fabien Parent
2022-04-26 13:53   ` Fabien Parent
2022-04-26 13:53   ` Fabien Parent
2022-04-26 13:53 ` [PATCH v2 6/8] Input: keyboard: mtk-pmic-keys: add support for MT6359 Fabien Parent
2022-04-26 13:53   ` Fabien Parent
2022-04-26 13:53   ` Fabien Parent
2022-04-26 13:53 ` [PATCH v2 7/8] arm64: dts: mediatek: mt6359: add node for PMIC keys support Fabien Parent
2022-04-26 13:53   ` Fabien Parent
2022-04-26 13:53   ` Fabien Parent
2022-04-26 13:53 ` [PATCH v2 8/8] arm64: dts: mediatek: mt8195-demo: define PMIC keys available Fabien Parent
2022-04-26 13:53   ` Fabien Parent
2022-04-26 13:53   ` Fabien Parent

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.