[PATCH RFC 07/31] mmc: sdhci: push card_tasklet into threaded irq handler
From: Russell King - ARM Linux <hidden>
Date: 2014-02-19 09:52:12
Also in:
linux-mmc
On Wed, Feb 19, 2014 at 03:18:08PM +0530, Viresh Kumar wrote:
On 19 February 2014 15:13, Russell King - ARM Linux [off-list ref] wrote:quoted
On Wed, Feb 19, 2014 at 11:43:19AM +0530, Viresh Kumar wrote:quoted
Adding ST people as well who have access to boards and are working on SPEAr. On 18 February 2014 23:27, Russell King - ARM Linux [off-list ref] wrote:quoted
1) You're controlling the card power GPIO via the insertion/removal interrupt handler? What's wrong with using a vmmc regulator for that, which will be controlled via the MMC subsystem as required?Haven't explored that earlier.. Maybe its possible but no idea. The requirements were like this: - We may or maynot need a GPIO for controlling power - If we need it, we may need to disable/enable power with card removal/ insertion Or we may need to keep it enabled for ever..So how is this any different from any other system which controls power to the MMC/SD socket?I am not claiming it to be different. I am just saying these were the requirements and I am not sure if they were satisfied with vmmc regulator. It might be exactly same in all other platforms.
Are you aware that power control to the card is part of the MMC/SD/SDIO spec - and part of the protocol talking to the card? Hence why the mmc layer has support for its control built-in. If you don't want to use a regulator, then the right way to do this is to use the set_ios callback and check the power field - anything which is not MMC_POWER_OFF should result in power to the card being turned on. -- FTTC broadband for 0.8mile line: 5.8Mbps down 500kbps up. Estimation in database were 13.1 to 19Mbit for a good line, about 7.5+ for a bad. Estimate before purchase was "up to 13.2Mbit".