Re: [PATCH] drm/bridge: parade-ps8640: Reorg the macros

2021-08-24 Thread Philip Chen
Hi, On Tue, Aug 24, 2021 at 3:37 PM Doug Anderson wrote: > > Hi, > > On Fri, Aug 20, 2021 at 4:22 PM Philip Chen wrote: > > > > From: Philip Chen > > > > Reorg the macros as follows: > > (1) Group the registers on the same page together. > > (2) Group the register and its bit operation together

Re: [PATCH] drm/bridge: parade-ps8640: Reorg the macros

2021-08-24 Thread Doug Anderson
Hi, On Fri, Aug 20, 2021 at 4:22 PM Philip Chen wrote: > > From: Philip Chen > > Reorg the macros as follows: > (1) Group the registers on the same page together. > (2) Group the register and its bit operation together while indenting > the macros of the bit operation with one space. > > Also fi

[PATCH] drm/bridge: parade-ps8640: Reorg the macros

2021-08-21 Thread Philip Chen
From: Philip Chen Reorg the macros as follows: (1) Group the registers on the same page together. (2) Group the register and its bit operation together while indenting the macros of the bit operation with one space. Also fix a misnomer for the number of mipi data lanes. Signed-off-by: Philip Ch