Re: [linux-sunxi] [PATCH 2/8] mfd: axp20x: Add a cell for the usb power_supply part of the axp20x PMICs

2015-06-24 Thread Michal Suchanek
Hello, On 13 June 2015 at 15:50, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Wed, Jun 10, 2015 at 09:57:13AM +0200, Hans de Goede wrote: @@ -368,6 +392,12 @@ static struct mfd_cell axp20x_cells[] = { .resources = axp20x_pek_resources, }, {

Re: [linux-sunxi] [PATCH 2/8] mfd: axp20x: Add a cell for the usb power_supply part of the axp20x PMICs

2015-06-13 Thread Maxime Ripard
On Wed, Jun 10, 2015 at 09:57:13AM +0200, Hans de Goede wrote: @@ -368,6 +392,12 @@ static struct mfd_cell axp20x_cells[] = { .resources = axp20x_pek_resources, }, { .name = axp20x-regulator, + }, { +

Re: [linux-sunxi] [PATCH 2/8] mfd: axp20x: Add a cell for the usb power_supply part of the axp20x PMICs

2015-06-10 Thread Hans de Goede
Hi, On 10-06-15 03:19, Chen-Yu Tsai wrote: On Wed, Jun 10, 2015 at 5:37 AM, Hans de Goede hdego...@redhat.com wrote: Add a cell for the usb power_supply part of the axp20x PMICs. Note that this cell is only for the usb power_supply part and not the ac-power / battery-charger /

[linux-sunxi] [PATCH 2/8] mfd: axp20x: Add a cell for the usb power_supply part of the axp20x PMICs

2015-06-09 Thread Hans de Goede
Add a cell for the usb power_supply part of the axp20x PMICs. Note that this cell is only for the usb power_supply part and not the ac-power / battery-charger / rtc-backup-bat-charger bits. Depending on the board each of those must be enabled / disabled separately in devicetree as most boards do

Re: [linux-sunxi] [PATCH 2/8] mfd: axp20x: Add a cell for the usb power_supply part of the axp20x PMICs

2015-06-09 Thread Chen-Yu Tsai
On Wed, Jun 10, 2015 at 5:37 AM, Hans de Goede hdego...@redhat.com wrote: Add a cell for the usb power_supply part of the axp20x PMICs. Note that this cell is only for the usb power_supply part and not the ac-power / battery-charger / rtc-backup-bat-charger bits. Depending on the board each