RE: [PATCH v3 1/2] misc: rtsx: add to support new card reader rts5264

From: Ricky WU
Date: Sun Oct 22 2023 - 23:32:48 EST


> > In order to support new chip rts5264, the definitions of some internal
> > registers and workflow have to be modified.
>
> That is fine, but that should be a single patch, right?
>

Sorry maybe about misunderstand, The modifications mentioned here, it talk about
some judgment expressions add "PID 5264" to make judgement in rtsx_pcr.c,
so only about 30 line modified in rtsx_pcr.c

> > Added rts5264.c rts5264.h for independent functions of the new chip rts5264
>
> And then add new support in a new patch, this is still too big as one
> patch to attempt to review it properly. Would you like to review this
> as-is?
>

Yes, thank you
Because rts5264.c rts5264.h only for rts5264 (new chip).
The past architecture of this driver was like this, and it will good for us to maintain the driver
different chip maybe has different functions and register definitions we used to separate different .c .h


> thanks,
>
> greg k-h