mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/1] animeo_ip: set uSD port devname to microsd
@ 2013-09-20  5:33 Jean-Christophe PLAGNIOL-VILLARD
  2013-09-20  6:51 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2013-09-20  5:33 UTC (permalink / raw)
  To: barebox

so we can always found it and not confuse it with a usb stick device

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 arch/arm/boards/animeo_ip/init.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boards/animeo_ip/init.c b/arch/arm/boards/animeo_ip/init.c
index 5419ddb..e99acd0 100644
--- a/arch/arm/boards/animeo_ip/init.c
+++ b/arch/arm/boards/animeo_ip/init.c
@@ -136,6 +136,7 @@ static struct atmel_mci_platform_data __initdata animeo_ip_mci_data = {
 	.slot_b		= 1,
 	.detect_pin	= -EINVAL,
 	.wp_pin		= -EINVAL,
+	.devname	= "microsd",
 };
 
 static void animeo_ip_add_device_mci(void)
-- 
1.8.4.rc1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH 1/1] animeo_ip: set uSD port devname to microsd
  2013-09-20  5:33 [PATCH 1/1] animeo_ip: set uSD port devname to microsd Jean-Christophe PLAGNIOL-VILLARD
@ 2013-09-20  6:51 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2013-09-20  6:51 UTC (permalink / raw)
  To: Jean-Christophe PLAGNIOL-VILLARD; +Cc: barebox

On Fri, Sep 20, 2013 at 07:33:05AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote:
> so we can always found it and not confuse it with a usb stick device
> 
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

Applied, thanks

Sascha

> ---
>  arch/arm/boards/animeo_ip/init.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/boards/animeo_ip/init.c b/arch/arm/boards/animeo_ip/init.c
> index 5419ddb..e99acd0 100644
> --- a/arch/arm/boards/animeo_ip/init.c
> +++ b/arch/arm/boards/animeo_ip/init.c
> @@ -136,6 +136,7 @@ static struct atmel_mci_platform_data __initdata animeo_ip_mci_data = {
>  	.slot_b		= 1,
>  	.detect_pin	= -EINVAL,
>  	.wp_pin		= -EINVAL,
> +	.devname	= "microsd",
>  };
>  
>  static void animeo_ip_add_device_mci(void)
> -- 
> 1.8.4.rc1
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2013-09-20  6:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-20  5:33 [PATCH 1/1] animeo_ip: set uSD port devname to microsd Jean-Christophe PLAGNIOL-VILLARD
2013-09-20  6:51 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox