Re: [PATCH v3] mmc_spi.c: add support for the regulator framework

2011-05-23 Thread Antonio Ospite
On Wed, 18 May 2011 12:42:12 -0700 Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Wed, May 18, 2011 at 07:23:20PM +0200, Antonio Ospite wrote: [...] 2. Add a proper function with all the needed parameters to abstract the actual var names, this would be something like:

Re: [PATCH v3] mmc_spi.c: add support for the regulator framework

2011-05-18 Thread Mark Brown
On Wed, May 18, 2011 at 07:23:20PM +0200, Antonio Ospite wrote: So you mean something like the following: mmc_regulator_set_power(...) { Yes. 2. Add a proper function with all the needed parameters to abstract the actual var names, this would be something like:

Re: [PATCH v3] mmc_spi.c: add support for the regulator framework

2011-05-11 Thread Mark Brown
On Wed, May 11, 2011 at 12:39:39PM +0200, Antonio Ospite wrote: Add support for powering up SD cards driven by regulators. This makes the mmc_spi driver work also with the Motorola A910 phone. Signed-off-by: Antonio Ospite osp...@studenti.unina.it Reviwed-by: Mark Brown