MMC support for password protection of SD cards

2009-10-04 Thread Mahadev Cholachagudda
Dear All, Can you please point me to any source that contain the support for password protection of SD cards? I could see one reference towards this at http://thread.gmane.org/gmane.linux.kernel/373855 But no discussions being done on that thread since 2006. Is it because of the propitiatory nat

Re: [PATCH 1/1] CMD12 error recovery support for SD cards

2009-10-04 Thread Mahadev Cholachagudda
2009/10/2 Matt Fleming : > > I may be looking at an out of date SD Host Controller Spec, but can you > point me at the place where it says that it's ok to retry the CMD12 if > it failed? I can find the part explaining that you can issue CMD13 to > see if CMD12 really failed or not, but not the plac

Re: [PULL REQUEST] MMC and TMIO updates

2009-10-04 Thread Magnus Damm
Hi Ian, On Mon, Oct 5, 2009 at 2:24 AM, Ian Molton wrote: > Hi folks, > > Andrew, can you please pull > > git//git.mnementh.co.uk/linux-2.6-im tmio_clockpower > > Thanks! So I did a second round of testing on my kfr2r09 board, and the updated version of the patch is still working fine. To fulfi

Re: [PATCH 00/07] sh: SuperH Mobile SDHI changes

2009-10-04 Thread Paul Mundt
On Fri, Oct 02, 2009 at 11:21:58AM +0900, Magnus Damm wrote: > sh: SuperH Mobile SDHI changes > > [PATCH 01/07] mfd: Add SuperH Mobile SDHI platform driver > [PATCH 02/07] mmc: Add SuperH to the tmio-mmc Kconfig > [PATCH 03/07] mmc: Remove const from tmio-mmc platform data > [PATCH 04/07] sh: SDH

Re: [PULL REQUEST] MMC and TMIO updates

2009-10-04 Thread Andrew Morton
On Sun, 4 Oct 2009 18:24:08 +0100 Ian Molton wrote: > Hi folks, > > Andrew, can you please pull > > git//git.mnementh.co.uk/linux-2.6-im tmio_clockpower > urgh, I haven't been set up to pull any git tree apart from linux-next in ages. Can we please either: a) merge this into -mm as old-fash

[PULL REQUEST] MMC and TMIO updates

2009-10-04 Thread Ian Molton
Hi folks, Andrew, can you please pull git//git.mnementh.co.uk/linux-2.6-im tmio_clockpower Thanks! -- Ian Molton Linux, Automotive, and other hacking: http://www.mnementh.co.uk/ -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.k

Re: TMIO MMC: full patchset.

2009-10-04 Thread Ian Molton
1mA IIRC. Its never been calibrated though, its just a mid-priced multimeter. 2009/10/4 Phil Blundell : > On Sun, 2009-10-04 at 16:51 +0100, Ian Molton wrote: >> Seriously, on e750 the power draw of the tc6393 in standby is so low >> my meter cant measure it. > > What's the resolution of your mete

Re: TMIO MMC: full patchset.

2009-10-04 Thread Phil Blundell
On Sun, 2009-10-04 at 16:51 +0100, Ian Molton wrote: > Seriously, on e750 the power draw of the tc6393 in standby is so low > my meter cant measure it. What's the resolution of your meter? p. -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to ma

Re: [PATCH 1/2] MMC,mfd: fix tmio_core code for ASIC3

2009-10-04 Thread pHilipp Zabel
On Sun, Oct 4, 2009 at 6:01 PM, Ian Molton wrote: > Hi Philipp, > > Thanks for your patches. I'll roll them in with my patches so that > this all goes in as one patchset, if thats ok with you? Of course. No need to create broken (for ASIC3) intermediate commits, if it can be avoided. cheers Phil

Re: [PATCH 1/2] MMC,mfd: fix tmio_core code for ASIC3

2009-10-04 Thread Ian Molton
Hi Philipp, Thanks for your patches. I'll roll them in with my patches so that this all goes in as one patchset, if thats ok with you? -Ian -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://

Re: TMIO MMC: full patchset.

2009-10-04 Thread Ian Molton
2009/10/4 Magnus Damm : > Hi Ian, Hi, >> That was an example. I suppose if your HCLK (the input or host clock, >> as named in the TMIO specs) never falls below double the maximum >> MMC/SD bus speed, then you will be ok. > > That should be the case. Thanks for explaining. Np. >> I doubt it'd be

Re: + sdio-pass-whitelisted-cis-funce-tuples-to-sdio-drivers.patch added to -mm tree

2009-10-04 Thread Pierre Ossman
On Wed, 30 Sep 2009 15:23:09 -0700 (PDT) Albert Herranz wrote: > Pierre Ossman wrote: > > > > Anyway, my ideal solution would be something like this: > > > > - We start checking the type field in cistpl_funce. We already know > >about types 0 and 1 (and now 4). > > > > - We use this as a

[PATCH 2/2] MMC,mfd: Fix ASIC3 CNF area handling, using tmio_core

2009-10-04 Thread Philipp Zabel
Since the CNF area code is abstracted out from tmio_mmc, ASIC3 has to handle it itself. Use tmio_core for common operations. Signed-off-by: Philipp Zabel --- drivers/mfd/asic3.c | 43 +++ 1 files changed, 35 insertions(+), 8 deletions(-) diff --git a/d

[PATCH 1/2] MMC,mfd: fix tmio_core code for ASIC3

2009-10-04 Thread Philipp Zabel
Am Mittwoch, den 30.09.2009, 22:49 +0100 schrieb Ian Molton: > Hi, > > Sorry about that I forgot the base gets shifted there. I dont like > tihs implementation too much though as I want to keep knowledge of the > bus shift out of as muich code as possible. (currently none of the > other tmio MFD c