Re: [PATCH v2 2/2] staging: i3c: add Realtek RTS490x I3C HUB driver
From: Greg KH
Date: Mon May 25 2026 - 15:13:03 EST
On Mon, May 25, 2026 at 08:51:28PM +0800, zain_zhou@xxxxxxxxxxxxxx wrote:
> From: Yin Zhou <zain_zhou@xxxxxxxxxxxxxx>
>
> Add driver for Realtek RTS490x series I3C HUB devices.
>
> The driver supports:
> - Device Tree based configuration of LDO, pull-up, IO strength
> and per-port mode (I3C/SMBus/GPIO/disabled)
> - Logical I3C bus registration per target port
> - SMBus agent functionality with IBI and polling modes
> - GPIO chip with IRQ support
> - DebugFS interface for register access and DT config inspection
> - IBI (In-Band Interrupt) handling
>
> The driver is placed in staging as it has known issues to be resolved
> before mainlining; see drivers/staging/rts490x/TODO for details.
No, again, please do this correctly and fix up everything and put it in
the real part of the kernel. It will only take you more work if it were
to be in staging.
thanks,
greg k-h