+ mxcmmc-fix-error-path-in-mxcmci_probe.patch added to -mm tree

2009-10-13 Thread akpm
The patch titled mxcmmc: fix error path in mxcmci_probe has been added to the -mm tree. Its filename is mxcmmc-fix-error-path-in-mxcmci_probe.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well

RE: RFC: Shared eMMC Controller

2009-10-13 Thread Johnson, Charles F
While they will share the controller, they will not share partitions. So there is no file system level sharing. Just the controller.Also the granularity would be at the command level. We won't cut short any command in progress. -Original Message- From: spy...@gmail.com [mailto:spy.

+ mmc-at91_mci-dont-include-asm-mach-mmch.patch added to -mm tree

2009-10-13 Thread akpm
The patch titled mmc: at91_mci: don't include asm/mach/mmc.h has been added to the -mm tree. Its filename is mmc-at91_mci-dont-include-asm-mach-mmch.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as w

RFC: Shared eMMC Controller

2009-10-13 Thread Johnson, Charles F
I'm working on a system where we have a need to share the eMMC host controller with both the main CPU and a micro-controller. So to coodinate access we need to define a mutex mechanism between the two. This is possible since there is some shared non-cachable static ram that both have access to

Re: [PATCH] mmc: at91_mci: Don't include asm/mach/mmc.h

2009-10-13 Thread Nicolas Ferre
Uwe Kleine-König : > This fixes a compile error introduced in > > 6ef297f (ARM: 5720/1: Move MMCI header to amba include dir) > > That commit moved arch/arm/include/asm/mach/mmc.h to > include/linux/amba/mmci.h. Just removing the include was enough. > > Signed-off-by: Uwe Kleine-König >

[PATCH] mmc: at91_mci: Don't include asm/mach/mmc.h

2009-10-13 Thread Uwe Kleine-König
This fixes a compile error introduced in 6ef297f (ARM: 5720/1: Move MMCI header to amba include dir) That commit moved arch/arm/include/asm/mach/mmc.h to include/linux/amba/mmci.h. Just removing the include was enough. Signed-off-by: Uwe Kleine-König Acked-by: Linus Walleij Acked-by: