[linux-sunxi] Re: PATH[1/3] ARM: axp20x_usb_power.c add device tree configuration options for REG 30H: VBUS-IPSOUT

2016-05-18 Thread Lee Jones
What on earth are all these emails you're sending to the list? Please read the following documentation to ensure you're using correct processes to send patches. If you require any help with a particular aspect, please feel free to ask. Documentation/HOWTO Documentation/CodingSytle

Re: [linux-sunxi] Re: PATH[1/3] ARM: axp20x_usb_power.c add device tree configuration options for REG 30H: VBUS-IPSOUT

2016-05-17 Thread Ene Alexandru
hello thanks for your feedback. i will apply those corrections. "What does this actually do? Is this the lower limit on the voltage? Is this the voltage it'll try to maintain? " - yes, vhold-set is the lowest input value that AXP20X will accept on V_USB. If the voltage, under load, drops

Re: [linux-sunxi] Re: PATH[1/3] ARM: axp20x_usb_power.c add device tree configuration options for REG 30H: VBUS-IPSOUT

2016-05-17 Thread Julian Calaby
Hi Ene, On Wed, May 18, 2016 at 3:50 AM, Ene Alexandru wrote: > the documentation is updated to describe how to convert actual values to the > provided parameters > > --- > diff -uprN -X linux-sunxi-original/Documentation/dontdiff >

Re: [linux-sunxi] Re: PATH[1/3] ARM: axp20x_usb_power.c add device tree configuration options for REG 30H: VBUS-IPSOUT

2016-05-17 Thread Julian Calaby
Hi Ene, On Wed, May 18, 2016 at 3:47 AM, Ene Alexandru wrote: > axp20x_usb_power.c is modified to read those parameters from the device tree > configuration. > if a configuration value is not found then the corresponding register value > is not changed. > > also, debug

[linux-sunxi] Re: PATH[1/3] ARM: axp20x_usb_power.c add device tree configuration options for REG 30H: VBUS-IPSOUT

2016-05-17 Thread Ene Alexandru
the documentation is updated to describe how to convert actual values to the provided parameters --- diff -uprN -X linux-sunxi-original/Documentation/dontdiff linux-sunxi-original/Documentation/devicetree/bindings/power_supply/axp20x_usb_power.txt

[linux-sunxi] Re: PATH[1/3] ARM: axp20x_usb_power.c add device tree configuration options for REG 30H: VBUS-IPSOUT

2016-05-17 Thread Ene Alexandru
axp20x_usb_power.c is modified to read those parameters from the device tree configuration. if a configuration value is not found then the corresponding register value is not changed. also, debug messages are added, controlled by "CONFIG_POWER_SUPPLY_DEBUG" : Signed-off-by: Ene Alexandru