From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: Gregory CLEMENT <gregory.clement@free-electrons.com>
Cc: Linus Walleij <linus.walleij@linaro.org>,
linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
Andrew Lunn <andrew@lunn.ch>, Jason Cooper <jason@lakedaemon.net>,
devicetree@vger.kernel.org, Omri Itach <omrii@marvell.com>,
Nadav Haklai <nadavh@marvell.com>,
Kostya Porotchkin <kostap@marvell.com>,
Russell King <rmk+kernel@armlinux.org.uk>,
Rob Herring <robh+dt@kernel.org>,
Neta Zur Hershkovits <neta@marvell.com>,
Shadi Ammouri <shadi@marvell.com>,
Marcin Wojtas <mw@semihalf.com>,
linux-arm-kernel@lists.infradead.org,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Subject: Re: [PATCH 0/9] Add support for the pin controllers on the Marvell Armada 7K/8K
Date: Wed, 31 May 2017 11:15:43 +0200 [thread overview]
Message-ID: <20170531111543.7c753308@free-electrons.com> (raw)
In-Reply-To: <cover.0dd8a92ae74fcec8d0470d0a7016035089e46eed.1495209664.git-series.gregory.clement@free-electrons.com>
Hello,
On Fri, 19 May 2017 18:04:42 +0200, Gregory CLEMENT wrote:
> Gregory CLEMENT (6):
> MAINTAINERS: extend mvebu SoC entry with pinctrl drivers
> pinctrl: dt-bindings: add documentation for AP806 pin controllers
> pinctrl: dt-bindings: add documentation for CP110 pin controllers
> pinctrl: mvebu: remove the offset property for regmap
> arm64: marvell: enable the Armada 7K/8K pinctrl driver
> arm64: dts: marvell: add pinctrl support for Armada 7K/8K
>
> Hanna Hawa (2):
> pinctrl: mvebu: add driver for Armada AP806 pinctrl
> pinctrl: mvebu: add driver for Armada CP110 pinctrl
>
> Russell King (1):
> pinctrl: avoid PLAT_ORION dependency
I have tested the combination of your four series (touching clock,
pinmux and gpio) on Armada 8K MacchiatoBin, and I was able to validate
that the CP110 pinmuxing works as expected.
I used MPP37 and MPP38, which I was able to configure as GPIO or I2C0,
and validate that they are working as GPIOs and as I2C0.
I was however unable to test the AP MPPs due to the lack of access to
such pins.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
WARNING: multiple messages have this Message-ID (diff)
From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/9] Add support for the pin controllers on the Marvell Armada 7K/8K
Date: Wed, 31 May 2017 11:15:43 +0200 [thread overview]
Message-ID: <20170531111543.7c753308@free-electrons.com> (raw)
In-Reply-To: <cover.0dd8a92ae74fcec8d0470d0a7016035089e46eed.1495209664.git-series.gregory.clement@free-electrons.com>
Hello,
On Fri, 19 May 2017 18:04:42 +0200, Gregory CLEMENT wrote:
> Gregory CLEMENT (6):
> MAINTAINERS: extend mvebu SoC entry with pinctrl drivers
> pinctrl: dt-bindings: add documentation for AP806 pin controllers
> pinctrl: dt-bindings: add documentation for CP110 pin controllers
> pinctrl: mvebu: remove the offset property for regmap
> arm64: marvell: enable the Armada 7K/8K pinctrl driver
> arm64: dts: marvell: add pinctrl support for Armada 7K/8K
>
> Hanna Hawa (2):
> pinctrl: mvebu: add driver for Armada AP806 pinctrl
> pinctrl: mvebu: add driver for Armada CP110 pinctrl
>
> Russell King (1):
> pinctrl: avoid PLAT_ORION dependency
I have tested the combination of your four series (touching clock,
pinmux and gpio) on Armada 8K MacchiatoBin, and I was able to validate
that the CP110 pinmuxing works as expected.
I used MPP37 and MPP38, which I was able to configure as GPIO or I2C0,
and validate that they are working as GPIOs and as I2C0.
I was however unable to test the AP MPPs due to the lack of access to
such pins.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
next prev parent reply other threads:[~2017-05-31 9:15 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-19 16:04 [PATCH 0/9] Add support for the pin controllers on the Marvell Armada 7K/8K Gregory CLEMENT
2017-05-19 16:04 ` Gregory CLEMENT
2017-05-19 16:04 ` Gregory CLEMENT
2017-05-19 16:04 ` [PATCH 1/9] MAINTAINERS: extend mvebu SoC entry with pinctrl drivers Gregory CLEMENT
2017-05-19 16:04 ` Gregory CLEMENT
2017-05-23 9:23 ` Linus Walleij
2017-05-23 9:23 ` Linus Walleij
2017-05-19 16:04 ` [PATCH 2/9] pinctrl: dt-bindings: add documentation for AP806 pin controllers Gregory CLEMENT
2017-05-19 16:04 ` Gregory CLEMENT
[not found] ` <bfd5b618a295f98a056784d7486dbd128d36fefb.1495209664.git-series.gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2017-05-29 8:02 ` Linus Walleij
2017-05-29 8:02 ` Linus Walleij
2017-05-29 8:02 ` Linus Walleij
2017-05-30 21:46 ` Rob Herring
2017-05-30 21:46 ` Rob Herring
2017-05-19 16:04 ` [PATCH 3/9] pinctrl: dt-bindings: add documentation for CP110 " Gregory CLEMENT
2017-05-19 16:04 ` Gregory CLEMENT
2017-05-30 21:48 ` Rob Herring
2017-05-30 21:48 ` Rob Herring
2017-05-19 16:04 ` [PATCH 4/9] pinctrl: mvebu: remove the offset property for regmap Gregory CLEMENT
2017-05-19 16:04 ` Gregory CLEMENT
2017-05-19 16:04 ` Gregory CLEMENT
2017-05-19 16:04 ` [PATCH 5/9] pinctrl: avoid PLAT_ORION dependency Gregory CLEMENT
2017-05-19 16:04 ` Gregory CLEMENT
2017-05-19 16:04 ` [PATCH 6/9] arm64: marvell: enable the Armada 7K/8K pinctrl driver Gregory CLEMENT
2017-05-19 16:04 ` Gregory CLEMENT
2017-05-19 16:04 ` [PATCH 7/9] pinctrl: mvebu: add driver for Armada AP806 pinctrl Gregory CLEMENT
2017-05-19 16:04 ` Gregory CLEMENT
2017-05-20 19:04 ` Paul Gortmaker
2017-05-20 19:04 ` Paul Gortmaker
2017-05-22 14:37 ` Gregory CLEMENT
2017-05-22 14:37 ` Gregory CLEMENT
2017-05-22 14:37 ` Gregory CLEMENT
2017-05-19 16:04 ` [PATCH 8/9] pinctrl: mvebu: add driver for Armada CP110 pinctrl Gregory CLEMENT
2017-05-19 16:04 ` Gregory CLEMENT
[not found] ` <00e3f4966a18340cb060c0d39da1f92a9c76fcda.1495209664.git-series.gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2017-05-20 19:09 ` Paul Gortmaker
2017-05-20 19:09 ` Paul Gortmaker
2017-05-20 19:09 ` Paul Gortmaker
2017-05-19 16:04 ` [PATCH 9/9] arm64: dts: marvell: add pinctrl support for Armada 7K/8K Gregory CLEMENT
2017-05-19 16:04 ` Gregory CLEMENT
2017-05-31 9:15 ` Thomas Petazzoni [this message]
2017-05-31 9:15 ` [PATCH 0/9] Add support for the pin controllers on the Marvell " Thomas Petazzoni
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=20170531111543.7c753308@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=andrew@lunn.ch \
--cc=devicetree@vger.kernel.org \
--cc=gregory.clement@free-electrons.com \
--cc=jason@lakedaemon.net \
--cc=kostap@marvell.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mw@semihalf.com \
--cc=nadavh@marvell.com \
--cc=neta@marvell.com \
--cc=omrii@marvell.com \
--cc=rmk+kernel@armlinux.org.uk \
--cc=robh+dt@kernel.org \
--cc=sebastian.hesselbarth@gmail.com \
--cc=shadi@marvell.com \
/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 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.