lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 18 Mar 2008 12:20:33 +0100
From:	Pierre Ossman <drzeus-mmc@...eus.cx>
To:	"Wappler Marcel" <Marcel.Wappler@...dgeco.net>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: MMC: Card detection through pin CD/DAT3 issue

On Tue, 18 Mar 2008 11:59:25 +0100
"Wappler Marcel" <Marcel.Wappler@...dgeco.net> wrote:

> Hi Pierre, hi MMC developers,
> 
> I am at porting the generic PCI controller driver mmc/host/sdhci.c to a special non PCI direct memory mapped host. The hardware
> vendor decided to implement the card detection not through the mechanical card present switch but through detecting the card
> internal pull up at pin 1 (CD/DAT3).
> 

The SDHCI spec doesn't specify how to detect the card, so this is a valid behaviour. That said, it's a very stupid way to detect cards as it is very unreliable. There's a reason extremely few use this technique.

> With this detection scheme I have some dificulties togehter with the internal working of the current MMC stack:
> 
> The controller cannot detect a newly inserted card if the card power is switched of. This is due to the fact that the SD card
> applies the internal card detection pull up after it powered up. If there is no power -> no powering up -> no pull up. (besides the
> fact that a pull up needs power to for doing its work :-) )
> 

Then you have broken hardware. The specs clearly state that the controller must be able to detect cards without powering up the cards. Also, the cards must implement the pull-up in a way that behaves like a resistor. So there should be no requirement for full power there either.

> My questions are:
> 
> 1. knows anyone a host controller which uses the same card detection mechanism?
> 

Yes, some wbsd controllers at least.

> 2. How could the driver manage the problem that the MMC stack switches off the card power if removed and therefor no state change on
> line CD/DAT3 occurs at re-insertion of that card?
> 

Provided your hardware is in fact so broken that it cannot be properly handled, you could add a quirk that forces the sdhci driver to keep power on constantly.

> 3. In a short look through some MMC card specs I did not find any description of some card detection mechanism. So I suppose the
> mechanical switch is the only possible solution to detect a newly inserted card. Am I right or is there nevertheless a chance to
> detect a inserted MMC together with this host?
> 

I have a faint memory of a pull-up being added to the MMC 4 spec (the ones with lots of pads). Still, it's a crappy detection mechanism as it doesn't play well with data transfers, and the pull-up can usually be disabled in the cards.

Rgds
-- 
     -- Pierre Ossman

  Linux kernel, MMC maintainer        http://www.kernel.org
  PulseAudio, core developer          http://pulseaudio.org
  rdesktop, core developer          http://www.rdesktop.org
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