Re: [Query]Using vcxio regulator on 4430sdp

2011-02-02 Thread Mark Brown
On Wed, Feb 02, 2011 at 05:00:13PM +0530, archit taneja wrote: How can I implement regulator_enable/disable calls in my driver for a consumer of vcxio without disturbing the mpu and iva etc consumers which don't use regulator api to enable/disable the regulator at all. Set the regulator

[Query]Using vcxio regulator on 4430sdp

2011-02-01 Thread archit taneja
Hi, VCXIO regulator on 4430sdp has consumers like MPU, IVA, and DSI in DSS. It is enabled at bootloader itself since its required very early. Currently, the regulator_init_data struct for vcxio in board-4430sdp.c doesn't show any consumers. How can I implement regulator_enable/disable calls