All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: atmel-mci: add 0x600 IP version
@ 2014-06-12  7:47 ` Ludovic Desroches
  0 siblings, 0 replies; 6+ messages in thread
From: Ludovic Desroches @ 2014-06-12  7:47 UTC (permalink / raw)
  To: linux-mmc, chris, linux-arm-kernel; +Cc: nicolas.ferre

From: Nicolas Ferre <nicolas.ferre@atmel.com>

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
---
 drivers/mmc/host/atmel-mci.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c
index 1b4b064..9c4c191 100644
--- a/drivers/mmc/host/atmel-mci.c
+++ b/drivers/mmc/host/atmel-mci.c
@@ -2306,6 +2306,7 @@ static void __init atmci_get_cap(struct atmel_mci *host)
 
 	/* keep only major version number */
 	switch (version & 0xf00) {
+	case 0x600:
 	case 0x500:
 		host->caps.has_odd_clk_div = 1;
 	case 0x400:
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] mmc: atmel-mci: add 0x600 IP version
@ 2014-06-12  7:47 ` Ludovic Desroches
  0 siblings, 0 replies; 6+ messages in thread
From: Ludovic Desroches @ 2014-06-12  7:47 UTC (permalink / raw)
  To: linux-arm-kernel

From: Nicolas Ferre <nicolas.ferre@atmel.com>

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
---
 drivers/mmc/host/atmel-mci.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c
index 1b4b064..9c4c191 100644
--- a/drivers/mmc/host/atmel-mci.c
+++ b/drivers/mmc/host/atmel-mci.c
@@ -2306,6 +2306,7 @@ static void __init atmci_get_cap(struct atmel_mci *host)
 
 	/* keep only major version number */
 	switch (version & 0xf00) {
+	case 0x600:
 	case 0x500:
 		host->caps.has_odd_clk_div = 1;
 	case 0x400:
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] mmc: atmel-mci: add 0x600 IP version
  2014-06-12  7:47 ` Ludovic Desroches
@ 2014-08-19 19:02   ` Nicolas Ferre
  -1 siblings, 0 replies; 6+ messages in thread
From: Nicolas Ferre @ 2014-08-19 19:02 UTC (permalink / raw)
  To: linux-mmc, chris, ulf.hansson; +Cc: Ludovic Desroches, linux-arm-kernel

On 12/06/2014 02:47, Ludovic Desroches :
> From: Nicolas Ferre <nicolas.ferre@atmel.com>
> 
> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>

Chris, Ufl,

It seems that this tiny patch got forgotten: Should we re-send it?

Thanks, bye,

> ---
>  drivers/mmc/host/atmel-mci.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c
> index 1b4b064..9c4c191 100644
> --- a/drivers/mmc/host/atmel-mci.c
> +++ b/drivers/mmc/host/atmel-mci.c
> @@ -2306,6 +2306,7 @@ static void __init atmci_get_cap(struct atmel_mci *host)
>  
>  	/* keep only major version number */
>  	switch (version & 0xf00) {
> +	case 0x600:
>  	case 0x500:
>  		host->caps.has_odd_clk_div = 1;
>  	case 0x400:
> 


-- 
Nicolas Ferre

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] mmc: atmel-mci: add 0x600 IP version
@ 2014-08-19 19:02   ` Nicolas Ferre
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Ferre @ 2014-08-19 19:02 UTC (permalink / raw)
  To: linux-arm-kernel

On 12/06/2014 02:47, Ludovic Desroches :
> From: Nicolas Ferre <nicolas.ferre@atmel.com>
> 
> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>

Chris, Ufl,

It seems that this tiny patch got forgotten: Should we re-send it?

Thanks, bye,

> ---
>  drivers/mmc/host/atmel-mci.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c
> index 1b4b064..9c4c191 100644
> --- a/drivers/mmc/host/atmel-mci.c
> +++ b/drivers/mmc/host/atmel-mci.c
> @@ -2306,6 +2306,7 @@ static void __init atmci_get_cap(struct atmel_mci *host)
>  
>  	/* keep only major version number */
>  	switch (version & 0xf00) {
> +	case 0x600:
>  	case 0x500:
>  		host->caps.has_odd_clk_div = 1;
>  	case 0x400:
> 


-- 
Nicolas Ferre

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] mmc: atmel-mci: add 0x600 IP version
  2014-08-19 19:02   ` Nicolas Ferre
