[PATCH 0/5] drm: Fix module autoload for OF platform drivers

From: Luis de Bethencourt
Date: Thu Sep 17 2015 - 10:20:19 EST


These patches add the missing MODULE_DEVICE_TABLE() for OF to export
the information so modules have the correct aliases built-in and
autoloading works correctly.

A longer explanation by Javier Canillas can be found here:
https://lkml.org/lkml/2015/7/30/519

Thanks,
Luis

Luis de Bethencourt (5):
drm: atmel-hlcdc: Fix module autoload for OF platform driver
drm: imx: imx-tve: Fix module autoload for OF platform driver
drm: omapdrm: tiler: Fix module autoload for OF platform driver
drm/rockchip: Fix module autoload for OF platform driver
drm/tegra: Fix module autoload for OF platform driver

drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 1 +
drivers/gpu/drm/imx/imx-tve.c | 1 +
drivers/gpu/drm/omapdrm/omap_dmm_tiler.c | 1 +
drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 1 +
drivers/gpu/drm/tegra/drm.c | 1 +
5 files changed, 5 insertions(+)

--
2.4.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/