Re: [PATCH v3 0/2] regulator: handling of error conditions for usb drivers

2016-11-22 Thread Mark Brown
On Tue, Nov 22, 2016 at 05:35:38PM +0100, Axel Haslam wrote: > im wondering if you have these 2 patches in queue, > if there are no objections would it be possible to take them? Please don't send content free pings and please allow a reasonable time for review. People get busy, go on holiday,

Re: [PATCH v3 0/2] regulator: handling of error conditions for usb drivers

2016-11-22 Thread Mark Brown
On Tue, Nov 22, 2016 at 05:35:38PM +0100, Axel Haslam wrote: > im wondering if you have these 2 patches in queue, > if there are no objections would it be possible to take them? Please don't send content free pings and please allow a reasonable time for review. People get busy, go on holiday,

Re: [PATCH v3 0/2] regulator: handling of error conditions for usb drivers

2016-11-22 Thread Axel Haslam
Hi Mark, On Fri, Nov 4, 2016 at 10:35 PM, Axel Haslam wrote: > Some usb drivers rely on external power switches/regulators > to for the port vbus. Some of these drivers are using > a plain gpio for the enable pin and also the over current > indicator pin. > > To make these

Re: [PATCH v3 0/2] regulator: handling of error conditions for usb drivers

2016-11-22 Thread Axel Haslam
Hi Mark, On Fri, Nov 4, 2016 at 10:35 PM, Axel Haslam wrote: > Some usb drivers rely on external power switches/regulators > to for the port vbus. Some of these drivers are using > a plain gpio for the enable pin and also the over current > indicator pin. > > To make these drivers more generic,

[PATCH v3 0/2] regulator: handling of error conditions for usb drivers

2016-11-04 Thread Axel Haslam
Some usb drivers rely on external power switches/regulators to for the port vbus. Some of these drivers are using a plain gpio for the enable pin and also the over current indicator pin. To make these drivers more generic, we can use a regulator to handle vbus, and send and over current event,

[PATCH v3 0/2] regulator: handling of error conditions for usb drivers

2016-11-04 Thread Axel Haslam
Some usb drivers rely on external power switches/regulators to for the port vbus. Some of these drivers are using a plain gpio for the enable pin and also the over current indicator pin. To make these drivers more generic, we can use a regulator to handle vbus, and send and over current event,