@ 2014-08-20  7:29     ` Ulf Hansson
  -1 siblings, 0 replies; 6+ messages in thread
From: Ulf Hansson @ 2014-08-20  7:29 UTC (permalink / raw)
  To: Nicolas Ferre; +Cc: linux-mmc, Chris Ball, Ludovic Desroches, linux-arm-kernel

On 19 August 2014 21:02, Nicolas Ferre <nicolas.ferre@atmel.com> wrote:
> On 12/06/2014 02:47, Ludovic Desroches :
>> From: Nicolas Ferre <nicolas.ferre@atmel.com>
>>
>> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>> Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
>
> Chris, Ufl,
>
> It seems that this tiny patch got forgotten: Should we re-send it?
>
> Thanks, bye,

Sorry for delay.

I have applied it for next now. Thanks!

Kind regards
Uffe

>
>> ---
>>  drivers/mmc/host/atmel-mci.c |    1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c
>> index 1b4b064..9c4c191 100644
>> --- a/drivers/mmc/host/atmel-mci.c
>> +++ b/drivers/mmc/host/atmel-mci.c
>> @@ -2306,6 +2306,7 @@ static void __init atmci_get_cap(struct atmel_mci *host)
>>
>>       /* keep only major version number */
>>       switch (version & 0xf00) {
>> +     case 0x600:
>>       case 0x500:
>>               host->caps.has_odd_clk_div = 1;
>>       case 0x400:
>>
>
>
> --
> Nicolas Ferre
> --
> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] mmc: atmel-mci: add 0x600 IP version
@ 2014-08-20  7:29     ` Ulf Hansson
  0 siblings, 0 replies; 6+ messages in thread
From: Ulf Hansson @ 2014-08-20  7:29 UTC (permalink / raw)
  To: linux-arm-kernel

On 19 August 2014 21:02, Nicolas Ferre <nicolas.ferre@atmel.com> wrote:
> On 12/06/2014 02:47, Ludovic Desroches :
>> From: Nicolas Ferre <nicolas.ferre@atmel.com>
>>
>> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>> Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
>
> Chris, Ufl,
>
> It seems that this tiny patch got forgotten: Should we re-send it?
>
> Thanks, bye,

Sorry for delay.

I have applied it for next now. Thanks!

Kind regards
Uffe

>
>> ---
>>  drivers/mmc/host/atmel-mci.c |    1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c
>> index 1b4b064..9c4c191 100644
>> --- a/drivers/mmc/host/atmel-mci.c
>> +++ b/drivers/mmc/host/atmel-mci.c
>> @@ -2306,6 +2306,7 @@ static void __init atmci_get_cap(struct atmel_mci *host)
>>
>>       /* keep only major version number */
>>       switch (version & 0xf00) {
>> +     case 0x600:
>>       case 0x500:
>>               host->caps.has_odd_clk_div = 1;
>>       case 0x400:
>>
>
>
> --
> Nicolas Ferre
> --
> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-08-20  7:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-12  7:47 [PATCH] mmc: atmel-mci: add 0x600 IP version Ludovic Desroches
2014-06-12  7:47 ` Ludovic Desroches
2014-08-19 19:02 ` Nicolas Ferre
2014-08-19 19:02   ` Nicolas Ferre
2014-08-20  7:29   ` Ulf Hansson
2014-08-20  7:29     ` Ulf Hansson

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.