From: Sascha Hauer <s.hauer@pengutronix.de>
To: "open list:BAREBOX" <barebox@lists.infradead.org>
Subject: [PATCH 0/3] add K3 I2C and tps65219 support
Date: Wed, 08 Jan 2025 16:24:07 +0100 [thread overview]
Message-ID: <20250108-k3-i2c-v1-0-cf088462217b@pengutronix.de> (raw)
This series adds I2C support for TI K3 SoCs along with support for
the TI tps65219 PMIC chip which is often found on K3 boards.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
Sascha Hauer (3):
i2c: omap: add ti,am64-i2c compatible
mfd: add tps65219 support
regulator: add tps65219 regulator support
drivers/i2c/busses/Kconfig | 2 +-
drivers/i2c/busses/i2c-omap.c | 3 +
drivers/mfd/Kconfig | 5 +
drivers/mfd/Makefile | 1 +
drivers/mfd/tps65219.c | 82 ++++++++
drivers/regulator/Kconfig | 4 +
drivers/regulator/Makefile | 1 +
drivers/regulator/tps65219-regulator.c | 187 ++++++++++++++++++
include/linux/mfd/tps65219.h | 339 +++++++++++++++++++++++++++++++++
9 files changed, 623 insertions(+), 1 deletion(-)
---
base-commit: 06e9050f42fd00f99fa0e5385bce8c1c9d3adf0e
change-id: 20250108-k3-i2c-efc0a9c7c807
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
next reply other threads:[~2025-01-08 15:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-08 15:24 Sascha Hauer [this message]
2025-01-08 15:24 ` [PATCH 1/3] i2c: omap: add ti,am64-i2c compatible Sascha Hauer
2025-01-08 15:24 ` [PATCH 2/3] mfd: add tps65219 support Sascha Hauer
2025-01-08 15:24 ` [PATCH 3/3] regulator: add tps65219 regulator support Sascha Hauer
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=20250108-k3-i2c-v1-0-cf088462217b@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox