Re: [PATCH v1 5/5] drm/bridge: tc358768: Correct BTACNTRL1 programming

2021-10-19 Thread Robert Foss
On Sun, 3 Oct 2021 at 01:35, Dmitry Osipenko wrote: > > TXTAGOCNT and RXTASURECNT bitfields of BTACNTRL1 register are swapped in > the code, correct them. Driver doesn't implement low power mode for now, > so this change doesn't make a practical difference yet. > > Tested-by: Andreas Westman Dorcs

[PATCH v1 5/5] drm/bridge: tc358768: Correct BTACNTRL1 programming

2021-10-02 Thread Dmitry Osipenko
TXTAGOCNT and RXTASURECNT bitfields of BTACNTRL1 register are swapped in the code, correct them. Driver doesn't implement low power mode for now, so this change doesn't make a practical difference yet. Tested-by: Andreas Westman Dorcsak # Asus TF700T Tested-by: Maxim Schwalm #TF700T Signed-off-b