* [PATCH 1/2] mmc: mmci: fix an ages old detection error
@ 2016-01-04 1:21 Linus Walleij
2016-01-14 9:52 ` Ulf Hansson
0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2016-01-04 1:21 UTC (permalink / raw)
To: linux-arm-kernel
commit 4956e10903fd3459306dd9438c1e714ba3068a2a
"ARM: 6244/1: mmci: add variant data and default MCICLOCK support"
added variant data for ARM, U300 and Ux500 variants. The
Nomadik NHK8815/8820 variant was erroneously labeled as a
U300 variant, and when the proper Nomadik variant was
later introduced in commit
34fd421349ffc6a4280b71276bf7c6d48f92156f
"ARM: 7378/1: mmci: add support for the Nomadik MMCI variant"
this was not fixes. Let's say this fixes the latter commit
as there was no proper Nomadik support until then.
Cc: stable at vger.kernel.org
Fixes: 34fd421349ff "ARM: 7378/1: mmci: add support for the Nomadik MMCI variant"
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
drivers/mmc/host/mmci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c
index fb266745f824..acece3299756 100644
--- a/drivers/mmc/host/mmci.c
+++ b/drivers/mmc/host/mmci.c
@@ -1886,7 +1886,7 @@ static struct amba_id mmci_ids[] = {
{
.id = 0x00280180,
.mask = 0x00ffffff,
- .data = &variant_u300,
+ .data = &variant_nomadik,
},
{
.id = 0x00480180,
--
2.4.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 1/2] mmc: mmci: fix an ages old detection error
2016-01-04 1:21 [PATCH 1/2] mmc: mmci: fix an ages old detection error Linus Walleij
@ 2016-01-14 9:52 ` Ulf Hansson
0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2016-01-14 9:52 UTC (permalink / raw)
To: linux-arm-kernel
On 4 January 2016 at 02:21, Linus Walleij <linus.walleij@linaro.org> wrote:
> commit 4956e10903fd3459306dd9438c1e714ba3068a2a
> "ARM: 6244/1: mmci: add variant data and default MCICLOCK support"
> added variant data for ARM, U300 and Ux500 variants. The
> Nomadik NHK8815/8820 variant was erroneously labeled as a
> U300 variant, and when the proper Nomadik variant was
> later introduced in commit
> 34fd421349ffc6a4280b71276bf7c6d48f92156f
> "ARM: 7378/1: mmci: add support for the Nomadik MMCI variant"
> this was not fixes. Let's say this fixes the latter commit
> as there was no proper Nomadik support until then.
>
> Cc: stable at vger.kernel.org
> Fixes: 34fd421349ff "ARM: 7378/1: mmci: add support for the Nomadik MMCI variant"
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Thanks, applied patch 1 and patch2 for fixes.
Patch1 had some checkpatch issues regarding the changelog, I fixed it up myself.
Kind regards
Uffe
> ---
> drivers/mmc/host/mmci.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c
> index fb266745f824..acece3299756 100644
> --- a/drivers/mmc/host/mmci.c
> +++ b/drivers/mmc/host/mmci.c
> @@ -1886,7 +1886,7 @@ static struct amba_id mmci_ids[] = {
> {
> .id = 0x00280180,
> .mask = 0x00ffffff,
> - .data = &variant_u300,
> + .data = &variant_nomadik,
> },
> {
> .id = 0x00480180,
> --
> 2.4.3
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-01-14 9:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-04 1:21 [PATCH 1/2] mmc: mmci: fix an ages old detection error Linus Walleij
2016-01-14 9:52 ` Ulf Hansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).