All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Ball <cjb@laptop.org>
To: Fabio Estevam <festevam@gmail.com>
Cc: Fabio Estevam <fabio.estevam@freescale.com>,
	shawn.guo@linaro.org, kernel@pengutronix.de,
	linux-mmc@vger.kernel.org
Subject: Re: [PATCH 04/13] mmc: mxs-mmc: Let device core handle pinctrl
Date: Thu, 27 Jun 2013 11:20:34 -0400	[thread overview]
Message-ID: <87obarpol9.fsf@octavius.laptop.org> (raw)
In-Reply-To: <CAOMZO5BmvsnNPCxv6shNQsVg3cJcdPxQrMJzZz3fyBGKPOYF_A@mail.gmail.com> (Fabio Estevam's message of "Sun, 26 May 2013 18:01:17 -0300")

Hi Fabio,

On Sun, May 26 2013, Fabio Estevam wrote:
> Hi Chris,
>
> On Mon, May 6, 2013 at 3:05 PM, 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.
>>
>> Cc: Chris Ball <cjb@laptop.org>
>> Cc: <linux-mmc@vger.kernel.org>
>> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>
> Any comments on this one?

Thanks, pushed to mmc-next for 3.11.

- Chris.
-- 
Chris Ball   <cjb@laptop.org>   <http://printf.net/>
One Laptop Per Child

  reply	other threads:[~2013-06-27 15:20 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1367863561-11534-1-git-send-email-fabio.estevam@freescale.com>
2013-05-06 18:05 ` [PATCH 04/13] mmc: mxs-mmc: Let device core handle pinctrl Fabio Estevam
2013-05-26 21:01   ` Fabio Estevam
2013-06-27 15:20     ` Chris Ball [this message]
2013-05-06 18:05 ` [PATCH 05/13] mtd: gpmi-nand : " Fabio Estevam
2013-05-26 21:00   ` Fabio Estevam
2013-07-01  5:19   ` Artem Bityutskiy
2013-07-01 11:27     ` Fabio Estevam
2013-07-01 11:49   ` Artem Bityutskiy
2013-05-06 18:05 ` [PATCH 06/13] pwm: pwm-mxs: " Fabio Estevam
2013-05-08 11:51   ` Alexander Shishkin
2013-05-08 13:53     ` Shawn Guo
2013-05-14 12:33       ` Alexander Shishkin
2013-05-14 12:38         ` Alexander Shishkin
2013-05-26 21:02   ` Fabio Estevam
2013-05-26 21:23     ` Thierry Reding
     [not found] ` <1367863561-11534-1-git-send-email-fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2013-05-06 18:05   ` [PATCH 02/13] i2c: i2c-imx: " Fabio Estevam
2013-05-06 18:05   ` [PATCH 03/13] i2c: i2c-mxs: " Fabio Estevam
     [not found]     ` <1367863561-11534-3-git-send-email-fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2013-05-26 20:58       ` Fabio Estevam
     [not found]         ` <CAOMZO5Bju3v4gXayzZ6vMjr9WrSqcYWN+6fnyKMc3AaoYt44Gg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-06-08  7:15           ` Wolfram Sang
2013-06-08  7:49             ` Fabio Estevam
     [not found]               ` <CAOMZO5DQW7fB3Xi8mvymWhVZYcjuwTHKPyfDsWZCfw79AdUT7g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-06-10 13:51                 ` Wolfram Sang
2013-05-06 18:05   ` [PATCH 07/13] spi: spi-imx: " Fabio Estevam
2013-05-06 18:05   ` [PATCH 08/13] spi: spi-mxs: " Fabio Estevam
2013-05-06 18:05 ` [PATCH 09/13] serial: imx: " Fabio Estevam
2013-05-20 18:50   ` Greg Kroah-Hartman
2013-05-26 17:46     ` Fabio Estevam
2013-05-26 19:01       ` Greg Kroah-Hartman
2013-05-06 18:05 ` [PATCH 10/13] serial: mxs-auart: " Fabio Estevam
2013-05-20 18:49   ` Greg Kroah-Hartman
2013-05-06 18:06 ` [PATCH 12/13] ASoC: fsl: imx-audmux: " Fabio Estevam
2013-05-06 19:21   ` Mark Brown
2013-05-06 18:06 ` [PATCH 13/13] ASoC: mxs: mxs-saif: " Fabio Estevam
2013-05-06 19:22   ` Mark Brown

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=87obarpol9.fsf@octavius.laptop.org \
    --to=cjb@laptop.org \
    --cc=fabio.estevam@freescale.com \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-mmc@vger.kernel.org \
    --cc=shawn.guo@linaro.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.