Re: [PATCH 00/38] MMC updates, plus CuBox-i WiFi support

2014-04-28 Thread Chris Ball
isable UHS modes" and "mmc: tegra: fix reporting of base > clock frequency" applied) Thanks very much Stephen, Russell for the series, and Ulf. This seems like a good time to merge to mmc-next and call for testing in linux-next -- I'm happy to merge a v2

Re: [PATCH V3] mmc:of_spi: Update the code of getting voltage-ranges

2013-08-24 Thread Chris Ball
- Chris. -- Chris Ball <http://printf.net/> ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH 2/3] powerpc/esdhc: add property to disable the CMD23

2012-09-17 Thread Chris Ball
res > > I really think we should NOT utilize device tree for this. Of course, we could also make both (or perhaps neither) of you happy by merging both: if your DT says you don't support cmd23 *or* you hit the driver's blacklist, we avoid it. - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH 2/3] powerpc/esdhc: add property to disable the CMD23

2012-09-17 Thread Chris Ball
that sound okay? > > Why? I only ask because I agree with Scott that this means you have to > update your device tree to get proper functionality. Thanks, I'd missed that. I withdraw my preference; I'll pick up whichever method you all prefer. - Chris. -- Chris Ball &l

Re: [PATCH 2/3] powerpc/esdhc: add property to disable the CMD23

2012-09-17 Thread Chris Ball
ther than in driver code, so I'd prefer to just push the original patch to mmc-next as-is. Does that sound okay? (I think the argument that there isn't going to be any new hardware with this problem is equally in favor of both methods.) Thanks, - Chris. -- Chris Ball <http://pri

Re: [PATCH 2/3] powerpc/esdhc: add property to disable the CMD23

2012-09-11 Thread Chris Ball
ork (vs Auto-CMD23). It seems plausible that it's just not implemented on these controllers. It's a little strange, since the command's been specified for so long and we haven't seen any other controllers with problems. The patch would be correct if this is true. - Chris. -- C

Re: [PATCH 2/3] powerpc/esdhc: add property to disable the CMD23

2012-09-11 Thread Chris Ball
troller, and flags are runtime decisions on whether to use that capability, based on e.g. the presence of a quirk. So, I think the code's correct as written. Feel free to ask more questions if you're investigating a specific problem that you haven't mentioned yet. Thanks, - C

Re: [PATCH][v2] mmc:sdhci: restore the enabled dma when do reset all

2012-01-11 Thread Chris Ball
host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) { > + if ((host->ops->enable_dma) && (mask & SDHCI_RESET_ALL)) > + host->ops->enable_dma(host); > + } > } > > static void sdhci_set_i

Re: [PATCH] eSDHC: Access Freescale eSDHC registers by 32-bit

2011-09-21 Thread Chris Ball
Kumar Gala Pushed to mmc-next for 3.2 with Anton's ACK now, thanks. - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH v3 0/4] Consolidate sdhci pltfm & OF drivers and get them self registered

2011-05-27 Thread Chris Ball
btle ways -- we haven't had much testing from the individual -pltfm driver maintainers yet -- and the mmc merge was (relatively) huge already this cycle. I'll certainly push it to linux-next as soon as -rc1 is released, though. Sound okay? Thanks, - Chris. -- Chris Ball <http

Re: [PATCH 0/8] sdhci: Move real work out of an atomic context

2010-09-08 Thread Chris Ball
Hi, On Wed, Sep 08, 2010 at 10:37:41PM +0100, Chris Ball wrote: > Hi Andrew, > > On Tue, Sep 07, 2010 at 03:38:13PM -0700, Andrew Morton wrote: > > > I noticed no throughput drop neither with PIO transfers nor > > > with DMA (tested on MPC8569E CPU), while latenc

Re: [PATCH 0/8] sdhci: Move real work out of an atomic context

2010-09-08 Thread Chris Ball
e grained locking. I didn't know anything about a reported performance drop, and I don't think Andrew did either -- Albert's test results don't seem to have made it to this list, or anywhere else that I can see. Could you link to/repost his comments? (I'll be testing

Re: [PATCH 0/8] sdhci: Move real work out of an atomic context

2010-09-08 Thread Chris Ball
ems yet, but may do so in the > future and will impact the validity of any testing. It seems to be > kind of stuck. Should I drop it all? I suggest keeping it -- I'll find time to test it out here soon, and will keep it in mind as a possible regression cause. Thanks, -- Chris Ball