From: Sascha Hauer <s.hauer@pengutronix.de>
To: Denis Carikli <denis@eukrea.com>
Cc: "Mark Rutland" <mark.rutland@arm.com>,
devicetree@vger.kernel.org,
"Russell King" <linux@arm.linux.org.uk>,
"Eric Bénard" <eric@eukrea.com>,
"Pawel Moll" <pawel.moll@arm.com>,
"Stephen Warren" <swarren@wwwdotorg.org>,
"Linus Walleij" <linus.walleij@linaro.org>,
"Ian Campbell" <ijc+devicetree@hellion.org.uk>,
"Rob Herring" <rob.herring@calxeda.com>,
"Sascha Hauer" <kernel@pengutronix.de>,
"Shawn Guo" <shawn.guo@linaro.org>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCHv9][ 4/6] pinctrl: pinctrl-imx: add imx25 pinctrl driver
Date: Mon, 4 Nov 2013 14:13:49 +0100 [thread overview]
Message-ID: <20131104131349.GH17135@pengutronix.de> (raw)
In-Reply-To: <1383210928-18906-4-git-send-email-denis@eukrea.com>
On Thu, Oct 31, 2013 at 10:15:26AM +0100, Denis Carikli wrote:
> This is mostly cut and paste from the imx35 pinctrl driver.
> The data was generated using sed and awk on
> arch/arm/plat-mxc/include/mach/iomux-mx25.h.
>
> Cc: Rob Herring <rob.herring@calxeda.com>
> Cc: Pawel Moll <pawel.moll@arm.com>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Stephen Warren <swarren@wwwdotorg.org>
> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
> Cc: devicetree@vger.kernel.org
> Cc: Sascha Hauer <kernel@pengutronix.de>
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: Russell King <linux@arm.linux.org.uk>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: Eric Bénard <eric@eukrea.com>
> Signed-off-by: Denis Carikli <denis@eukrea.com>
> ---
> ChangeLog v8->v9:
> - Whitespace cleanup betwen the CC: and Signed-off-by.
> - Kconfig: rebased to make it apply on the new HEAD.
> ---
> .../bindings/pinctrl/fsl,imx25-pinctrl.txt | 33 ++
> arch/arm/boot/dts/imx25-pinfunc.h | 513 ++++++++++++++++++++
> arch/arm/boot/dts/imx25.dtsi | 1 +
> arch/arm/mach-imx/Kconfig | 2 +
> drivers/pinctrl/Kconfig | 8 +
> drivers/pinctrl/Makefile | 1 +
> drivers/pinctrl/pinctrl-imx25.c | 351 ++++++++++++++
> 7 files changed, 909 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pinctrl/fsl,imx25-pinctrl.txt
> create mode 100644 arch/arm/boot/dts/imx25-pinfunc.h
> create mode 100644 drivers/pinctrl/pinctrl-imx25.c
>
> diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,imx25-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/fsl,imx25-pinctrl.txt
> new file mode 100644
> index 0000000..64906ca
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/pinctrl/fsl,imx25-pinctrl.txt
> @@ -0,0 +1,33 @@
> +* Freescale IMX25 IOMUX Controller
> +
> +Please refer to fsl,imx-pinctrl.txt in this directory for common binding part
> +and usage.
> +
> +Required properties:
> +- compatible: "fsl,imx25-iomuxc"
> +- fsl,pins: two integers array, represents a group of pins mux and config
> + setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a
> + pin working on a specific function, CONFIG is the pad setting value like
> + pull-up for this pin. Please refer to imx25 datasheet for the valid pad
> + config settings.
This description is wrong. We have a correct description of fsl,pins in
Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt already,
so we should probably refer to it instead of describing it again here.
This is wrong in all
Documentation/devicetree/bindings/pinctrl/fsl,imx?*-pinctrl.txt files in
the tree currently.
Otherwise:
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
next prev parent reply other threads:[~2013-11-04 13:13 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1383210928-18906-1-git-send-email-denis@eukrea.com>
[not found] ` <1383210928-18906-1-git-send-email-denis-fO0SIAKYzcbQT0dZR+AlfA@public.gmane.org>
2013-10-31 9:15 ` [PATCHv9][ 2/6] video: imxfb: Also add pwmr for the device tree Denis Carikli
2013-10-31 9:15 ` [PATCHv9][ 3/6] video: Kconfig: Allow more broad selection of the imxfb framebuffer driver Denis Carikli
2013-10-31 9:15 ` [PATCHv9][ 4/6] pinctrl: pinctrl-imx: add imx25 pinctrl driver Denis Carikli
2013-11-04 13:13 ` Sascha Hauer [this message]
[not found] ` <1383210928-18906-4-git-send-email-denis-fO0SIAKYzcbQT0dZR+AlfA@public.gmane.org>
2013-11-04 12:12 ` Linus Walleij
2013-11-04 14:31 ` Markus Pargmann
[not found] ` <20131104143140.GD15098-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2013-11-04 14:47 ` Lothar Waßmann
2013-10-31 9:15 ` [PATCHv9][ 5/6] ARM: dts: imx25.dtsi: Add some pinmux pins Denis Carikli
[not found] ` <1383210928-18906-5-git-send-email-denis-fO0SIAKYzcbQT0dZR+AlfA@public.gmane.org>
2013-11-05 2:00 ` Shawn Guo
2013-10-31 9:15 ` [PATCHv9][ 6/6] ARM: dts: Add support for the cpuimx25 board from Eukrea and its baseboard Denis Carikli
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=20131104131349.GH17135@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=denis@eukrea.com \
--cc=devicetree@vger.kernel.org \
--cc=eric@eukrea.com \
--cc=ijc+devicetree@hellion.org.uk \
--cc=kernel@pengutronix.de \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux@arm.linux.org.uk \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=rob.herring@calxeda.com \
--cc=shawn.guo@linaro.org \
--cc=swarren@wwwdotorg.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).