From: swarren@wwwdotorg.org (Stephen Warren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] pinctrl: pinctrl-imx: add imx35 pinctrl driver
Date: Fri, 03 Aug 2012 14:37:18 -0600 [thread overview]
Message-ID: <501C367E.10808@wwwdotorg.org> (raw)
In-Reply-To: <1343921942-22079-1-git-send-email-u.kleine-koenig@pengutronix.de>
On 08/02/2012 09:39 AM, Uwe Kleine-K?nig wrote:
> This is mostly cut'n'paste from the imx51 pinctrl driver.
> +++ b/Documentation/devicetree/bindings/pinctrl/fsl,imx35-pinctrl.txt
> +See below for available PIN_FUNC_ID for imx35:
> +# grep ' IMX_PIN_REG' drivers/pinctrl/pinctrl-imx35.c | awk '{ print NR-1 " " $8 }'
I'd remove that line from the document; the binding doc is supposed to
be OS-agnostic, and the file drivers/pinctrl/pinctrl-imx35.c probably
only exists in Linux.
> diff --git a/drivers/pinctrl/pinctrl-imx35.c b/drivers/pinctrl/pinctrl-imx35.c
> +/*
> + * imx35 pinctrl driver.
> + *
> + * This driver was mostly copied from the imx51 pinctrl driver which has:
> + *
> + * Copyright (C) 2012 Freescale Semiconductor, Inc.
> + * Copyright (C) 2012 Linaro, Inc.
> + *
> + * Author: Dong Aisheng <dong.aisheng@linaro.org>
You're not going to add your (c)? Maybe since it's mostly just data it
doesn't matter.
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License version 2 as published
> + * by the Free Software Foundation.
> + */
Other than that this is basically just SoC data, so I'm not really
qualified to comment:-) So,
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
next prev parent reply other threads:[~2012-08-03 20:37 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-02 15:39 [PATCH] pinctrl: pinctrl-imx: add imx35 pinctrl driver Uwe Kleine-König
2012-08-03 12:25 ` Shawn Guo
2012-08-06 14:23 ` Uwe Kleine-König
2012-08-03 20:37 ` Stephen Warren [this message]
2012-08-07 8:04 ` Dong Aisheng
2012-08-07 8:49 ` Uwe Kleine-König
2012-08-07 11:34 ` Dong Aisheng
2012-08-09 17:22 ` Uwe Kleine-König
2012-08-09 16:27 ` Uwe Kleine-König
2012-08-10 11:01 ` Linus Walleij
2012-08-10 12:18 ` Uwe Kleine-König
2012-08-10 12:29 ` Shawn Guo
2012-08-10 3:14 ` Dong Aisheng
2012-08-10 4:45 ` Uwe Kleine-König
2012-08-13 13:57 ` 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=501C367E.10808@wwwdotorg.org \
--to=swarren@wwwdotorg.org \
--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.