[PATCH 0/2] i2c: rtl9300: two cleanups

Rosen Penev posted 2 patches 1 month, 3 weeks ago
drivers/i2c/busses/i2c-rtl9300.c | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
[PATCH 0/2] i2c: rtl9300: two cleanups
Posted by Rosen Penev 1 month, 3 weeks ago
const fix and fwnode removal.

Rosen Penev (2):
  i2c: rtl9300: remove const cast
  i2c: rtl9300: use of instead of fwnode

 drivers/i2c/busses/i2c-rtl9300.c | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

--
2.52.0
Re: [PATCH 0/2] i2c: rtl9300: two cleanups
Posted by Andi Shyti 3 weeks, 3 days ago
Hi Rosen,

On Tue, Dec 16, 2025 at 10:30:25PM -0800, Rosen Penev wrote:
> Rosen Penev (2):
>   i2c: rtl9300: remove const cast
>   i2c: rtl9300: use of instead of fwnode

merged to i2c/i2c-host.

Thanks,
Andi