From: Simon Horman <horms@verge.net.au>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>,
linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org
Subject: Re: [PATCH 2/2] clocksource: sh_cmt: Remove obsolete sh-cmt-48-gen2 platform_device_id entry
Date: Tue, 23 Jun 2015 23:49:03 +0000 [thread overview]
Message-ID: <20150623234903.GD9988@verge.net.au> (raw)
In-Reply-To: <1435064189-10889-2-git-send-email-geert+renesas@glider.be>
On Tue, Jun 23, 2015 at 02:56:29PM +0200, Geert Uytterhoeven wrote:
> Since commit 914d7d148411997c ("ARM: shmobile: r8a73a4: Remove legacy
> code"), all former users of the "sh-cmt-48-gen2" platform device name
> are only supported in generic DT-only ARM multi-platform builds. The
> driver doesn't need to match platform devices by name anymore, hence
> remove the corresponding platform_device_id entry.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
> ---
> drivers/clocksource/sh_cmt.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/clocksource/sh_cmt.c b/drivers/clocksource/sh_cmt.c
> index c123eb5c3e28c868..ef799532a7a7963e 100644
> --- a/drivers/clocksource/sh_cmt.c
> +++ b/drivers/clocksource/sh_cmt.c
> @@ -936,7 +936,6 @@ static const struct platform_device_id sh_cmt_id_table[] = {
> { "sh-cmt-16", (kernel_ulong_t)&sh_cmt_info[SH_CMT_16BIT] },
> { "sh-cmt-32", (kernel_ulong_t)&sh_cmt_info[SH_CMT_32BIT] },
> { "sh-cmt-48", (kernel_ulong_t)&sh_cmt_info[SH_CMT_48BIT] },
> - { "sh-cmt-48-gen2", (kernel_ulong_t)&sh_cmt_info[SH_CMT_48BIT_GEN2] },
> { }
> };
> MODULE_DEVICE_TABLE(platform, sh_cmt_id_table);
> --
> 1.9.1
>
> --
> 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
>
WARNING: multiple messages have this Message-ID (diff)
From: Simon Horman <horms@verge.net.au>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>,
linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org
Subject: Re: [PATCH 2/2] clocksource: sh_cmt: Remove obsolete sh-cmt-48-gen2 platform_device_id entry
Date: Wed, 24 Jun 2015 08:49:03 +0900 [thread overview]
Message-ID: <20150623234903.GD9988@verge.net.au> (raw)
In-Reply-To: <1435064189-10889-2-git-send-email-geert+renesas@glider.be>
On Tue, Jun 23, 2015 at 02:56:29PM +0200, Geert Uytterhoeven wrote:
> Since commit 914d7d148411997c ("ARM: shmobile: r8a73a4: Remove legacy
> code"), all former users of the "sh-cmt-48-gen2" platform device name
> are only supported in generic DT-only ARM multi-platform builds. The
> driver doesn't need to match platform devices by name anymore, hence
> remove the corresponding platform_device_id entry.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
> ---
> drivers/clocksource/sh_cmt.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/clocksource/sh_cmt.c b/drivers/clocksource/sh_cmt.c
> index c123eb5c3e28c868..ef799532a7a7963e 100644
> --- a/drivers/clocksource/sh_cmt.c
> +++ b/drivers/clocksource/sh_cmt.c
> @@ -936,7 +936,6 @@ static const struct platform_device_id sh_cmt_id_table[] = {
> { "sh-cmt-16", (kernel_ulong_t)&sh_cmt_info[SH_CMT_16BIT] },
> { "sh-cmt-32", (kernel_ulong_t)&sh_cmt_info[SH_CMT_32BIT] },
> { "sh-cmt-48", (kernel_ulong_t)&sh_cmt_info[SH_CMT_48BIT] },
> - { "sh-cmt-48-gen2", (kernel_ulong_t)&sh_cmt_info[SH_CMT_48BIT_GEN2] },
> { }
> };
> MODULE_DEVICE_TABLE(platform, sh_cmt_id_table);
> --
> 1.9.1
>
> --
> 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
>
next prev parent reply other threads:[~2015-06-23 23:49 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-23 12:56 [PATCH 1/2] clocksource: sh_cmt: Remove obsolete sh-cmt-32-fast platform_device_id entry Geert Uytterhoeven
2015-06-23 12:56 ` Geert Uytterhoeven
2015-06-23 12:56 ` [PATCH 2/2] clocksource: sh_cmt: Remove obsolete sh-cmt-48-gen2 " Geert Uytterhoeven
2015-06-23 12:56 ` Geert Uytterhoeven
2015-06-23 23:49 ` Simon Horman [this message]
2015-06-23 23:49 ` Simon Horman
2015-06-23 23:48 ` [PATCH 1/2] clocksource: sh_cmt: Remove obsolete sh-cmt-32-fast " Simon Horman
2015-06-23 23:48 ` Simon Horman
2015-06-29 9:13 ` Daniel Lezcano
2015-06-29 9:13 ` Daniel Lezcano
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=20150623234903.GD9988@verge.net.au \
--to=horms@verge.net.au \
--cc=daniel.lezcano@linaro.org \
--cc=geert+renesas@glider.be \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=tglx@linutronix.de \
/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.