Re: [PATCH V2 05/11] drm/bridge: tc358767: Move hardware init to enable callback

2022-02-24 Thread Marek Vasut
On 2/21/22 10:12, Lucas Stach wrote: Am Samstag, dem 19.02.2022 um 03:39 +0100 schrieb Marek Vasut: On 2/18/22 18:49, Lucas Stach wrote: Am Freitag, dem 18.02.2022 um 02:00 +0100 schrieb Marek Vasut: The TC358767/TC358867/TC9595 are all capable of operating either from attached Xtal or from DS

Re: [PATCH V2 05/11] drm/bridge: tc358767: Move hardware init to enable callback

2022-02-21 Thread Lucas Stach
Am Samstag, dem 19.02.2022 um 03:39 +0100 schrieb Marek Vasut: > On 2/18/22 18:49, Lucas Stach wrote: > > Am Freitag, dem 18.02.2022 um 02:00 +0100 schrieb Marek Vasut: > > > The TC358767/TC358867/TC9595 are all capable of operating either from > > > attached Xtal or from DSI clock lane clock. In c

Re: [PATCH V2 05/11] drm/bridge: tc358767: Move hardware init to enable callback

2022-02-18 Thread Marek Vasut
On 2/18/22 18:49, Lucas Stach wrote: Am Freitag, dem 18.02.2022 um 02:00 +0100 schrieb Marek Vasut: The TC358767/TC358867/TC9595 are all capable of operating either from attached Xtal or from DSI clock lane clock. In case the later is used, all I2C accesses will fail until the DSI clock lane is

Re: [PATCH V2 05/11] drm/bridge: tc358767: Move hardware init to enable callback

2022-02-18 Thread Lucas Stach
Am Freitag, dem 18.02.2022 um 02:00 +0100 schrieb Marek Vasut: > The TC358767/TC358867/TC9595 are all capable of operating either from > attached Xtal or from DSI clock lane clock. In case the later is used, > all I2C accesses will fail until the DSI clock lane is running and > supplying clock to t

[PATCH V2 05/11] drm/bridge: tc358767: Move hardware init to enable callback

2022-02-17 Thread Marek Vasut
The TC358767/TC358867/TC9595 are all capable of operating either from attached Xtal or from DSI clock lane clock. In case the later is used, all I2C accesses will fail until the DSI clock lane is running and supplying clock to the chip. Move all hardware initialization to enable callback to guaran