Re: [RFC v2 3/8] drm: ingenic-drm: add MODULE_DEVICE_TABLE

2020-03-03 Thread H . Nikolaus Schaller
> Am 02.03.2020 um 20:21 schrieb Paul Cercueil : > > Hi Nikolaus, > > > Le ven., févr. 28, 2020 at 19:19, H. Nikolaus Schaller a > écrit : >> so that the driver can load by matching the device tree >> if compiled as module. >> Signed-off-by: H. Nikolaus Schaller >> --- >>

Re: [RFC v2 3/8] drm: ingenic-drm: add MODULE_DEVICE_TABLE

2020-03-03 Thread Paul Cercueil
Hi Nikolaus, Le ven., févr. 28, 2020 at 19:19, H. Nikolaus Schaller a écrit : so that the driver can load by matching the device tree if compiled as module. Signed-off-by: H. Nikolaus Schaller --- drivers/gpu/drm/ingenic/ingenic-drm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

[RFC v2 3/8] drm: ingenic-drm: add MODULE_DEVICE_TABLE

2020-02-29 Thread H. Nikolaus Schaller
so that the driver can load by matching the device tree if compiled as module. Signed-off-by: H. Nikolaus Schaller --- drivers/gpu/drm/ingenic/ingenic-drm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/ingenic/ingenic-drm.c b/drivers/gpu/drm/ingenic/ingenic-drm.c index