[PATCH] drm/tegra: add MODULE_DEVICE_TABLEs

2014-06-19 Thread Thierry Reding
On Wed, Jun 18, 2014 at 04:21:18PM -0600, Stephen Warren wrote: > On 06/18/2014 03:51 PM, Thierry Reding wrote: > > On Wed, Jun 18, 2014 at 03:19:15PM -0600, Stephen Warren wrote: > >> From: Stephen Warren > >> > >> When tegra-drm.ko is built as a module, these MODULE_DEVICE_TABLEs allow > >> the

[PATCH] drm/tegra: add MODULE_DEVICE_TABLEs

2014-06-19 Thread Thierry Reding
On Wed, Jun 18, 2014 at 03:19:15PM -0600, Stephen Warren wrote: > From: Stephen Warren > > When tegra-drm.ko is built as a module, these MODULE_DEVICE_TABLEs allow > the module to be auto-loaded since the module will match the devices > instantiated from device tree. I vaguely remember doing

[PATCH] drm/tegra: add MODULE_DEVICE_TABLEs

2014-06-18 Thread Stephen Warren
On 06/18/2014 03:51 PM, Thierry Reding wrote: > On Wed, Jun 18, 2014 at 03:19:15PM -0600, Stephen Warren wrote: >> From: Stephen Warren >> >> When tegra-drm.ko is built as a module, these MODULE_DEVICE_TABLEs allow >> the module to be auto-loaded since the module will match the devices >>

[PATCH] drm/tegra: add MODULE_DEVICE_TABLEs

2014-06-18 Thread Stephen Warren
From: Stephen Warren When tegra-drm.ko is built as a module, these MODULE_DEVICE_TABLEs allow the module to be auto-loaded since the module will match the devices instantiated from device tree. (Notes for stable: in 3.14+, just git rm any conflicting file, since they are