Re: [PATCH] MMC: Fix handling of low-voltage cards (take 2)

2007-04-08 Thread Pierre Ossman
Philip Langdale wrote: > Fix handling of low voltage MMC cards. > > Sorry, my fifo filled up and you got stuck at the far end. I've applied this and will push to andrew in a bit. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core

Re: [PATCH] MMC: Fix handling of low-voltage cards (take 2)

2007-04-08 Thread Pierre Ossman
Philip Langdale wrote: Fix handling of low voltage MMC cards. Sorry, my fifo filled up and you got stuck at the far end. I've applied this and will push to andrew in a bit. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core

[PATCH] MMC: Fix handling of low-voltage cards (take 2)

2007-03-16 Thread Philip Langdale
Fix handling of low voltage MMC cards. The latest MMC and SD specs both agree that support for low-voltage operations is indicated by bit 7 in the OCR. The MMC spec states that the low voltage range is 1.65-1.95V while the SD spec leaves the actual voltage range undefined - meaning that there is

Re: [PATCH] MMC: Fix handling of low-voltage cards

2007-03-16 Thread Pierre Ossman
Philip Langdale wrote: > diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c > index c87ce56..74ebd97 100644 > --- a/drivers/mmc/core/core.c > +++ b/drivers/mmc/core/core.c > @@ -317,6 +317,24 @@ static u32 mmc_select_voltage(struct mmc > The idea with the new structure is to keep a

Re: [PATCH] MMC: Fix handling of low-voltage cards

2007-03-16 Thread Pierre Ossman
Philip Langdale wrote: diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c index c87ce56..74ebd97 100644 --- a/drivers/mmc/core/core.c +++ b/drivers/mmc/core/core.c @@ -317,6 +317,24 @@ static u32 mmc_select_voltage(struct mmc The idea with the new structure is to keep a bare

[PATCH] MMC: Fix handling of low-voltage cards (take 2)

2007-03-16 Thread Philip Langdale
Fix handling of low voltage MMC cards. The latest MMC and SD specs both agree that support for low-voltage operations is indicated by bit 7 in the OCR. The MMC spec states that the low voltage range is 1.65-1.95V while the SD spec leaves the actual voltage range undefined - meaning that there is

[PATCH] MMC: Fix handling of low-voltage cards

2007-03-11 Thread Philip Langdale
Fix handling of low voltage MMC cards. The latest MMC and SD specs both agree that support for low-voltage operations is indicated by bit 7 in the OCR. The MMC spec states that the low voltage range is 1.65-1.95V while the SD spec leaves the actual voltage range undefined - meaning that there is

[PATCH] MMC: Fix handling of low-voltage cards

2007-03-11 Thread Philip Langdale
Fix handling of low voltage MMC cards. The latest MMC and SD specs both agree that support for low-voltage operations is indicated by bit 7 in the OCR. The MMC spec states that the low voltage range is 1.65-1.95V while the SD spec leaves the actual voltage range undefined - meaning that there is