[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241106001835.2725522-1-chris.packham@alliedtelesis.co.nz>
Date: Wed, 6 Nov 2024 13:18:31 +1300
From: Chris Packham <chris.packham@...iedtelesis.co.nz>
To: lee@...nel.org,
robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org,
tsbogend@...ha.franken.de,
andi.shyti@...nel.org
Cc: devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-mips@...r.kernel.org,
linux-i2c@...r.kernel.org,
Chris Packham <chris.packham@...iedtelesis.co.nz>
Subject: [PATCH v9 0/4] RTL9300 support for reboot and i2c
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
Powered by blists - more mailing lists