Re: [PATCH 1/1] OMAP3: rx-51: Add full regulator definitions

2011-05-02 Thread Jarkko Nikula
On Mon, 2 May 2011 05:19:46 + kalle.jokini...@nokia.com wrote: It seems I was not answering your question quite rightly... So these are used to power some internal blocks inside the TWL5030. The dependencies there are not very well documented, so it's best to leave them be. I think these

RE: [PATCH 1/1] OMAP3: rx-51: Add full regulator definitions

2011-05-02 Thread kalle.jokiniemi
...@opensource.wolfsonmicro.com Subject: Re: [PATCH 1/1] OMAP3: rx-51: Add full regulator definitions On Mon, 2 May 2011 05:19:46 + kalle.jokini...@nokia.com wrote: It seems I was not answering your question quite rightly... So these are used to power some internal blocks inside the TWL5030

RE: [PATCH 1/1] OMAP3: rx-51: Add full regulator definitions

2011-05-01 Thread kalle.jokiniemi
...@opensource.wolfsonmicro.com Subject: Re: [PATCH 1/1] OMAP3: rx-51: Add full regulator definitions On Fri, 29 Apr 2011 15:47:44 +0300 Kalle Jokiniemi kalle.jokini...@nokia.com wrote: +static struct regulator_init_data rx51_vintana1 = { + .constraints = { + .name

RE: [PATCH 1/1] OMAP3: rx-51: Add full regulator definitions

2011-05-01 Thread kalle.jokiniemi
: Re: [PATCH 1/1] OMAP3: rx-51: Add full regulator definitions On Fri, Apr 29, 2011 at 03:47:44PM +0300, Kalle Jokiniemi wrote: + .always_on = true, + .valid_modes_mask = REGULATOR_MODE_NORMAL

RE: [PATCH 1/1] OMAP3: rx-51: Add full regulator definitions

2011-05-01 Thread kalle.jokiniemi
-SD/Helsinki); linux- o...@vger.kernel.org; l...@slimlogic.co.uk; broo...@opensource.wolfsonmicro.com Subject: Re: [PATCH 1/1] OMAP3: rx-51: Add full regulator definitions On Fri, 29 Apr 2011 15:47:44 +0300 Kalle Jokiniemi kalle.jokini...@nokia.com wrote: +static

Re: [PATCH 1/1] OMAP3: rx-51: Add full regulator definitions

2011-04-30 Thread Mark Brown
On Fri, Apr 29, 2011 at 03:47:44PM +0300, Kalle Jokiniemi wrote: + .always_on = true, + .valid_modes_mask = REGULATOR_MODE_NORMAL + | REGULATOR_MODE_STANDBY, + .valid_ops_mask =

[PATCH 1/1] OMAP3: rx-51: Add full regulator definitions

2011-04-29 Thread Kalle Jokiniemi
The vaux2 (VCSI) regulator is left on by the bootloader in rx-51. Since there the product has shipped and there won't be any bootloader updates to fix this issue, we need to define all the regulators and declare full constraints for the regulator FW. This will allow the regulator FW to disable

Re: [PATCH 1/1] OMAP3: rx-51: Add full regulator definitions

2011-04-29 Thread Jarkko Nikula
On Fri, 29 Apr 2011 15:47:44 +0300 Kalle Jokiniemi kalle.jokini...@nokia.com wrote: +static struct regulator_init_data rx51_vintana1 = { + .constraints = { + .name = VINTANA1, + .min_uV = 150, + .max_uV