From: Kostya Porotchkin <kostap@marvell.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 3/6] arm64: mvebu: pinctrl: Add pin control driver for A8K family
Date: Wed, 7 Dec 2016 08:03:14 +0000 [thread overview]
Message-ID: <1481097925500.62822@marvell.com> (raw)
In-Reply-To: <CAPnjgZ2ACc8U0gjzyfV2nggrk35DCwAMb7ybVymaR6Ae8eSRmw@mail.gmail.com>
Hello, Simon,
Thank you very much for your review.
Yes, this patch was only adding some help to Kconfig (as you requested), no other changes from the previous version.
I have to re-send the entire series one more time for moving the change log from commit messages to comment sections.
Some changes will be done on other patches, but this one will remain the same as v3.
Best Regards
Kosta
________________________________________
From: sjg@google.com <sjg@google.com> on behalf of Simon Glass <sjg@chromium.org>
Sent: Wednesday, December 7, 2016 05:47
To: Kostya Porotchkin
Cc: U-Boot Mailing List; Stefan Roese; Nadav Haklai; Neta Zur Hershkovits; Omri Itach; Igal Liberman; Haim Boot; Hanna Hawa
Subject: Re: [PATCH v3 3/6] arm64: mvebu: pinctrl: Add pin control driver for A8K family
----------------------------------------------------------------------
On 5 December 2016 at 05:16, <kostap@marvell.com> wrote:
> From: Konstantin Porotchkin <kostap@marvell.com>
>
> Add a DM port of Marvell pin control driver.
> The A8K SoC family contains several silicone dies interconnected
> in a single package. Every die is normally equipped with its own
> pin controller unit.
> There are 2 pin controllers in A70x0 SoC and 3 in A80x0 SoC.
>
> Changes for v3:
> - Extend the Kconfig help for pin control driver
>
> Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
> Cc: Simon Glass <sjg@chromium.org>
> Cc: Stefan Roese <sr@denx.de>
> Cc: Nadav Haklai <nadavh@marvell.com>
> Cc: Neta Zur Hershkovits <neta@marvell.com>
> Cc: Omri Itach <omrii@marvell.com>
> Cc: Igal Liberman <igall@marvell.com>
> Cc: Haim Boot <hayim@marvell.com>
> Cc: Hanna Hawa <hannah@marvell.com>
> ---
> arch/arm/include/asm/arch-armada8k/soc-info.h | 17 ++
> .../pinctrl/marvell,armada-apn806-pinctrl.txt | 25 ++
> .../pinctrl/marvell,armada-cp110-pinctrl.txt | 270 +++++++++++++++++++++
> .../pinctrl/marvell,mvebu-pinctrl.txt | 113 +++++++++
> drivers/pinctrl/Kconfig | 1 +
> drivers/pinctrl/Makefile | 1 +
> drivers/pinctrl/mvebu/Kconfig | 16 ++
> drivers/pinctrl/mvebu/Makefile | 7 +
> drivers/pinctrl/mvebu/pinctrl-mvebu.c | 179 ++++++++++++++
> drivers/pinctrl/mvebu/pinctrl-mvebu.h | 31 +++
> 10 files changed, 660 insertions(+)
> create mode 100644 arch/arm/include/asm/arch-armada8k/soc-info.h
> create mode 100644 doc/device-tree-bindings/pinctrl/marvell,armada-apn806-pinctrl.txt
> create mode 100644 doc/device-tree-bindings/pinctrl/marvell,armada-cp110-pinctrl.txt
> create mode 100644 doc/device-tree-bindings/pinctrl/marvell,mvebu-pinctrl.txt
> create mode 100644 drivers/pinctrl/mvebu/Kconfig
> create mode 100644 drivers/pinctrl/mvebu/Makefile
> create mode 100644 drivers/pinctrl/mvebu/pinctrl-mvebu.c
> create mode 100644 drivers/pinctrl/mvebu/pinctrl-mvebu.h
>
I think I already reviewed this, but just in case:
Reviewed-by: Simon Glass <sjg@chromium.org>
next prev parent reply other threads:[~2016-12-07 8:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-05 10:16 [U-Boot] [PATCH v3 3/6] arm64: mvebu: pinctrl: Add pin control driver for A8K family kostap at marvell.com
2016-12-07 3:47 ` Simon Glass
2016-12-07 8:03 ` Kostya Porotchkin [this message]
2016-12-08 22:21 ` Simon Glass
-- strict thread matches above, loose matches on Subject: below --
2016-12-08 10:22 [U-Boot] [PATCH v3 0/6] arm64: mvebu: Armada-8K family patches kostap at marvell.com
2016-12-08 10:22 ` [U-Boot] [PATCH v3 3/6] arm64: mvebu: pinctrl: Add pin control driver for A8K family kostap at marvell.com
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=1481097925500.62822@marvell.com \
--to=kostap@marvell.com \
--cc=u-boot@lists.denx.de \
/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