Re: [PATCH v7 3/7] regulator: add pbias regulator support

2014-01-07 Thread Balaji T K
On Monday 06 January 2014 11:46 PM, Mark Rutland wrote: On Fri, Dec 20, 2013 at 05:35:51PM +, Balaji T K wrote: pbias register controls internal power supply to sd card i/o pads in most OMAPs (OMAP2-5, DRA7). Control bits for selecting voltage level and enabling/disabling are in the same PBI

Re: [PATCH v7 3/7] regulator: add pbias regulator support

2014-01-06 Thread Mark Rutland
On Fri, Dec 20, 2013 at 05:35:51PM +, Balaji T K wrote: > pbias register controls internal power supply to sd card i/o pads > in most OMAPs (OMAP2-5, DRA7). > Control bits for selecting voltage level and > enabling/disabling are in the same PBIAS register. > > Signed-off-by: Balaji T K > ---

Re: [PATCH v7 3/7] regulator: add pbias regulator support

2013-12-24 Thread Balaji T K
On Saturday 21 December 2013 05:09 AM, Tony Lindgren wrote: * Balaji T K [131220 09:37]: +static const struct pbias_reg_info pbias_mmc_omap2430 = { + .enable = BIT(1), + .enable_mask = BIT(1), + .vmode = BIT(0), + .enable_time = 100, + .name = "pbias_mmc_omap2430"

Re: [PATCH v7 3/7] regulator: add pbias regulator support

2013-12-20 Thread Tony Lindgren
* Balaji T K [131220 09:37]: > +static const struct pbias_reg_info pbias_mmc_omap2430 = { > + .enable = BIT(1), > + .enable_mask = BIT(1), > + .vmode = BIT(0), > + .enable_time = 100, > + .name = "pbias_mmc_omap2430" > +}; > + > +static const struct pbias_reg_info pbias_sim_oma

[PATCH v7 3/7] regulator: add pbias regulator support

2013-12-20 Thread Balaji T K
pbias register controls internal power supply to sd card i/o pads in most OMAPs (OMAP2-5, DRA7). Control bits for selecting voltage level and enabling/disabling are in the same PBIAS register. Signed-off-by: Balaji T K --- .../bindings/regulator/pbias-regulator.txt | 16 ++ drivers/reg