From: Evgeniy Polyakov <zbr@ioremap.net>
To: Fabio Estevam <fabio.estevam@freescale.com>
Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] w1-gpio: Let device core handle pinctrl
Date: Wed, 5 Jun 2013 20:38:31 +0400 [thread overview]
Message-ID: <20130605163831.GA16410@ioremap.net> (raw)
In-Reply-To: <1369055799-9428-1-git-send-email-fabio.estevam@freescale.com>
Hi
On Mon, May 20, 2013 at 10:16:39AM -0300, Fabio Estevam (fabio.estevam@freescale.com) wrote:
> Since commit ab78029 (drivers/pinctrl: grab default handles from device core)
> we can rely on device core for handling pinctrl, so remove
> devm_pinctrl_get_select_default() from the driver.
Sorry for long delay - is this patch still needed to be pushed upstream?
If so, Greg, please pull it into your tree.
Thank you.
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> drivers/w1/masters/w1-gpio.c | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/drivers/w1/masters/w1-gpio.c b/drivers/w1/masters/w1-gpio.c
> index 46d9701..f54ece2 100644
> --- a/drivers/w1/masters/w1-gpio.c
> +++ b/drivers/w1/masters/w1-gpio.c
> @@ -16,7 +16,6 @@
> #include <linux/gpio.h>
> #include <linux/of_platform.h>
> #include <linux/of_gpio.h>
> -#include <linux/pinctrl/consumer.h>
> #include <linux/err.h>
> #include <linux/of.h>
>
> @@ -78,13 +77,8 @@ static int w1_gpio_probe(struct platform_device *pdev)
> {
> struct w1_bus_master *master;
> struct w1_gpio_platform_data *pdata;
> - struct pinctrl *pinctrl;
> int err;
>
> - pinctrl = devm_pinctrl_get_select_default(&pdev->dev);
> - if (IS_ERR(pinctrl))
> - dev_warn(&pdev->dev, "unable to select pin group\n");
> -
> if (of_have_populated_dt()) {
> err = w1_gpio_probe_dt(pdev);
> if (err < 0) {
> --
> 1.8.1.2
>
--
Evgeniy Polyakov
prev parent reply other threads:[~2013-06-05 16:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-20 13:16 [PATCH] w1-gpio: Let device core handle pinctrl Fabio Estevam
2013-06-05 16:38 ` Evgeniy Polyakov [this message]
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=20130605163831.GA16410@ioremap.net \
--to=zbr@ioremap.net \
--cc=fabio.estevam@freescale.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.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.