Re: [Intel-gfx] [PATCH v2 0/4] drm/i915: dp: fix order of dp aux i2c device cleanup

2014-02-14 Thread Daniel Vetter
On Thu, Feb 13, 2014 at 04:11:55PM +0200, Antti Koskipää wrote: > On 02/11/2014 05:12 PM, Imre Deak wrote: > > The main point of this patchset is to fix a driver unload bug caused by > > incorrect order of dp aux i2c cleanup wrt. destroying the corresponding > > encoder/connector objects, see the s

Re: [Intel-gfx] [PATCH v2 0/4] drm/i915: dp: fix order of dp aux i2c device cleanup

2014-02-13 Thread Antti Koskipää
On 02/11/2014 05:12 PM, Imre Deak wrote: > The main point of this patchset is to fix a driver unload bug caused by > incorrect order of dp aux i2c cleanup wrt. destroying the corresponding > encoder/connector objects, see the second patch for details. > > Tested on vlv/dp. > > v2: move all sysfs

[Intel-gfx] [PATCH v2 0/4] drm/i915: dp: fix order of dp aux i2c device cleanup

2014-02-11 Thread Imre Deak
The main point of this patchset is to fix a driver unload bug caused by incorrect order of dp aux i2c cleanup wrt. destroying the corresponding encoder/connector objects, see the second patch for details. Tested on vlv/dp. v2: move all sysfs removal bits to the new connector->unregister callb