Re: [PATCH v8 1/8] drm/bridge: analogix: Do not use device's drvdata

2018-03-01 Thread Heiko Stübner
Am Mittwoch, 10. Januar 2018, 17:23:41 CET schrieb Thierry Escande: > From: Jeffy Chen > > The driver that instantiates the bridge should own the drvdata, as all > driver model callbacks (probe, remove, shutdown, PM ops, etc.) are also > owned by its driver struct. Moreover, storing two different

[PATCH v8 1/8] drm/bridge: analogix: Do not use device's drvdata

2018-01-10 Thread Thierry Escande
From: Jeffy Chen The driver that instantiates the bridge should own the drvdata, as all driver model callbacks (probe, remove, shutdown, PM ops, etc.) are also owned by its driver struct. Moreover, storing two different pointer types in driver data depending on driver initialization status is bar