From: Rask Ingemann Lambertsen <rask@formelder.dk>
To: Chen-Yu Tsai <wens@csie.org>, Lee Jones <lee.jones@linaro.org>,
Mark Brown <broonie@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Liam Girdwood <lgirdwood@gmail.com>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] arm: sun9i: Support AXP808 PMIC and Sunchip CX-A99 board
Date: Thu, 26 Jan 2017 22:22:42 +0100 (CET) [thread overview]
Message-ID: <cover.1485456003.git.rask@formelder.dk> (raw)
This patch series add support for the Sunchip CX-A99 board, which is used in
a few media players, making it the third device with an Allwinner A80 SoC
to be supported. The board uses the X-Powers AXP808 PMIC which this patch
series also adds support for.
Patch 1 adds a documentation line which was forgotten when device tree
bindings for the axp20x family were updated for the AXP806 PMIC. A line
immediately below the missing line will be inserted by patch 2, so I'm
including patch 1 in this series to avoid conflicts between patches.
Patch 2 adds the AXP808 to the axp20x device tree bindings.
Patch 3 adds support for the AXP808 to the axp20x MFD driver.
Patch 4 adds support for the AXP808 to the axp20x regulator driver.
Patch 5 add the device tree for the Sunchip CX-A99 board. This patch is v5 of
the only remaining patch from v4 of the patch series posted back in August.
Support for the AXP808 has made major improvements possible, notably Wifi.
Before trying out this patch series, you must also apply the patch
"regulator: axp20x: AXP806: Fix dcdcb being set instead of dcdce" [1]
to avoid damage to the DRAM chips through over-voltage.
[1] https://patchwork.kernel.org/patch/9530319/
Rask Ingemann Lambertsen (5):
DT: mfd: axp20x: Add AXP806 to list of current AXP20x family members
DT: mfd: axp20x: Add binding for the AXP808
mfd: axp20x: Add support for the AXP808 PMIC
regulator: axp20x: Add support for the AXP808 PMIC
ARM: dts: sun9i: Initial support for the Sunchip CX-A99 board
Documentation/devicetree/bindings/mfd/axp20x.txt | 8 +-
arch/arm/boot/dts/Makefile | 3 +-
arch/arm/boot/dts/sun9i-a80-cx-a99.dts | 413 +++++++++++++++++++++++
drivers/mfd/axp20x-rsb.c | 1 +
drivers/mfd/axp20x.c | 28 ++
drivers/regulator/axp20x-regulator.c | 7 +-
include/linux/mfd/axp20x.h | 1 +
7 files changed, 455 insertions(+), 6 deletions(-)
create mode 100644 arch/arm/boot/dts/sun9i-a80-cx-a99.dts
--
2.10.2
next reply other threads:[~2017-01-26 21:22 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-26 21:22 Rask Ingemann Lambertsen [this message]
[not found] ` <cover.1485456003.git.rask-SivP7zSAdNDZaaYASwVUlg@public.gmane.org>
2017-01-26 21:15 ` [PATCH 1/5] DT: mfd: axp20x: Add AXP806 to list of current AXP20x family members Rask Ingemann Lambertsen
2017-01-27 4:38 ` Chen-Yu Tsai
[not found] ` <abdfbac9a5f363ab6d338dd66d8fb138741f71c7.1485456005.git.rask-SivP7zSAdNDZaaYASwVUlg@public.gmane.org>
2017-02-01 13:26 ` Rob Herring
2017-01-26 21:16 ` [PATCH 2/5] DT: mfd: axp20x: Add binding for the AXP808 Rask Ingemann Lambertsen
[not found] ` <abb27901379a19a11608fd37254e1a8f7fa1b199.1485456006.git.rask-SivP7zSAdNDZaaYASwVUlg@public.gmane.org>
2017-02-01 13:27 ` Rob Herring
2017-02-02 7:20 ` Chen-Yu Tsai
2017-01-26 21:49 ` [PATCH 0/5] arm: sun9i: Support AXP808 PMIC and Sunchip CX-A99 board Rask Ingemann Lambertsen
2017-01-26 21:17 ` [PATCH 3/5] mfd: axp20x: Add support for the AXP808 PMIC Rask Ingemann Lambertsen
[not found] ` <e1d6d6acfaa95e214b6baa73a7edeaa8e6af3670.1485456006.git.rask-SivP7zSAdNDZaaYASwVUlg@public.gmane.org>
2017-02-02 7:23 ` Chen-Yu Tsai
[not found] ` <CAGb2v64O7wax5Pku=VVY3rgS2Ybm-=BDQQT+oB13FSGQHhtkiw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-03 21:47 ` Rask Ingemann Lambertsen
2017-01-26 21:18 ` [PATCH 4/5] regulator: " Rask Ingemann Lambertsen
2017-01-27 11:42 ` Mark Brown
[not found] ` <20170127114254.wk4j7lbczwo3g6pn-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2017-02-02 7:25 ` Chen-Yu Tsai
2017-01-26 21:27 ` [PATCH 5/5] ARM: dts: sun9i: Initial support for the Sunchip CX-A99 board Rask Ingemann Lambertsen
[not found] ` <82617383a0739458d5c9c95dccaf479675fce593.1485456007.git.rask-SivP7zSAdNDZaaYASwVUlg@public.gmane.org>
2017-02-02 7:36 ` Chen-Yu Tsai
2017-02-05 19:23 ` Rask Ingemann Lambertsen
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=cover.1485456003.git.rask@formelder.dk \
--to=rask@formelder.dk \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=lee.jones@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--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: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).