mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] add K3 I2C and tps65219 support
@ 2025-01-08 15:24 Sascha Hauer
  2025-01-08 15:24 ` [PATCH 1/3] i2c: omap: add ti,am64-i2c compatible Sascha Hauer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sascha Hauer @ 2025-01-08 15:24 UTC (permalink / raw)
  To: open list:BAREBOX

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>




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

end of thread, other threads:[~2025-01-08 15:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-08 15:24 [PATCH 0/3] add K3 I2C and tps65219 support Sascha Hauer
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox