All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
Cc: Laxman Dewangan
	<ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
	Linus Walleij
	<linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 1/2] pinctrl: tegra: Various Tegra124 fixes
Date: Fri, 6 Dec 2013 20:33:20 +0100	[thread overview]
Message-ID: <20131206193319.GA923@mithrandir> (raw)
In-Reply-To: <52A204E9.4080801-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 1096 bytes --]

On Fri, Dec 06, 2013 at 10:10:01AM -0700, Stephen Warren wrote:
> On 12/06/2013 04:53 AM, Thierry Reding wrote:
> > Remove various gratuitous blank lines and other minor whitespace and
> > style cleanups. Add some missing commas within group arrays to prevent
> > the compiler from concatenating the strings. Remove unneeded
> > TEGRA_MUX_SAFE entry from enumeration and drop gratuitous _dt suffix
> > from tegra_mux enumeration type name. Drop an unwarranted FIXME comment
> > and rename gmi_ad8_ph0 pin to ph0 since that's how it's referenced in
> > the DS06472001 datasheet.
> 
> Thierry, I assume this patch is against the version I have in my local
> development branch?

No, those changes were rebased on top of the patches that Laxman sent
yesterday.

> I'm expecting Laxman to roll this into the patches he posts, and send a
> new complete version to LinusW, so there's no upstream action required
> for this patch series at present, just an action for Laxman.

Yes, those were meant for Laxman to squash into his patch and resent. I
should have said so.

Thierry

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

  parent reply	other threads:[~2013-12-06 19:33 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-05 10:57 [PATCH 0/4] pinctrl: tegra: Add pincontrol driver for Tegra124 SoC Laxman Dewangan
2013-12-05 10:57 ` Laxman Dewangan
2013-12-05 10:57 ` Laxman Dewangan
     [not found] ` <1386241070-4350-1-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-12-05 10:57   ` [PATCH 1/4] pinctrl: tegra: Add devicetree binding document for Tegra124 Laxman Dewangan
2013-12-05 10:57     ` Laxman Dewangan
2013-12-05 10:57     ` Laxman Dewangan
     [not found]     ` <1386241070-4350-2-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-12-05 23:17       ` Stephen Warren
2013-12-05 23:17         ` Stephen Warren
2013-12-05 23:17         ` Stephen Warren
2013-12-06  6:21         ` Laxman Dewangan
2013-12-06  6:21           ` Laxman Dewangan
2013-12-05 10:57 ` [PATCH 2/4] ARM: tegra: add pinmux controller to tegra124.dtsi Laxman Dewangan
2013-12-05 10:57   ` Laxman Dewangan
2013-12-05 10:57   ` Laxman Dewangan
2013-12-05 23:16   ` Stephen Warren
2013-12-05 23:16     ` Stephen Warren
2013-12-05 23:19     ` Stephen Warren
2013-12-05 23:19       ` Stephen Warren
2013-12-06  6:05       ` Laxman Dewangan
2013-12-06  6:05         ` Laxman Dewangan
2013-12-05 10:57 ` [PATCH 3/4] ARM: tegra: select PINCTRL_TEGRA124 for Tegra124 SoC Laxman Dewangan
2013-12-05 10:57   ` Laxman Dewangan
2013-12-05 10:57   ` Laxman Dewangan
     [not found]   ` <1386241070-4350-4-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-12-05 23:17     ` Stephen Warren
2013-12-05 23:17       ` Stephen Warren
2013-12-05 23:17       ` Stephen Warren
2013-12-12 18:36   ` Stephen Warren
2013-12-12 18:36     ` Stephen Warren
2013-12-05 10:57 ` [PATCH 4/4] pinctrl: tegra: add pinmux controller driver for Tegra124 Laxman Dewangan
2013-12-05 10:57   ` Laxman Dewangan
2013-12-05 10:57   ` Laxman Dewangan
     [not found]   ` <1386241070-4350-5-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-12-05 23:30     ` Stephen Warren
2013-12-05 23:30       ` Stephen Warren
2013-12-05 23:30       ` Stephen Warren
     [not found]       ` <52A10C7B.8070406-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-12-06  6:27         ` Laxman Dewangan
2013-12-06  6:27           ` Laxman Dewangan
2013-12-06  6:27           ` Laxman Dewangan
2013-12-06 17:08           ` Stephen Warren
2013-12-06 17:08             ` Stephen Warren
2013-12-06 11:53         ` [PATCH 1/2] pinctrl: tegra: Various Tegra124 fixes Thierry Reding
     [not found]           ` <1386330839-30559-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-12-06 11:53             ` [PATCH 2/2] pinctrl: tegra: Whitespace fixes for Tegra124 Thierry Reding
     [not found]               ` <1386330839-30559-2-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-12-11 12:34                 ` Linus Walleij
     [not found]                   ` <CACRpkdYKqDgRkuQ4j6AeD+YWkh8r1hPCgjy1k90vQ2w+4vPxxA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-12-11 12:33                     ` Laxman Dewangan
2013-12-06 17:10             ` [PATCH 1/2] pinctrl: tegra: Various Tegra124 fixes Stephen Warren
     [not found]               ` <52A204E9.4080801-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-12-06 19:33                 ` Thierry Reding [this message]
2013-12-11 12:36             ` Linus Walleij
2013-12-06  9:58       ` [PATCH 4/4] pinctrl: tegra: add pinmux controller driver for Tegra124 Thierry Reding
2013-12-06  9:58         ` Thierry Reding

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=20131206193319.GA923@mithrandir \
    --to=thierry.reding-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.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.