Re: [PATCH v4 1/3] mfd: Add realtek USB card reader driver

2014-02-23 Thread Chris Ball
Hi, On Mon, Feb 24 2014, Roger wrote: > Would you please help comment PATCH 2/3 and 3/3 (for mmc and memstick, > respectively) or give Acks? Thus we can proceed with applying or > revision if necessary. For 2/3: Acked-by: Chris Ball Thanks, - Chris. -- Chris Ball <http:

Re: [PATCH] mmc: sdhci: add support for realtek rts5250

2014-02-22 Thread Chris Ball
ed to mmc-next for 3.15. - Chris. -- Chris Ball <http://printf.net/> ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH v2 0/3] mmc: rtsx: fix bug and support nonblocking request

2014-02-22 Thread Chris Ball
in. > > We offer a concise tuning searching method, it is much easier to read. > > At last we add support for nonblocking request, which will improve card read > speed at about 10% write speed about 5% normally. Thanks, all 3 patches pushed to mmc-next for 3.15. - Chris. -- C

Re: [PATCH] mmc:host: Remove a duplicate line in Makefile

2013-08-24 Thread Chris Ball
_pci_sdmmc.o > - > obj-$(CONFIG_MMC_SDHCI_PLTFM)+= sdhci-pltfm.o > obj-$(CONFIG_MMC_SDHCI_CNS3XXX) += sdhci-cns3xxx.o > obj-$(CONFIG_MMC_SDHCI_ESDHC_IMX)+= sdhci-esdhc-imx.o Thanks, pushed to mmc-next for 3.12. - Chris. -- Chris Ball <http://pri

Re: [PATCH] mmc/core: free mmc_card when cmd 3, 9, 7 got failed in mmc_sd_init_card

2013-08-24 Thread Chris Ball
mmc_host *host, u32 > ocr, > if (!mmc_host_is_spi(host)) { > err = mmc_select_card(card); > if (err) > - return err; > + goto free_card; > } > > err =