Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1530041
| From | Quentin Schulz <quentin.schulz@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 00/10] add support for VBUS max current and min voltage limits AXP20X and AXP22X PMICs |
| Date | 2016-11-25 10:20 +0100 |
| Message-ID | <sHkPL-78Y-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The X-Powers AXP209 and AXP20X PMICs are able to set a limit for the VBUS power
supply for both max current and min voltage supplied. This series of patch adds
the possibility to set these limits from sysfs.
Also, the AXP223 PMIC shares most of its behaviour with the AXP221 but the
former can set the VBUS power supply max current to 100mA, unlike the latter.
The AXP223 VBUS power supply driver used to probe on the AXP221 compatible. This
series of patch introduces a new compatible for the AXP223 to be able to set the
current max limit to 100mA.
With that new compatible, boards having the AXP223 see their DT updated to use
the VBUS power supply driver with the correct compatible.
This series of patch also migrates from of_device_is_compatible function to the
data field of of_device_id to identify the compatible used to probe. This
improves the code readability.
Quentin Schulz (10):
power: supply: axp20x_usb_power: use of_device_id data field instead
of device_is_compatible
power: supply: axp20x_usb_power: set min voltage and max current from
sysfs
Documentation: DT: binding: axp20x_usb_power: add axp223 compatible
power: supply: axp20x_usb_power: add 100mA max current limit for
AXP223
mfd: axp20x: add separate MFD cell for AXP223
ARM: dtsi: add DTSI for AXP223
ARM: dts: sun8i-a33-olinuxino: use AXP223 DTSI
ARM: dts: sun8i-a33-sinlinx-sina33: use AXP223 DTSI
ARM: dts: sun8i-r16-parrot: use AXP223 DTSI
ARM: dtsi: sun8i-reference-design-tablet: use AXP223 DTSI
.../bindings/power/supply/axp20x_usb_power.txt | 1 +
arch/arm/boot/dts/axp223.dtsi | 55 ++++++++++
arch/arm/boot/dts/sun8i-a33-olinuxino.dts | 2 +-
arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts | 2 +-
arch/arm/boot/dts/sun8i-r16-parrot.dts | 2 +-
.../boot/dts/sun8i-reference-design-tablet.dtsi | 2 +-
drivers/mfd/axp20x.c | 22 +++-
drivers/power/supply/axp20x_usb_power.c | 120 +++++++++++++++++----
include/linux/mfd/axp20x.h | 3 +
9 files changed, 186 insertions(+), 23 deletions(-)
create mode 100644 arch/arm/boot/dts/axp223.dtsi
--
2.9.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 00/10] add support for VBUS max current and min voltage limits AXP20X and AXP22X PMICs Quentin Schulz <quentin.schulz@free-electrons.com> - 2016-11-25 10:20 +0100
[PATCH 05/10] mfd: axp20x: add separate MFD cell for AXP223 Quentin Schulz <quentin.schulz@free-electrons.com> - 2016-11-25 10:20 +0100
Re: [PATCH 05/10] mfd: axp20x: add separate MFD cell for AXP223 Chen-Yu Tsai <wens@csie.org> - 2016-11-25 11:40 +0100
[PATCH 07/10] ARM: dts: sun8i-a33-olinuxino: use AXP223 DTSI Quentin Schulz <quentin.schulz@free-electrons.com> - 2016-11-25 10:20 +0100
Re: [PATCH 07/10] ARM: dts: sun8i-a33-olinuxino: use AXP223 DTSI Chen-Yu Tsai <wens@csie.org> - 2016-11-25 11:40 +0100
[PATCH 02/10] power: supply: axp20x_usb_power: set min voltage and max current from sysfs Quentin Schulz <quentin.schulz@free-electrons.com> - 2016-11-25 10:20 +0100
Re: [PATCH 02/10] power: supply: axp20x_usb_power: set min voltage and max current from sysfs Chen-Yu Tsai <wens@csie.org> - 2016-11-25 10:50 +0100
Re: [PATCH 02/10] power: supply: axp20x_usb_power: set min voltage and max current from sysfs Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - 2016-11-25 11:00 +0100
[PATCH 03/10] Documentation: DT: binding: axp20x_usb_power: add axp223 compatible Quentin Schulz <quentin.schulz@free-electrons.com> - 2016-11-25 10:20 +0100
Re: [PATCH 03/10] Documentation: DT: binding: axp20x_usb_power: add axp223 compatible Chen-Yu Tsai <wens@csie.org> - 2016-11-25 10:30 +0100
[PATCH 08/10] ARM: dts: sun8i-a33-sinlinx-sina33: use AXP223 DTSI Quentin Schulz <quentin.schulz@free-electrons.com> - 2016-11-25 10:20 +0100
Re: [PATCH 08/10] ARM: dts: sun8i-a33-sinlinx-sina33: use AXP223 DTSI Chen-Yu Tsai <wens@csie.org> - 2016-11-25 11:10 +0100
[PATCH 04/10] power: supply: axp20x_usb_power: add 100mA max current limit for AXP223 Quentin Schulz <quentin.schulz@free-electrons.com> - 2016-11-25 10:20 +0100
Re: [PATCH 04/10] power: supply: axp20x_usb_power: add 100mA max current limit for AXP223 Chen-Yu Tsai <wens@csie.org> - 2016-11-25 11:00 +0100
csiph-web