Re: [PATCH] drm/vc4: use platform_register_drivers

2017-03-20 Thread Eric Anholt
Emil Velikov writes: > Hi Philipp, > > I think you patch is OK, just a small question about the existing code. > It might be better suited for Eric... not sure. > > On 17 March 2017 at 17:00, Philipp Zabel wrote: >> Use platform_register_drivers instead of open coding the iteration over >> compo

Re: [PATCH] drm/vc4: use platform_register_drivers

2017-03-20 Thread Philipp Zabel
On Sun, 2017-03-19 at 11:28 +, Emil Velikov wrote: > Hi Philipp, > > I think you patch is OK, just a small question about the existing code. > It might be better suited for Eric... not sure. > > On 17 March 2017 at 17:00, Philipp Zabel wrote: > > Use platform_register_drivers instead of open

Re: [PATCH] drm/vc4: use platform_register_drivers

2017-03-19 Thread Emil Velikov
Hi Philipp, I think you patch is OK, just a small question about the existing code. It might be better suited for Eric... not sure. On 17 March 2017 at 17:00, Philipp Zabel wrote: > Use platform_register_drivers instead of open coding the iteration over > component platform drivers in the vc4_dr

Re: [PATCH] drm/vc4: use platform_register_drivers

2017-03-17 Thread Eric Anholt
Philipp Zabel writes: > Use platform_register_drivers instead of open coding the iteration over > component platform drivers in the vc4_drv module. Reviewed and applied. Thanks! signature.asc Description: PGP signature ___ dri-devel mailing list dri

[PATCH] drm/vc4: use platform_register_drivers

2017-03-17 Thread Philipp Zabel
Use platform_register_drivers instead of open coding the iteration over component platform drivers in the vc4_drv module. Signed-off-by: Philipp Zabel --- drivers/gpu/drm/vc4/vc4_drv.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/drivers/gpu/drm/vc4