[PATCH 16/18] drm: remove drm_bus->get_name

2014-04-17 Thread Thierry Reding
On Fri, Apr 11, 2014 at 11:36:13PM +0200, Daniel Vetter wrote: > The only user is the info debugfs file, so we only need something > human readable. Now for both pci and platform devices we've used the > name of the underlying device driver, which matches the name of the > drm driver in all cases.

[PATCH 16/18] drm: remove drm_bus->get_name

2014-04-11 Thread Daniel Vetter
The only user is the info debugfs file, so we only need something human readable. Now for both pci and platform devices we've used the name of the underlying device driver, which matches the name of the drm driver in all cases. So we can just use that instead. The exception is usb, which used a ge