[PATCH V2] drm/tegra: add MODULE_DEVICE_TABLEs

2014-08-01 Thread Thierry Reding
On Wed, Jul 23, 2014 at 01:29:32PM -0600, Stephen Warren wrote: > On 06/18/2014 04:21 PM, 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 > > in

[PATCH V2] drm/tegra: add MODULE_DEVICE_TABLEs

2014-07-23 Thread Stephen Warren
On 06/18/2014 04:21 PM, 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. > > (Notes for stable: in 3.14+, just git rm a

[PATCH V2] 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 added in later kernels.