linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/6] Add support for TI TPS65219 PMIC.
@ 2022-08-25 15:02 Markus Schneider-Pargmann
  2022-08-25 15:02 ` [PATCH v4 1/6] DONOTMERGE: arm64: dts: ti: Add TI TPS65219 PMIC support for AM642 SK board Markus Schneider-Pargmann
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Markus Schneider-Pargmann @ 2022-08-25 15:02 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Catalin Marinas, Will Deacon, Dmitry Torokhov, Lee Jones,
	Tony Lindgren, nm, kristo
  Cc: Jerome Neanne, khilman, narmstrong, j-keerthy, linux-kernel,
	devicetree, linux-arm-kernel, linux-input, linux-omap,
	Markus Schneider-Pargmann

Hi everyone,

I am submitting this update for Jerome, he will probably do the next
version again.

v4 is a lot smaller now as I squashed some patches as requested and
some were applied. It is mainly the fixes of the things that Lee Jones
pointed out in his review on v2, thanks for that.

It is now based on the regulator tree branch for-6.1:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git

Best,
Markus

Previous versions:
v3 - https://lore.kernel.org/lkml/20220805121852.21254-1-jneanne@baylibre.com/
v2 - https://lore.kernel.org/lkml/20220726103355.17684-1-jneanne@baylibre.com/
v1 - https://lore.kernel.org/lkml/20220719091742.3221-1-jneanne@baylibre.com/

Jerome Neanne (5):
  DONOTMERGE: arm64: dts: ti: Add TI TPS65219 PMIC support for AM642 SK
    board.
  DONOTMERGE: arm64: dts: ti: Add pinmux and irq mapping for TPS65219
    external interrupts
  DONOTMERGE: arm64: dts: ti: k3-am642-sk: Enable tps65219 power-button
  mfd: drivers: Add TI TPS65219 PMIC support
  arm64: defconfig: Add tps65219 as modules

Markus Schneider-Pargmann (1):
  Input: Add tps65219 interrupt driven powerbutton

 MAINTAINERS                             |   1 +
 arch/arm64/boot/dts/ti/k3-am642-sk.dts  | 115 ++++++++
 arch/arm64/configs/defconfig            |   3 +
 drivers/input/misc/Kconfig              |  10 +
 drivers/input/misc/Makefile             |   1 +
 drivers/input/misc/tps65219-pwrbutton.c | 149 ++++++++++
 drivers/mfd/Kconfig                     |  14 +
 drivers/mfd/Makefile                    |   1 +
 drivers/mfd/tps65219.c                  | 357 ++++++++++++++++++++++++
 include/linux/mfd/tps65219.h            | 345 +++++++++++++++++++++++
 10 files changed, 996 insertions(+)
 create mode 100644 drivers/input/misc/tps65219-pwrbutton.c
 create mode 100644 drivers/mfd/tps65219.c
 create mode 100644 include/linux/mfd/tps65219.h

-- 
2.37.2


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

end of thread, other threads:[~2022-08-31 19:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-25 15:02 [PATCH v4 0/6] Add support for TI TPS65219 PMIC Markus Schneider-Pargmann
2022-08-25 15:02 ` [PATCH v4 1/6] DONOTMERGE: arm64: dts: ti: Add TI TPS65219 PMIC support for AM642 SK board Markus Schneider-Pargmann
2022-08-25 15:02 ` [PATCH v4 2/6] DONOTMERGE: arm64: dts: ti: Add pinmux and irq mapping for TPS65219 external interrupts Markus Schneider-Pargmann
2022-08-25 15:02 ` [PATCH v4 3/6] DONOTMERGE: arm64: dts: ti: k3-am642-sk: Enable tps65219 power-button Markus Schneider-Pargmann
2022-08-25 15:02 ` [PATCH v4 4/6] mfd: drivers: Add TI TPS65219 PMIC support Markus Schneider-Pargmann
2022-08-25 17:14   ` Andrew Davis
2022-08-29  7:39     ` Markus Schneider-Pargmann
2022-08-29 14:49       ` Andrew Davis
2022-08-31 18:59         ` Markus Schneider-Pargmann
2022-08-30  9:46   ` Krzysztof Kozlowski
2022-08-31 19:02     ` Markus Schneider-Pargmann
2022-08-25 15:02 ` [PATCH v4 5/6] Input: Add tps65219 interrupt driven powerbutton Markus Schneider-Pargmann
2022-08-25 15:02 ` [PATCH v4 6/6] arm64: defconfig: Add tps65219 as modules Markus Schneider-Pargmann
2022-08-26  7:06 ` [PATCH v4 0/6] Add support for TI TPS65219 PMIC Krzysztof Kozlowski

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