All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Schneider-Pargmann <msp@baylibre.com>
To: Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Lee Jones <lee@kernel.org>, Tony Lindgren <tony@atomide.com>,
	nm@ti.com, kristo@kernel.org
Cc: Jerome Neanne <jneanne@baylibre.com>,
	khilman@baylibre.com, narmstrong@baylibre.com, j-keerthy@ti.com,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-input@vger.kernel.org, linux-omap@vger.kernel.org,
	Markus Schneider-Pargmann <msp@baylibre.com>
Subject: [PATCH v4 0/6] Add support for TI TPS65219 PMIC.
Date: Thu, 25 Aug 2022 17:02:18 +0200	[thread overview]
Message-ID: <20220825150224.826258-1-msp@baylibre.com> (raw)

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


WARNING: multiple messages have this Message-ID (diff)
From: Markus Schneider-Pargmann <msp@baylibre.com>
To: Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Lee Jones <lee@kernel.org>, Tony Lindgren <tony@atomide.com>,
	nm@ti.com, kristo@kernel.org
Cc: Jerome Neanne <jneanne@baylibre.com>,
	khilman@baylibre.com, narmstrong@baylibre.com, j-keerthy@ti.com,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-input@vger.kernel.org, linux-omap@vger.kernel.org,
	Markus Schneider-Pargmann <msp@baylibre.com>
Subject: [PATCH v4 0/6] Add support for TI TPS65219 PMIC.
Date: Thu, 25 Aug 2022 17:02:18 +0200	[thread overview]
Message-ID: <20220825150224.826258-1-msp@baylibre.com> (raw)

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


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

             reply	other threads:[~2022-08-25 15:02 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-25 15:02 Markus Schneider-Pargmann [this message]
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   ` 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   ` 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   ` 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 15:02   ` Markus Schneider-Pargmann
2022-08-25 17:14   ` Andrew Davis
2022-08-25 17:14     ` Andrew Davis
2022-08-29  7:39     ` Markus Schneider-Pargmann
2022-08-29  7:39       ` Markus Schneider-Pargmann
2022-08-29 14:49       ` Andrew Davis
2022-08-29 14:49         ` Andrew Davis
2022-08-31 18:59         ` Markus Schneider-Pargmann
2022-08-31 18:59           ` Markus Schneider-Pargmann
2022-08-30  9:46   ` Krzysztof Kozlowski
2022-08-30  9:46     ` Krzysztof Kozlowski
2022-08-31 19:02     ` Markus Schneider-Pargmann
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   ` Markus Schneider-Pargmann
2022-08-25 15:02 ` [PATCH v4 6/6] arm64: defconfig: Add tps65219 as modules Markus Schneider-Pargmann
2022-08-25 15:02   ` Markus Schneider-Pargmann
2022-08-26  7:06 ` [PATCH v4 0/6] Add support for TI TPS65219 PMIC Krzysztof Kozlowski
2022-08-26  7:06   ` Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220825150224.826258-1-msp@baylibre.com \
    --to=msp@baylibre.com \
    --cc=broonie@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=j-keerthy@ti.com \
    --cc=jneanne@baylibre.com \
    --cc=khilman@baylibre.com \
    --cc=kristo@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lee@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=narmstrong@baylibre.com \
    --cc=nm@ti.com \
    --cc=robh+dt@kernel.org \
    --cc=tony@atomide.com \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.