From: khilman@baylibre.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/4] Amlogic: GXBB: Add pin controller
Date: Fri, 06 May 2016 14:35:24 +0200 [thread overview]
Message-ID: <m2bn4jbbzn.fsf@baylibre.com> (raw)
In-Reply-To: <1462176138-29433-1-git-send-email-carlo@caione.org> (Carlo Caione's message of "Mon, 2 May 2016 10:02:14 +0200")
Carlo Caione <carlo@caione.org> writes:
> From: Carlo Caione <carlo@endlessm.com>
>
> Patchset to add and enable the pin controller driver on a couple of Amlogic
> boards with a Meson GXBB SoC.
Reviewed-by: Kevin Hilman <khilman@baylibre.com>
I tested this series on GXBB odroid-c2 and p200 boards, along with some
additional pins (patches forthcoming)
Tested-by: Kevin Hilman <khilman@baylibre.com>
> Please note that:
> * This patch depends on http://www.spinics.net/lists/devicetree/msg120964.html
> ([PATCH] ARM64: dts: amlogic: Add hiu and periphs buses).
Linus, with your ack, we could keep this series together, or if you
prefer, you can take patch 1, and Carlo can take the others through his
tree.
> * The platform driver is still missing a lot of muxing configurations. This is
> because Amlogic still hasn't publicly released documentation for the GXBB.
> Since Kevin has already this documentation under NDA, he will integrate and
> complete this driver with a separate submission.
Coming soon...
Kevin
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
To: Carlo Caione <carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>
Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-meson-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
afaerber-l3A5Bk7waGM@public.gmane.org,
arnd-r2nGTMty4D4@public.gmane.org,
linux-6IF/jdPJHihWk0Htik3J/w@public.gmane.org,
Carlo Caione <carlo-6IF/jdPJHihWk0Htik3J/w@public.gmane.org>
Subject: Re: [PATCH v2 0/4] Amlogic: GXBB: Add pin controller
Date: Fri, 06 May 2016 14:35:24 +0200 [thread overview]
Message-ID: <m2bn4jbbzn.fsf@baylibre.com> (raw)
In-Reply-To: <1462176138-29433-1-git-send-email-carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org> (Carlo Caione's message of "Mon, 2 May 2016 10:02:14 +0200")
Carlo Caione <carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org> writes:
> From: Carlo Caione <carlo-6IF/jdPJHihWk0Htik3J/w@public.gmane.org>
>
> Patchset to add and enable the pin controller driver on a couple of Amlogic
> boards with a Meson GXBB SoC.
Reviewed-by: Kevin Hilman <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
I tested this series on GXBB odroid-c2 and p200 boards, along with some
additional pins (patches forthcoming)
Tested-by: Kevin Hilman <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
> Please note that:
> * This patch depends on http://www.spinics.net/lists/devicetree/msg120964.html
> ([PATCH] ARM64: dts: amlogic: Add hiu and periphs buses).
Linus, with your ack, we could keep this series together, or if you
prefer, you can take patch 1, and Carlo can take the others through his
tree.
> * The platform driver is still missing a lot of muxing configurations. This is
> because Amlogic still hasn't publicly released documentation for the GXBB.
> Since Kevin has already this documentation under NDA, he will integrate and
> complete this driver with a separate submission.
Coming soon...
Kevin
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-05-06 12:35 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-02 8:02 [PATCH v2 0/4] Amlogic: GXBB: Add pin controller Carlo Caione
2016-05-02 8:02 ` Carlo Caione
2016-05-02 8:02 ` [PATCH v2 1/4] pinctrl: amlogic: Add support for Amlogic Meson GXBB SoC Carlo Caione
2016-05-02 8:02 ` Carlo Caione
2016-05-11 8:49 ` Linus Walleij
2016-05-11 8:49 ` Linus Walleij
2016-05-02 8:02 ` [PATCH v2 2/4] documentation: Add compatibles for Amlogic Meson GXBB pin controllers Carlo Caione
2016-05-02 8:02 ` Carlo Caione
2016-05-04 2:31 ` Rob Herring
2016-05-04 2:31 ` Rob Herring
2016-05-11 8:52 ` Linus Walleij
2016-05-11 8:52 ` Linus Walleij
2016-05-11 11:25 ` Carlo Caione
2016-05-11 11:25 ` Carlo Caione
2016-05-11 12:17 ` Linus Walleij
2016-05-11 12:17 ` Linus Walleij
2016-05-02 8:02 ` [PATCH v2 3/4] ARM64: Kconfig: Select the Amlogic Meson pin controller driver Carlo Caione
2016-05-02 8:02 ` Carlo Caione
2016-05-11 8:53 ` Linus Walleij
2016-05-11 8:53 ` Linus Walleij
2016-05-11 10:56 ` Arnd Bergmann
2016-05-11 10:56 ` Arnd Bergmann
2016-05-11 18:41 ` Carlo Caione
2016-05-11 18:41 ` Carlo Caione
2016-05-23 13:49 ` Linus Walleij
2016-05-23 13:49 ` Linus Walleij
2016-05-02 8:02 ` [PATCH v2 4/4] ARM64: dts: amlogic: Enable pin controller on GXBB-based platforms Carlo Caione
2016-05-02 8:02 ` Carlo Caione
2016-05-06 12:35 ` Kevin Hilman [this message]
2016-05-06 12:35 ` [PATCH v2 0/4] Amlogic: GXBB: Add pin controller Kevin Hilman
2016-05-11 8:54 ` Linus Walleij
2016-05-11 8:54 ` Linus Walleij
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=m2bn4jbbzn.fsf@baylibre.com \
--to=khilman@baylibre.com \
--cc=linux-arm-kernel@lists.infradead.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 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.