[PATCH v3 0/4] drm/omap: fix issues in omap_drv probe/remove

2014-01-08 Thread Tomi Valkeinen
On 2014-01-02 11:19, Archit Taneja wrote: > At the moment, the omapdrm driver doesn't work on panda/beagle when built-in > the kernel. The problem is that omapdrm doesn't defer probe if resources like > regulator/I2C etc are missing. The first patch fixes that. > > The next 3 patches make sure tha

[PATCH v3 0/4] drm/omap: fix issues in omap_drv probe/remove

2014-01-02 Thread Archit Taneja
At the moment, the omapdrm driver doesn't work on panda/beagle when built-in the kernel. The problem is that omapdrm doesn't defer probe if resources like regulator/I2C etc are missing. The first patch fixes that. The next 3 patches make sure that omapdrm module can be inserted and removed success