Re: [PATCH v2] mmc: Add mmc_vddrange_to_ocrmask() helper function

2008-12-14 Thread Pierre Ossman
On Mon, 1 Dec 2008 14:53:20 +0300 Anton Vorontsov wrote: > > Though, the $subject patch could be merged anytime as it doesn't > depend on anything else. So, if you'll merge it earlier, that will > make things a bit easier: -1 patch to resend. ;-) > Queued up. Will be sent once the merge window

Re: [PATCH v2] mmc: Add mmc_vddrange_to_ocrmask() helper function

2008-12-01 Thread Anton Vorontsov
On Sun, Nov 30, 2008 at 09:06:48PM +0100, Pierre Ossman wrote: > On Wed, 26 Nov 2008 22:54:17 +0300 > Anton Vorontsov <[EMAIL PROTECTED]> wrote: > > > This function sets the OCR mask bits according to provided voltage > > ranges. Will be used by the mmc_spi OpenFirmware bindings. > > > > Signed-o

Re: [PATCH v2] mmc: Add mmc_vddrange_to_ocrmask() helper function

2008-11-30 Thread Pierre Ossman
On Wed, 26 Nov 2008 22:54:17 +0300 Anton Vorontsov <[EMAIL PROTECTED]> wrote: > This function sets the OCR mask bits according to provided voltage > ranges. Will be used by the mmc_spi OpenFirmware bindings. > > Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> > --- > > Hi Pierre, > > Sorry f

[PATCH v2] mmc: Add mmc_vddrange_to_ocrmask() helper function

2008-11-26 Thread Anton Vorontsov
This function sets the OCR mask bits according to provided voltage ranges. Will be used by the mmc_spi OpenFirmware bindings. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> --- Hi Pierre, Sorry for the delay. On Sat, Nov 08, 2008 at 09:55:37PM +0100, Pierre Ossman wrote: > On Thu, 30 Oct 20