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

2021-08-26 Thread Doug Anderson
Hi, On Tue, Aug 24, 2021 at 6:12 PM Philip Chen wrote: > > 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 nu

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

2021-08-25 Thread Stephen Boyd
Quoting Philip Chen (2021-08-24 18:11:55) > 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

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

2021-08-25 Thread Sam Ravnborg
On Tue, Aug 24, 2021 at 06:11:55PM -0700, Philip Chen wrote: > 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

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

2021-08-24 Thread 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 Chen --- Changes in