Re: [PATCH 3/3] mmc: add support for hs400 mode of eMMC5.0

2013-11-24 Thread Jackey Shen
On Mon, Nov 11, 2013 at 09:51:16PM +0900, Seungwon Jeon wrote: > On Fri, November 08, 2013, Jackey Shen wrote: > > Hi Seungwon, > > > > Another a little suggestion: > > It would be better that "hs400" in comments is updated to "HS400", > > since the symbol is a special one. > OK. > > > > > Does

[PATCH V4] mmc: sdhci: supporting PCI MSI

2013-11-24 Thread Jackey Shen
Enable MSI support in sdhci-pci driver and provide the mechanism to fall back to Legacy Pin-based Interrupt if MSI register fails. That is, sdhci-pci driver first checks and enables MSI. If error occurs, it will fall to use Legacy Pin-based Interrupt. Tested with SD cards on AMD platform. Signed-

Re: [PATCH 3/3] mmc: mvsdio: silence card detect notice

2013-11-24 Thread Jason Cooper
On Fri, Nov 15, 2013 at 03:22:34PM +0100, Sebastian Hesselbarth wrote: > mvsdio reports method of card detection with dev_notice, while for > removable cards it may be sane, for non-removable cards it is not. > Also, as the user cannot do anything about it, silence the message > by reducing it from

Re: [PATCH 2/3] mmc: mvsdio: workaround for spurious irqs

2013-11-24 Thread Jason Cooper
On Fri, Nov 15, 2013 at 03:22:33PM +0100, Sebastian Hesselbarth wrote: > SDIO controllers found on Marvell Kirkwood SoCs seem to cause a late, > spurious irq although all interrupts have been disabled. This irq > doesn't do any harm, neither to HW nor driver. To avoid some > "unexpected irq" warnin