From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Linus Walleij <linus.walleij@linaro.org>,
linux-gpio@vger.kernel.org, linux-sh@vger.kernel.org
Subject: Re: [PATCH 2/2] pinctrl: sh-pfc: Remove r8a7790 platform_device_id entry
Date: Tue, 10 Mar 2015 18:24:06 +0200 [thread overview]
Message-ID: <1947693.pyxfTlgn3E@avalon> (raw)
In-Reply-To: <1425986080-26648-2-git-send-email-geert+renesas@glider.be>
Hi Geert,
Thank you for the patch.
On Tuesday 10 March 2015 12:14:40 Geert Uytterhoeven wrote:
> The r8a7790 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: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> The r8a7790 platform is DT-only since v4.0-rc1.
>
> 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 0e6083fc3563f4a5..52342a22d40a031f 100644
> --- a/drivers/pinctrl/sh-pfc/core.c
> +++ b/drivers/pinctrl/sh-pfc/core.c
> @@ -591,9 +591,6 @@ static const struct platform_device_id sh_pfc_id_table[]
> = { #ifdef CONFIG_PINCTRL_PFC_R8A7779
> { "pfc-r8a7779", (kernel_ulong_t)&r8a7779_pinmux_info },
> #endif
> -#ifdef CONFIG_PINCTRL_PFC_R8A7790
> - { "pfc-r8a7790", (kernel_ulong_t)&r8a7790_pinmux_info },
> -#endif
> #ifdef CONFIG_PINCTRL_PFC_SH7203
> { "pfc-sh7203", (kernel_ulong_t)&sh7203_pinmux_info },
> #endif
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Linus Walleij <linus.walleij@linaro.org>,
linux-gpio@vger.kernel.org, linux-sh@vger.kernel.org
Subject: Re: [PATCH 2/2] pinctrl: sh-pfc: Remove r8a7790 platform_device_id entry
Date: Tue, 10 Mar 2015 16:24:06 +0000 [thread overview]
Message-ID: <1947693.pyxfTlgn3E@avalon> (raw)
In-Reply-To: <1425986080-26648-2-git-send-email-geert+renesas@glider.be>
Hi Geert,
Thank you for the patch.
On Tuesday 10 March 2015 12:14:40 Geert Uytterhoeven wrote:
> The r8a7790 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: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> The r8a7790 platform is DT-only since v4.0-rc1.
>
> 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 0e6083fc3563f4a5..52342a22d40a031f 100644
> --- a/drivers/pinctrl/sh-pfc/core.c
> +++ b/drivers/pinctrl/sh-pfc/core.c
> @@ -591,9 +591,6 @@ static const struct platform_device_id sh_pfc_id_table[]
> = { #ifdef CONFIG_PINCTRL_PFC_R8A7779
> { "pfc-r8a7779", (kernel_ulong_t)&r8a7779_pinmux_info },
> #endif
> -#ifdef CONFIG_PINCTRL_PFC_R8A7790
> - { "pfc-r8a7790", (kernel_ulong_t)&r8a7790_pinmux_info },
> -#endif
> #ifdef CONFIG_PINCTRL_PFC_SH7203
> { "pfc-sh7203", (kernel_ulong_t)&sh7203_pinmux_info },
> #endif
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2015-03-10 16:24 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-10 11:14 [PATCH 1/2] pinctrl: sh-pfc: Remove emev2 platform_device_id entry Geert Uytterhoeven
2015-03-10 11:14 ` Geert Uytterhoeven
2015-03-10 11:14 ` [PATCH 2/2] pinctrl: sh-pfc: Remove r8a7790 " Geert Uytterhoeven
2015-03-10 11:14 ` Geert Uytterhoeven
2015-03-10 16:24 ` Laurent Pinchart [this message]
2015-03-10 16:24 ` Laurent Pinchart
2015-03-18 1:19 ` Linus Walleij
2015-03-18 1:19 ` Linus Walleij
2015-03-10 16:24 ` [PATCH 1/2] pinctrl: sh-pfc: Remove emev2 " Laurent Pinchart
2015-03-10 16:24 ` Laurent Pinchart
2015-03-18 1:17 ` Linus Walleij
2015-03-18 1:17 ` Linus Walleij
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1947693.pyxfTlgn3E@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=geert+renesas@glider.be \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.