Re: mmc does not work in qemu n900

2015-12-25 Thread Pali Rohár
On Monday 26 January 2015 22:04:59 Pali Rohár wrote: > Hello, > > for unknown reason kernel in qemu n900 machine is not able to > detect internal eMMC memory. External SD card is detected without > problem. > > If I apply this one-line patch eMMC in qemu start working: > > diff --git a/drivers/m

Re: mmc does not work in qemu n900

2015-02-07 Thread Pali Rohár
On Friday 30 January 2015 15:23:34 Pali Rohár wrote: > On Tuesday 27 January 2015 10:17:39 Pali Rohár wrote: > > On Tuesday 27 January 2015 00:21:04 Aaro Koskinen wrote: > > > Hi, > > > > > > On Mon, Jan 26, 2015 at 10:04:59PM +0100, Pali Rohár wrote: > > > > problem? Why any of these two patches

Re: mmc does not work in qemu n900

2015-01-30 Thread Pali Rohár
On Tuesday 27 January 2015 10:17:39 Pali Rohár wrote: > On Tuesday 27 January 2015 00:21:04 Aaro Koskinen wrote: > > Hi, > > > > On Mon, Jan 26, 2015 at 10:04:59PM +0100, Pali Rohár wrote: > > > problem? Why any of these two patches fix problem when mmc > > > is not detected by kernel in qemu (mac

Re: mmc does not work in qemu n900

2015-01-27 Thread Pali Rohár
On Tuesday 27 January 2015 00:21:04 Aaro Koskinen wrote: > Hi, > > On Mon, Jan 26, 2015 at 10:04:59PM +0100, Pali Rohár wrote: > > problem? Why any of these two patches fix problem when mmc > > is not detected by kernel in qemu (machine n900)? Detection > > of mmc fails because function mmc_send_o

Re: mmc does not work in qemu n900

2015-01-26 Thread Aaro Koskinen
Hi, On Mon, Jan 26, 2015 at 10:04:59PM +0100, Pali Rohár wrote: > problem? Why any of these two patches fix problem when mmc is not > detected by kernel in qemu (machine n900)? Detection of mmc fails > because function mmc_send_op_cond() without one of above patches > fails. Has it ever worked

mmc does not work in qemu n900

2015-01-26 Thread Pali Rohár
Hello, for unknown reason kernel in qemu n900 machine is not able to detect internal eMMC memory. External SD card is detected without problem. If I apply this one-line patch eMMC in qemu start working: diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c index 9584bff..0d4461c 10064