Re: [PATCH] mmc: rtsx: fix tuning fail on gen3 PCI-Express

2017-09-26 Thread Ulf Hansson
On 22 September 2017 at 10:07, wrote: > From: rui_feng > > On gen3 PCI-Express we should send command one by one. > If sending many commands in one packet will lead to a failure. > > Signed-off-by: rui_feng Thanks, applied for next! Kind regards Uffe > --- > drivers/mmc/host/rtsx_pci_sdmmc.

[PATCH] mmc: rtsx: fix tuning fail on gen3 PCI-Express

2017-09-22 Thread rui_feng
From: rui_feng On gen3 PCI-Express we should send command one by one. If sending many commands in one packet will lead to a failure. Signed-off-by: rui_feng --- drivers/mmc/host/rtsx_pci_sdmmc.c | 38 ++ include/linux/mfd/rtsx_pci.h | 1 + 2 files chan