Re: [PATCH v3 4/4] power: Add an axp20x-usb-power driver

2015-08-12 Thread Hans de Goede
Hi Sebastian, On 24-07-15 17:10, Sebastian Reichel wrote: Hi, On Fri, Jun 26, 2015 at 12:59:17PM +0200, Hans de Goede wrote: This adds a driver for the usb power_supply bits of the axp20x PMICs. I initially started writing my own driver, before coming aware of Bruno Prémont's excellent

Re: [PATCH v3 4/4] power: Add an axp20x-usb-power driver

2015-08-01 Thread Hans de Goede
Hi, On 24-07-15 17:10, Sebastian Reichel wrote: Hi, On Fri, Jun 26, 2015 at 12:59:17PM +0200, Hans de Goede wrote: This adds a driver for the usb power_supply bits of the axp20x PMICs. I initially started writing my own driver, before coming aware of Bruno Prémont's excellent earlier RFC

Re: [PATCH v3 4/4] power: Add an axp20x-usb-power driver

2015-07-24 Thread Sebastian Reichel
Hi, On Fri, Jun 26, 2015 at 12:59:17PM +0200, Hans de Goede wrote: This adds a driver for the usb power_supply bits of the axp20x PMICs. I initially started writing my own driver, before coming aware of Bruno Prémont's excellent earlier RFC with a driver for this. My driver was lacking

Re: [PATCH v3 4/4] power: Add an axp20x-usb-power driver

2015-07-06 Thread Maxime Ripard
Hi, On Fri, Jun 26, 2015 at 12:59:17PM +0200, Hans de Goede wrote: This adds a driver for the usb power_supply bits of the axp20x PMICs. I initially started writing my own driver, before coming aware of Bruno Prémont's excellent earlier RFC with a driver for this. My driver was lacking

Re: [linux-sunxi] Re: [PATCH v3 4/4] power: Add an axp20x-usb-power driver

2015-07-06 Thread Hans de Goede
Hi, On 06-07-15 12:40, Maxime Ripard wrote: Hi, On Fri, Jun 26, 2015 at 12:59:17PM +0200, Hans de Goede wrote: This adds a driver for the usb power_supply bits of the axp20x PMICs. I initially started writing my own driver, before coming aware of Bruno Prémont's excellent earlier RFC with a

Re: [PATCH v3 4/4] power: Add an axp20x-usb-power driver

2015-06-28 Thread Krzysztof Kozlowski
W dniu 28.06.2015 o 05:25, Bruno Prémont pisze: On Sat, 27 Jun 2015 14:28:40 Krzysztof Kozlowski wrote: W dniu 26.06.2015 o 19:59, Hans de Goede pisze: This adds a driver for the usb power_supply bits of the axp20x PMICs. I initially started writing my own driver, before coming aware of

Re: [PATCH v3 4/4] power: Add an axp20x-usb-power driver

2015-06-27 Thread Bruno Prémont
On Sat, 27 Jun 2015 14:28:40 Krzysztof Kozlowski wrote: W dniu 26.06.2015 o 19:59, Hans de Goede pisze: This adds a driver for the usb power_supply bits of the axp20x PMICs. I initially started writing my own driver, before coming aware of Bruno Prémont's excellent earlier RFC with a

Re: [PATCH v3 4/4] power: Add an axp20x-usb-power driver

2015-06-26 Thread Krzysztof Kozlowski
W dniu 26.06.2015 o 19:59, Hans de Goede pisze: This adds a driver for the usb power_supply bits of the axp20x PMICs. I initially started writing my own driver, before coming aware of Bruno Prémont's excellent earlier RFC with a driver for this. My driver was lacking CURRENT_MAX and

[PATCH v3 4/4] power: Add an axp20x-usb-power driver

2015-06-26 Thread Hans de Goede
This adds a driver for the usb power_supply bits of the axp20x PMICs. I initially started writing my own driver, before coming aware of Bruno Prémont's excellent earlier RFC with a driver for this. My driver was lacking CURRENT_MAX and VOLTAGE_MIN support Bruno's drvier has, so I've copied the