Hi, On Sat, Jul 27, 2019 at 05:04:44AM +0300, Laurent Pinchart wrote: > Hello, > > On Fri, Jul 26, 2019 at 05:01:52PM -0300, Fabio Estevam wrote: > > Hi Guido, > > > > Thanks for your work on this driver! > > > > On Wed, Jul 24, 2019 at 12:52 PM Guido Günther <agx@xxxxxxxxxxx> wrote: > > > > > --- /dev/null > > > +++ b/drivers/gpu/drm/bridge/imx-nwl/Kconfig > > > @@ -0,0 +1,15 @@ > > > +config DRM_IMX_NWL_DSI > > > + tristate "Support for Northwest Logic MIPI DSI Host controller" > > > + depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM || COMPILE_TEST) > > > > This IP could potentially be found on other SoCs, so no need to make > > it depend on ARCH_MXC. > > I'd go even further and not use the prefix imx in the driver name or > anywhere in the code. My idea was to do that when another possible user comes up to see what can be shared but I can do that for v2. Cheers, -- Guido > > [snip] > > -- > Regards, > > Laurent Pinchart >