Re: [PATCH 34/41] drm/bridge: analogix_dp: Allow master driver to cleanup in unbind

2017-03-10 Thread Sean Paul
On Fri, Mar 10, 2017 at 04:09:57PM +0900, Tomasz Figa wrote: > Hi Sean, > > On Fri, Mar 10, 2017 at 1:32 PM, Sean Paul wrote: > > > > From: Tomasz Figa > > > > Since we take the ownership of drvdata, the master driver does not have > > any means of accessing its own data from unbind callback and

Re: [PATCH 34/41] drm/bridge: analogix_dp: Allow master driver to cleanup in unbind

2017-03-09 Thread Tomasz Figa
Hi Sean, On Fri, Mar 10, 2017 at 1:32 PM, Sean Paul wrote: > > From: Tomasz Figa > > Since we take the ownership of drvdata, the master driver does not have > any means of accessing its own data from unbind callback and all it can > do is calling the analogix unbind callback. However it might be

[PATCH 34/41] drm/bridge: analogix_dp: Allow master driver to cleanup in unbind

2017-03-09 Thread Sean Paul
From: Tomasz Figa Since we take the ownership of drvdata, the master driver does not have any means of accessing its own data from unbind callback and all it can do is calling the analogix unbind callback. However it might be necessary to do some clean up in the master driver before we really unb