Re: [PATCH] sdhci: add quirk for controllers that don't support write only detect

2010-09-24 Thread Philip Rakity
looked at richard code for get_ro. It will work. On Sep 23, 2010, at 9:49 PM, Wolfram Sang wrote: > On Thu, Sep 23, 2010 at 04:18:02PM -0700, Philip Rakity wrote: >> Since your patches are not available yet -- I think it makes more sense if >> this patch is considered for inclusion and yo

Re: [PATCH] sdhci: add quirk for controllers that don't support write only detect

2010-09-23 Thread Wolfram Sang
On Thu, Sep 23, 2010 at 04:18:02PM -0700, Philip Rakity wrote: >Since your patches are not available yet -- I think it makes more sense if >this patch is considered for inclusion and you can add then include its >functionality in your code. Hmm, I don't think so. As I mentioned elsewhe

Re: [PATCH] sdhci: add quirk for controllers that don't support write only detect

2010-09-20 Thread Philip Rakity
There are a couple of other items that I wanted to fix which I can submit patches for separately or can incorporate into your structure or we can work together. Advise. a) There needs to be a distinction between PRESENT STATE broken and a SD card that IS present (as in mounted on the board).

Re: [PATCH] sdhci: add quirk for controllers that don't support write only detect

2010-09-19 Thread Wolfram Sang
On Sun, Sep 19, 2010 at 02:46:40PM -0700, Philip Rakity wrote: > > > Some board designs for embedded systems do not always bring up the SD Host > Write Protect Signal. > This patch defines a new quirk that when enabled enables write access. I am preparing a patch series which will also make

[PATCH] sdhci: add quirk for controllers that don't support write only detect

2010-09-19 Thread Philip Rakity
:34:02 -0700 Subject: [PATCH] sdhci: add quirk for controllers that don't support write only detect Signed-off-by: Philip Rakity --- drivers/mmc/host/sdhci.c |2 ++ drivers/mmc/host/sdhci.h |2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/host/s