[RFC PATCH 1/3] pinctrl: imx: add pinmux imx core driver

Dong Aisheng-B29396 B29396 at freescale.com
Tue Dec 6 02:35:12 EST 2011


> -----Original Message-----
> From: Guo Shawn-R65073
> Sent: Tuesday, December 06, 2011 3:39 PM
> To: Dong Aisheng-B29396
> Cc: linux-kernel at vger.kernel.org; linux-arm-kernel at lists.infradead.org;
> linus.walleij at stericsson.com; s.hauer at pengutronix.de;
> kernel at pengutronix.de
> Subject: Re: [RFC PATCH 1/3] pinctrl: imx: add pinmux imx core driver
> 
> On Sun, Dec 04, 2011 at 07:49:42PM +0800, Dong Aisheng wrote:
> > +static struct platform_device_id imx_pinctrl_devtype[] = {
> > +	{
> > +		.name = "sdhci-pinctrl-imx53",
> > +		.driver_data = (kernel_ulong_t)&mx53_pinctrl_info,
> > +	}, {
> > +		.name = "sdhci-pinctrl-imx6q",
> > +		.driver_data = (kernel_ulong_t)&mx6q_pinctrl_info,
> > +	},
> > +};
> 
> The platform_device_id table needs an empty entry to be the sentinel.
> 
Acked.

Regards
Dong Aisheng




More information about the linux-arm-kernel mailing list