From: Jonathan Cameron <jic23@kernel.org> To: Icenowy Zheng <icenowy@aosc.io> Cc: linux-arm-kernel@lists.infradead.org, Jonathan Cameron <Jonathan.Cameron@huawei.com>, devicetree@vger.kernel.org, linux-pm@vger.kernel.org, linux-iio@vger.kernel.org, linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, Quentin Schulz <quentin.schulz@free-electrons.com>, Chen-Yu Tsai <wens@csie.org>, Maxime Ripard <maxime.ripard@free-electrons.com>, Lee Jones <lee.jones@linaro.org> Subject: Re: [RFC PATCH 0/7] AXP803 AC/Battery support Date: Sun, 24 Sep 2017 15:36:47 +0100 [thread overview] Message-ID: <20170924153647.1d82e83c@archlinux> (raw) In-Reply-To: <CF74A2A9-B9F4-4413-975B-A0F4B24686A3@aosc.io> On Thu, 21 Sep 2017 23:20:11 +0800 Icenowy Zheng <icenowy@aosc.io> wrote: > 于 2017年9月21日 GMT+08:00 下午10:46:21, Jonathan Cameron <Jonathan.Cameron@huawei.com> 写到: > >On Wed, 20 Sep 2017 23:18:07 +0800 > >Icenowy Zheng <icenowy@aosc.io> wrote: > > > >> The AXP803 PMIC, used by most Allwinner A64 boards, features 3 power > >inputs: > >> AC, USB and Battery. > >> > >> This patchset adds support for the AC and Battery supplies, which is > >useful > >> for the boards from Pine64 (Pine64, SoPine w/ baseboard model A, > >Pinebook). > >> > >> The USB supply is not yet supported in this patchset because it's not > >> present on Pine series boards. > >> > >> In order to enable battery monitoring the ADC for battery is also > >enabled > >> for AXs. > >> > >> In order to enable battery monitoring the ADC for battery is also > >enabled > >> for AXP803. > > > >I'll go with the obvious question... > > > >Why an RFC rather than a standard patch submission? I'm not immediately > >seeing what is controversial! > > Oh I am just not confident about this patchset, > especially the IIO part. It all looks fine to me. I would imagine that, once everyone is happy, this will go through the mfd tree, but Lee may have other ideas! Jonathan > > > > >Jonathan > > > >> > >> Icenowy Zheng (7): > >> dt-bindings: add compatibles for AXP803 Battery/USB power supplies > >> iio: adc: axp20x-adc: allow to skip ADC rate setup now > >> iio: adc: axp20x-adc: add support for AXP803 > >> power: supply: axp20x-battery: support AXP803 > >> mfd: axp20x: add cells for AXP803 ADC/AC Power/Battery > >> arm64: allwinner: a64: add power supply nodes in AXP803 DTSI > >> arm64: allwinner: a64: enable AC and Battery for Pine64 > >> > >> .../bindings/power/supply/axp20x_battery.txt | 1 + > >> .../bindings/power/supply/axp20x_usb_power.txt | 1 + > >> arch/arm64/boot/dts/allwinner/axp803.dtsi | 15 +++ > >> .../arm64/boot/dts/allwinner/sun50i-a64-pine64.dts | 8 ++ > >> drivers/iio/adc/axp20x_adc.c | 114 > >++++++++++++++++++++- > >> drivers/mfd/axp20x.c | 11 ++ > >> drivers/power/supply/axp20x_battery.c | 88 > >++++++++++++++-- > >> 7 files changed, 226 insertions(+), 12 deletions(-) > >> > > > > > >_______________________________________________ > >linux-arm-kernel mailing list > >linux-arm-kernel@lists.infradead.org > >http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: jic23@kernel.org (Jonathan Cameron) To: linux-arm-kernel@lists.infradead.org Subject: [RFC PATCH 0/7] AXP803 AC/Battery support Date: Sun, 24 Sep 2017 15:36:47 +0100 [thread overview] Message-ID: <20170924153647.1d82e83c@archlinux> (raw) In-Reply-To: <CF74A2A9-B9F4-4413-975B-A0F4B24686A3@aosc.io> On Thu, 21 Sep 2017 23:20:11 +0800 Icenowy Zheng <icenowy@aosc.io> wrote: > ? 2017?9?21? GMT+08:00 ??10:46:21, Jonathan Cameron <Jonathan.Cameron@huawei.com> ??: > >On Wed, 20 Sep 2017 23:18:07 +0800 > >Icenowy Zheng <icenowy@aosc.io> wrote: > > > >> The AXP803 PMIC, used by most Allwinner A64 boards, features 3 power > >inputs: > >> AC, USB and Battery. > >> > >> This patchset adds support for the AC and Battery supplies, which is > >useful > >> for the boards from Pine64 (Pine64, SoPine w/ baseboard model A, > >Pinebook). > >> > >> The USB supply is not yet supported in this patchset because it's not > >> present on Pine series boards. > >> > >> In order to enable battery monitoring the ADC for battery is also > >enabled > >> for AXs. > >> > >> In order to enable battery monitoring the ADC for battery is also > >enabled > >> for AXP803. > > > >I'll go with the obvious question... > > > >Why an RFC rather than a standard patch submission? I'm not immediately > >seeing what is controversial! > > Oh I am just not confident about this patchset, > especially the IIO part. It all looks fine to me. I would imagine that, once everyone is happy, this will go through the mfd tree, but Lee may have other ideas! Jonathan > > > > >Jonathan > > > >> > >> Icenowy Zheng (7): > >> dt-bindings: add compatibles for AXP803 Battery/USB power supplies > >> iio: adc: axp20x-adc: allow to skip ADC rate setup now > >> iio: adc: axp20x-adc: add support for AXP803 > >> power: supply: axp20x-battery: support AXP803 > >> mfd: axp20x: add cells for AXP803 ADC/AC Power/Battery > >> arm64: allwinner: a64: add power supply nodes in AXP803 DTSI > >> arm64: allwinner: a64: enable AC and Battery for Pine64 > >> > >> .../bindings/power/supply/axp20x_battery.txt | 1 + > >> .../bindings/power/supply/axp20x_usb_power.txt | 1 + > >> arch/arm64/boot/dts/allwinner/axp803.dtsi | 15 +++ > >> .../arm64/boot/dts/allwinner/sun50i-a64-pine64.dts | 8 ++ > >> drivers/iio/adc/axp20x_adc.c | 114 > >++++++++++++++++++++- > >> drivers/mfd/axp20x.c | 11 ++ > >> drivers/power/supply/axp20x_battery.c | 88 > >++++++++++++++-- > >> 7 files changed, 226 insertions(+), 12 deletions(-) > >> > > > > > >_______________________________________________ > >linux-arm-kernel mailing list > >linux-arm-kernel at lists.infradead.org > >http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2017-09-24 14:36 UTC|newest] Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top 2017-09-20 15:18 [RFC PATCH 0/7] AXP803 AC/Battery support Icenowy Zheng 2017-09-20 15:18 ` Icenowy Zheng 2017-09-20 15:18 ` Icenowy Zheng 2017-09-20 15:18 ` [RFC PATCH 1/7] dt-bindings: add compatibles for AXP803 Battery/USB power supplies Icenowy Zheng 2017-09-20 15:18 ` Icenowy Zheng 2017-09-20 15:18 ` Icenowy Zheng 2017-09-25 9:14 ` Quentin Schulz 2017-09-25 9:14 ` Quentin Schulz 2017-09-25 9:14 ` Quentin Schulz 2017-09-20 15:18 ` [RFC PATCH 2/7] iio: adc: axp20x-adc: allow to skip ADC rate setup now Icenowy Zheng 2017-09-20 15:18 ` Icenowy Zheng 2017-09-20 15:18 ` Icenowy Zheng 2017-09-25 7:20 ` Quentin Schulz 2017-09-25 7:20 ` Quentin Schulz 2017-09-20 15:18 ` [RFC PATCH 3/7] iio: adc: axp20x-adc: add support for AXP803 Icenowy Zheng 2017-09-20 15:18 ` Icenowy Zheng 2017-09-20 15:18 ` Icenowy Zheng 2017-09-24 14:32 ` Jonathan Cameron 2017-09-24 14:32 ` Jonathan Cameron 2017-09-24 14:32 ` Jonathan Cameron 2017-09-25 8:48 ` Quentin Schulz 2017-09-25 8:48 ` Quentin Schulz 2017-09-25 8:48 ` Quentin Schulz 2017-09-20 15:18 ` [RFC PATCH 4/7] power: supply: axp20x-battery: support AXP803 Icenowy Zheng 2017-09-20 15:18 ` Icenowy Zheng 2017-09-24 14:34 ` Jonathan Cameron 2017-09-24 14:34 ` Jonathan Cameron 2017-09-24 14:34 ` Jonathan Cameron 2017-09-25 8:58 ` Quentin Schulz 2017-09-25 8:58 ` Quentin Schulz 2017-09-25 8:58 ` Quentin Schulz 2017-09-20 15:18 ` [RFC PATCH 5/7] mfd: axp20x: add cells for AXP803 ADC/AC Power/Battery Icenowy Zheng 2017-09-20 15:18 ` Icenowy Zheng 2017-09-20 15:18 ` Icenowy Zheng 2017-09-20 15:18 ` [RFC PATCH 6/7] arm64: allwinner: a64: add power supply nodes in AXP803 DTSI Icenowy Zheng 2017-09-20 15:18 ` Icenowy Zheng 2017-09-20 15:18 ` Icenowy Zheng 2017-09-25 9:11 ` Quentin Schulz 2017-09-25 9:11 ` Quentin Schulz 2017-09-25 9:11 ` Quentin Schulz 2017-09-25 9:14 ` Icenowy Zheng 2017-09-25 9:14 ` Icenowy Zheng 2017-09-25 9:14 ` Icenowy Zheng 2017-09-25 9:19 ` [linux-sunxi] " Chen-Yu Tsai 2017-09-25 9:19 ` Chen-Yu Tsai 2017-09-25 9:19 ` Chen-Yu Tsai 2017-09-25 9:19 ` Chen-Yu Tsai 2017-09-25 9:24 ` Quentin Schulz 2017-09-25 9:24 ` Quentin Schulz 2017-09-25 9:24 ` Quentin Schulz 2017-09-20 15:18 ` [RFC PATCH 7/7] arm64: allwinner: a64: enable AC and Battery for Pine64 Icenowy Zheng 2017-09-20 15:18 ` Icenowy Zheng 2017-09-20 15:18 ` Icenowy Zheng 2017-09-21 14:46 ` [RFC PATCH 0/7] AXP803 AC/Battery support Jonathan Cameron 2017-09-21 14:46 ` Jonathan Cameron 2017-09-21 14:46 ` Jonathan Cameron 2017-09-21 15:20 ` Icenowy Zheng 2017-09-21 15:20 ` Icenowy Zheng 2017-09-21 15:20 ` Icenowy Zheng 2017-09-24 14:36 ` Jonathan Cameron [this message] 2017-09-24 14:36 ` Jonathan Cameron 2017-09-25 9:22 ` Quentin Schulz 2017-09-25 9:22 ` Quentin Schulz 2017-09-25 9:22 ` Quentin Schulz
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20170924153647.1d82e83c@archlinux \ --to=jic23@kernel.org \ --cc=Jonathan.Cameron@huawei.com \ --cc=devicetree@vger.kernel.org \ --cc=icenowy@aosc.io \ --cc=lee.jones@linaro.org \ --cc=linux-arm-kernel@lists.infradead.org \ --cc=linux-iio@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-pm@vger.kernel.org \ --cc=linux-sunxi@googlegroups.com \ --cc=maxime.ripard@free-electrons.com \ --cc=quentin.schulz@free-electrons.com \ --cc=wens@csie.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.