Message ID | 1424016101-10111-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com (mailing list archive) |
---|---|
State | Accepted |
Commit | eaef1279fa349db0cbec953e745d91db019a729e |
Delegated to: | Geert Uytterhoeven |
Headers | show |
On Sun, Feb 15, 2015 at 06:01:41PM +0200, Laurent Pinchart wrote: > The r8a7791 platform is now DT-only, the driver doesn't need to match > platform devices by name anymore. Remove the corresponding > platform_device_id entry. > > Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Simon Horman <horms+renesas@verge.net.au> > --- > drivers/pinctrl/sh-pfc/core.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/drivers/pinctrl/sh-pfc/core.c b/drivers/pinctrl/sh-pfc/core.c > index a56280814a3f..e2c442b64a2c 100644 > --- a/drivers/pinctrl/sh-pfc/core.c > +++ b/drivers/pinctrl/sh-pfc/core.c > @@ -597,9 +597,6 @@ static const struct platform_device_id sh_pfc_id_table[] = { > #ifdef CONFIG_PINCTRL_PFC_R8A7790 > { "pfc-r8a7790", (kernel_ulong_t)&r8a7790_pinmux_info }, > #endif > -#ifdef CONFIG_PINCTRL_PFC_R8A7791 > - { "pfc-r8a7791", (kernel_ulong_t)&r8a7791_pinmux_info }, > -#endif > #ifdef CONFIG_PINCTRL_PFC_SH7203 > { "pfc-sh7203", (kernel_ulong_t)&sh7203_pinmux_info }, > #endif > -- > Regards, > > Laurent Pinchart > > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Sun, Feb 15, 2015 at 5:01 PM, Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> wrote: > The r8a7791 platform is now DT-only, the driver doesn't need to match > platform devices by name anymore. Remove the corresponding > platform_device_id entry. > > Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Linus, Could you please pick this patch up for v4.1 ? On Sunday 15 February 2015 18:01:41 Laurent Pinchart wrote: > The r8a7791 platform is now DT-only, the driver doesn't need to match > platform devices by name anymore. Remove the corresponding > platform_device_id entry. > > Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> > --- > drivers/pinctrl/sh-pfc/core.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/drivers/pinctrl/sh-pfc/core.c b/drivers/pinctrl/sh-pfc/core.c > index a56280814a3f..e2c442b64a2c 100644 > --- a/drivers/pinctrl/sh-pfc/core.c > +++ b/drivers/pinctrl/sh-pfc/core.c > @@ -597,9 +597,6 @@ static const struct platform_device_id sh_pfc_id_table[] > = { #ifdef CONFIG_PINCTRL_PFC_R8A7790 > { "pfc-r8a7790", (kernel_ulong_t)&r8a7790_pinmux_info }, > #endif > -#ifdef CONFIG_PINCTRL_PFC_R8A7791 > - { "pfc-r8a7791", (kernel_ulong_t)&r8a7791_pinmux_info }, > -#endif > #ifdef CONFIG_PINCTRL_PFC_SH7203 > { "pfc-sh7203", (kernel_ulong_t)&sh7203_pinmux_info }, > #endif
On Sun, Feb 15, 2015 at 5:01 PM, Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> wrote: > The r8a7791 platform is now DT-only, the driver doesn't need to match > platform devices by name anymore. Remove the corresponding > platform_device_id entry. > > Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Patch applied with all ACKs. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/pinctrl/sh-pfc/core.c b/drivers/pinctrl/sh-pfc/core.c index a56280814a3f..e2c442b64a2c 100644 --- a/drivers/pinctrl/sh-pfc/core.c +++ b/drivers/pinctrl/sh-pfc/core.c @@ -597,9 +597,6 @@ static const struct platform_device_id sh_pfc_id_table[] = { #ifdef CONFIG_PINCTRL_PFC_R8A7790 { "pfc-r8a7790", (kernel_ulong_t)&r8a7790_pinmux_info }, #endif -#ifdef CONFIG_PINCTRL_PFC_R8A7791 - { "pfc-r8a7791", (kernel_ulong_t)&r8a7791_pinmux_info }, -#endif #ifdef CONFIG_PINCTRL_PFC_SH7203 { "pfc-sh7203", (kernel_ulong_t)&sh7203_pinmux_info }, #endif
The r8a7791 platform is now DT-only, the driver doesn't need to match platform devices by name anymore. Remove the corresponding platform_device_id entry. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> --- drivers/pinctrl/sh-pfc/core.c | 3 --- 1 file changed, 3 deletions(-)