[PATCH v2 0/9] USB: phy: phy-nop: Manage RESET GPIO in the driver

2013-08-15 Thread Roger Quadros
Hi, Modelling the RESET line as a regulator supply wasn't a good idea as it abuses the regulator framework and makes adaptation code/data more complex. Instead, manage the RESET gpio line directly in the driver. This also makes us easy to migrate to a dedicated GPIO RESET controller whenever it

Re: [PATCH v2 0/9] USB: phy: phy-nop: Manage RESET GPIO in the driver

2013-08-16 Thread Benoit Cousson
Hi Roger, On 15/08/2013 12:18, Roger Quadros wrote: Hi, Modelling the RESET line as a regulator supply wasn't a good idea as it abuses the regulator framework and makes adaptation code/data more complex. Instead, manage the RESET gpio line directly in the driver. This also makes us easy to mi

Re: [PATCH v2 0/9] USB: phy: phy-nop: Manage RESET GPIO in the driver

2013-08-19 Thread Roger Quadros
Hi Felipe, On 08/16/2013 01:52 PM, Benoit Cousson wrote: > Hi Roger, > > On 15/08/2013 12:18, Roger Quadros wrote: >> Hi, >> >> Modelling the RESET line as a regulator supply wasn't a good idea >> as it abuses the regulator framework and makes adaptation >> code/data more complex. >> >> Instead,