[PATCH] mmc: core: fix au_size according to sd spec3.0

2012-02-17 Thread hyeonsu . kim
From: Hyeonsu Kim hyeonsu@samsung.com This if phrase is illogical. and SD Spec 3.0 supports au_size from 0 to 0xF. Signed-off-by: Hyeonsu Kim hyeonsu@samsung.com --- drivers/mmc/core/sd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/core/sd.c

[PATCH] mmc: dw_mmc: remove EVENT_DATA_COMPLETE in idma mode

2012-02-17 Thread Hyeonsu
From: Hyeonsu Kim hyeonsu@samsung.com Why need to set EVENT_DATA_COMPLETE bit in here? I think this is duplication bit-set. because The bit is already set when occur SDMMC_INT_DATA_OVER interrupt. In my case (I use dw_mmc for sd card), the bit brings about data transfer fault. So I want to

Re: [PATCH] mmc: core: fix au_size according to sd spec3.0

2012-02-17 Thread Jaehoon Chung
Hi. On 02/17/2012 07:14 PM, hyeonsu@samsung.com wrote: From: Hyeonsu Kim hyeonsu@samsung.com This if phrase is illogical. and SD Spec 3.0 supports au_size from 0 to 0xF. Signed-off-by: Hyeonsu Kim hyeonsu@samsung.com --- drivers/mmc/core/sd.c |2 +- 1 files changed, 1

Re: [PATCH] ARM: OMAP: hsmmc: add max_freq field

2012-02-17 Thread Daniel Mack
ping? Could anyone care for queueing this please? On Thu, Dec 29, 2011 at 2:22 PM, Daniel Mack zon...@gmail.com wrote: On 12/23/2011 04:40 PM, T Krishnamoorthy, Balaji wrote: On Wed, Dec 14, 2011 at 6:52 PM, Daniel Mack zon...@gmail.com wrote: diff --git a/drivers/mmc/host/omap_hsmmc.c

Re: [GIT PULL] at91 mmc fixes for 3.3-rc[45]

2012-02-17 Thread Chris Ball
Hi, On Fri, Feb 17 2012, Nicolas Ferre wrote: This is a couple of patches that fixes a sequence in atmel-mci during DMA/PDC detection + channel handling. Pushed to mmc-next, thanks. I also add the MAINTAINERS update and hand the SD/MMC drivers over to Ludovic Desroches who already made

Re: [PATCH] ARM: OMAP: hsmmc: add max_freq field

2012-02-17 Thread Cousson, Benoit
On 2/17/2012 2:44 PM, Daniel Mack wrote: ping? Could anyone care for queueing this please? There is no OMAP HSMMC dedicated maintainer anymore so I guess you should ping Chris Ball c...@laptop.org. Regards, Benoit -- To unsubscribe from this list: send the line unsubscribe linux-mmc in the

[PATCH] Block: use a freezable workqueue for disk-event polling

2012-02-17 Thread Alan Stern
This patch (as1519) fixes a bug in the block layer's disk-events polling. The polling is done by a work routine queued on the system_nrt_wq workqueue. Since that workqueue isn't freezable, the polling continues even in the middle of a system sleep transition. Obviously, polling a suspended

Re: [PATCH] Block: use a freezable workqueue for disk-event polling

2012-02-17 Thread Rafael J. Wysocki
On Friday, February 17, 2012, Alan Stern wrote: This patch (as1519) fixes a bug in the block layer's disk-events polling. The polling is done by a work routine queued on the system_nrt_wq workqueue. Since that workqueue isn't freezable, the polling continues even in the middle of a system