[PATCH v1 05/10] ufs: host: mediatek: Adjust sync length for FASTAUTO mode

Peter Wang (王信友) peter.wang at mediatek.com
Fri Sep 19 01:12:45 PDT 2025


On Thu, 2025-09-18 at 12:28 -0700, Bart Van Assche wrote:
> On 9/18/25 3:36 AM, peter.wang at mediatek.com wrote:
> > @@ -160,7 +163,9 @@
> >   #define PA_PACPFRAMECOUNT   0x15C0
> >   #define PA_PACPERRORCOUNT   0x15C1
> >   #define PA_PHYTESTCONTROL   0x15C2
> > -#define PA_TXHSADAPTTYPE       0x15D4
> > +#define PA_TXHSG4SYNCLENGTH  0x15D0
> > +#define PA_TXHSADAPTTYPE     0x15D4
> > +#define PA_TXHSG5SYNCLENGTH  0x15D6
> > 
> >   /* Adpat type for PA_TXHSADAPTTYPE attribute */
> >   #define PA_REFRESH_ADAPT       0x00
> 
> The "#define PA_TXHSADAPTTYPE   0x15D4" line shouldn't have been
> changed. It seems like this patch changes the whitespace before the
> "0x"?
> 
> Thanks,
> 
> Bart.

Hi Bart,

Yes, the alignment was different from the other definitions,
so I changed the spaces to tabs for consistency. 
The content itself was not modified.

Thanks.
Peter



More information about the Linux-mediatek mailing list