Re: [PATCH] mmc: dw_mmc: exynos: Turn SDIO interrupts on

2013-04-16 Thread Doug Anderson
Seungwon, On Tue, Apr 16, 2013 at 2:30 AM, Seungwon Jeon wrote: > If needed for specific channel, it can be got from dts as property. > if (of_find_property(np, "cap-sdio-irq", NULL)) > pdata->caps |= MMC_CAP_SDIO_IRQ; Oh! I missed that these new properties had gone in. That is a much

RE: [PATCH] mmc: dw_mmc: exynos: Turn SDIO interrupts on

2013-04-16 Thread Seungwon Jeon
On Tuesday, April 16, 2013, Doug Anderson > Seungwon, > > On Mon, Apr 15, 2013 at 5:14 AM, Seungwon Jeon wrote: > >> + MMC_CAP_8_BIT_DATA | MMC_CAP_CMD23 | MMC_CAP_SDIO_IRQ, > >> + MMC_CAP_CMD23 | MMC_CAP_SDIO_IRQ, > > This line for [1] > >> + MMC_CAP_CMD23 | MMC_CAP_SDIO_IRQ,

Re: [PATCH] mmc: dw_mmc: exynos: Turn SDIO interrupts on

2013-04-15 Thread Doug Anderson
Seungwon, On Mon, Apr 15, 2013 at 5:14 AM, Seungwon Jeon wrote: >> + MMC_CAP_8_BIT_DATA | MMC_CAP_CMD23 | MMC_CAP_SDIO_IRQ, >> + MMC_CAP_CMD23 | MMC_CAP_SDIO_IRQ, > This line for [1] >> + MMC_CAP_CMD23 | MMC_CAP_SDIO_IRQ, >> + MMC_CAP_CMD23 | MMC_CAP_SDIO_IRQ, > [1] is for

RE: [PATCH] mmc: dw_mmc: exynos: Turn SDIO interrupts on

2013-04-15 Thread Seungwon Jeon
Friday, April 12, 2013, Doug Anderson wrote: > The mmc part in exynos supports SDIO interrupts and they work fine, so > turn the capability on. With this I see download speeds increase > about 10x. This is a port of a change present in the Chrome OS tree > that can be found at