public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/4] RTL9300 support for reboot and i2c
@ 2024-11-06  0:18 Chris Packham
  2024-11-06  0:18 ` [PATCH v9 1/4] dt-bindings: mfd: Add Realtek RTL9300 switch peripherals Chris Packham
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Chris Packham @ 2024-11-06  0:18 UTC (permalink / raw)
  To: lee, robh, krzk+dt, conor+dt, tsbogend, andi.shyti
  Cc: devicetree, linux-kernel, linux-mips, linux-i2c, Chris Packham

The following patches from earlier rounds of this series have already been applied

- https://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git/commit/?h=for-next&id=e7af7d13316dc5e2293c4f777f71bd8331f5d7a5
- https://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git/commit/?h=for-next&id=ce38cdc908557953604ffb0a91ef5ae3fbdf1c6b
- https://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git/commit/?h=i2c/i2c-host&id=9114f5a4e63edd5ab1ba453799da335237cfc6f1

There may be complaints from some of the automated checkers about the mfd
dt-binding patch until it shows up in the same tree as the i2c binding that is
referred to.

Chris Packham (4):
  dt-bindings: mfd: Add Realtek RTL9300 switch peripherals
  mips: dts: realtek: Add syscon-reboot node
  mips: dts: realtek: Add I2C controllers
  i2c: Add driver for the RTL9300 I2C controller

 .../bindings/mfd/realtek,rtl9301-switch.yaml  | 114 +++++
 MAINTAINERS                                   |   7 +
 .../cameo-rtl9302c-2x-rtl8224-2xge.dts        |   2 +-
 arch/mips/boot/dts/realtek/rtl9302c.dtsi      |  15 +
 arch/mips/boot/dts/realtek/rtl930x.dtsi       |  29 ++
 drivers/i2c/busses/Kconfig                    |  10 +
 drivers/i2c/busses/Makefile                   |   1 +
 drivers/i2c/busses/i2c-rtl9300.c              | 423 ++++++++++++++++++
 8 files changed, 600 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/realtek,rtl9301-switch.yaml
 create mode 100644 arch/mips/boot/dts/realtek/rtl9302c.dtsi
 create mode 100644 drivers/i2c/busses/i2c-rtl9300.c

-- 
2.47.0


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

end of thread, other threads:[~2024-11-12 15:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-06  0:18 [PATCH v9 0/4] RTL9300 support for reboot and i2c Chris Packham
2024-11-06  0:18 ` [PATCH v9 1/4] dt-bindings: mfd: Add Realtek RTL9300 switch peripherals Chris Packham
2024-11-06  1:29   ` Rob Herring (Arm)
2024-11-06  0:18 ` [PATCH v9 2/4] mips: dts: realtek: Add syscon-reboot node Chris Packham
2024-11-12 14:56   ` Thomas Bogendoerfer
2024-11-06  0:18 ` [PATCH v9 3/4] mips: dts: realtek: Add I2C controllers Chris Packham
2024-11-12 14:56   ` Thomas Bogendoerfer
2024-11-06  0:18 ` [PATCH v9 4/4] i2c: Add driver for the RTL9300 I2C controller Chris Packham
2024-11-06  9:57   ` Andi Shyti
2024-11-06 19:47     ` Chris Packham
2024-11-06 22:51       ` Andi Shyti

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