Re: [PATCH] i2c: s3c2410: check for NULL pinctrl handle

From: Tomasz Figa
Date: Sun Feb 24 2013 - 12:00:20 EST


On Sunday 24 of February 2013 02:01:45 Linus Walleij wrote:
> On Sun, Feb 24, 2013 at 1:58 AM, Tomasz Figa <tomasz.figa@xxxxxxxxx>
wrote:
> > [Me]
> >
> >> Surely you know this when setting up the pdata from your machine?
> >
> > Cases 2) and 3) are both DT-enabled cases, where there is no pdata
> > coming from board-specific code.
>
> (...)
>
> > Note that we are talking here about a temporary solution. The legacy
> > DT- based pin configuration will go away after all the DT-enabled
> > platforms using this driver get migrated to pin control and so will
> > the need to check if pin control is available.
>
> So use AUXDATA, and you get a pdata for that driver?

Hmm, and then have some platform data passed statically and some parsed
from device tree? Not even saying that we are going towards getting rid of
auxdata, not adding further dependencies for it.

Sorry, but this sounds more broken to me than checking the return value of
devm_pinctrl_get_select_default for NULL in the driver.

Still, all the platforms relying on the legacy DT GPIO support should have
been already migrated to pin control, so ideally instead of "fixing" the
drivers to continue supporting the deprecated method, such platforms
should be fixed.

Best regards,
Tomasz

--
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/