Hi
On Fri, Apr 11, 2014 at 11:35 PM, Daniel Vetter daniel.vetter@ffwll.ch wrote:
Hi all,
I've chatted a bit with Thierry about how we could allow drivers to not even required a drm_bus any more. Which is relevant when e.g. due to the new master/component no platform device is conveniently around.
So I've brushed off my old series to remove some drm_bus functions and other cruft and rebased it onto latest drm-next.
It gets rid of everything but drm_bus->set_busid, but Thierry has a good plan to make that one optional too - it's only really needed for backwards compat with some old libdrm versions on pci drm drivers.
Comments and review highly welcome.
Presuming no one screams I plan to send a pull request with these patches to Dave fairly early for 3.16 so that Thierry can base his tegra rework on top of it.
Apart from the irq patches, this looks all good. Thierry caught all the typos, so please go ahead and send a pull-request. No objections from me.
Thanks David