From: Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
To: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
Cc: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
Colin Cross <ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org>,
Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>,
Nicolas Pitre <nico-vtqb6HGKxmzR7s880joybQ@public.gmane.org>,
linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
Peter De Schrijver
<pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Subject: Re: [PATCH v4 3/4] gpio/tegra: Convert to a platform device
Date: Wed, 12 Oct 2011 16:19:10 -0700 [thread overview]
Message-ID: <20111012231910.GA13960@quad.lixom.net> (raw)
In-Reply-To: <CACxGe6tf0Ly8AC-6xUeoMrVj3y0KHkrcgj87SerAaCAnNhfNqA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
On Wed, Oct 12, 2011 at 05:03:24PM -0600, Grant Likely wrote:
> On Wed, Oct 12, 2011 at 4:41 PM, Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org> wrote:
> > On Tue, Oct 11, 2011 at 04:16:14PM -0600, Stephen Warren wrote:
> >> v3: Make regs variable static. Remove empty init of tegra_gpio_banks.
> >>
> >> v2: Retrieve IRQ and memory addresses from resources instead of hard-
> >> coding them. Add back initialization of tegra_gpio_chip.of_node.
> >
> > In the future, please move the revision log to below the ---, and just have
> > the main patch description above, since that is what goes into the git repo.
>
> No! Keep it above the line so it shows up in the Linux commit log.
> It makes it easier to know which version of a patch actually got
> committed. :-)
Alright, I'm convinced.
Maybe it was the fact that the patch description was 100% revision log that
made me notice it this time. :)
> >> Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> >
> > Otherwise, patch looks good. Due to dependencies between this, the rest
> > of this patch series and the pinmux changes, I'll hold off on it until
> > the dependencies land (i.e. target it for 3.3). We're cutting it very close
> > to the merge window as it is, I'll start for-3.3 branches shortly.
>
> Actually, see if you can get it in via the same tree as the pinmux
> changes. Dependencies is not a reason to hold off from getting it
> into linux-next.
Ok, the fixup is minimal, should be trivial to spot at git merge time.
Stephen, do you want to respin yourself or should I do the __devinit
change when I apply?
-Olof
WARNING: multiple messages have this Message-ID (diff)
From: olof@lixom.net (Olof Johansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 3/4] gpio/tegra: Convert to a platform device
Date: Wed, 12 Oct 2011 16:19:10 -0700 [thread overview]
Message-ID: <20111012231910.GA13960@quad.lixom.net> (raw)
In-Reply-To: <CACxGe6tf0Ly8AC-6xUeoMrVj3y0KHkrcgj87SerAaCAnNhfNqA@mail.gmail.com>
On Wed, Oct 12, 2011 at 05:03:24PM -0600, Grant Likely wrote:
> On Wed, Oct 12, 2011 at 4:41 PM, Olof Johansson <olof@lixom.net> wrote:
> > On Tue, Oct 11, 2011 at 04:16:14PM -0600, Stephen Warren wrote:
> >> v3: Make regs variable static. Remove empty init of tegra_gpio_banks.
> >>
> >> v2: Retrieve IRQ and memory addresses from resources instead of hard-
> >> coding them. Add back initialization of tegra_gpio_chip.of_node.
> >
> > In the future, please move the revision log to below the ---, and just have
> > the main patch description above, since that is what goes into the git repo.
>
> No! Keep it above the line so it shows up in the Linux commit log.
> It makes it easier to know which version of a patch actually got
> committed. :-)
Alright, I'm convinced.
Maybe it was the fact that the patch description was 100% revision log that
made me notice it this time. :)
> >> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> >
> > Otherwise, patch looks good. Due to dependencies between this, the rest
> > of this patch series and the pinmux changes, I'll hold off on it until
> > the dependencies land (i.e. target it for 3.3). We're cutting it very close
> > to the merge window as it is, I'll start for-3.3 branches shortly.
>
> Actually, see if you can get it in via the same tree as the pinmux
> changes. Dependencies is not a reason to hold off from getting it
> into linux-next.
Ok, the fixup is minimal, should be trivial to spot at git merge time.
Stephen, do you want to respin yourself or should I do the __devinit
change when I apply?
-Olof
next prev parent reply other threads:[~2011-10-12 23:19 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-11 22:16 [PATCH v4 1/4] arm/tegra: Prep boards for gpio/pinmux conversion to pdevs Stephen Warren
2011-10-11 22:16 ` Stephen Warren
[not found] ` <1318371375-4083-1-git-send-email-swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2011-10-11 22:16 ` [PATCH v4 2/4] arm/dt: Tegra: Add pinmux node to tegra20.dtsi Stephen Warren
2011-10-11 22:16 ` Stephen Warren
[not found] ` <1318371375-4083-2-git-send-email-swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2011-10-12 22:38 ` Olof Johansson
2011-10-12 22:38 ` Olof Johansson
2011-10-11 22:16 ` [PATCH v4 3/4] gpio/tegra: Convert to a platform device Stephen Warren
2011-10-11 22:16 ` Stephen Warren
[not found] ` <1318371375-4083-3-git-send-email-swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2011-10-12 22:41 ` Olof Johansson
2011-10-12 22:41 ` Olof Johansson
[not found] ` <20111012224131.GD25128-O5ziIzlqnXUVNXGz7ipsyg@public.gmane.org>
2011-10-12 22:49 ` Stephen Warren
2011-10-12 22:49 ` Stephen Warren
2011-10-12 23:03 ` Grant Likely
2011-10-12 23:03 ` Grant Likely
[not found] ` <CACxGe6tf0Ly8AC-6xUeoMrVj3y0KHkrcgj87SerAaCAnNhfNqA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-10-12 23:19 ` Olof Johansson [this message]
2011-10-12 23:19 ` Olof Johansson
[not found] ` <20111012231910.GA13960-O5ziIzlqnXUVNXGz7ipsyg@public.gmane.org>
2011-10-13 16:36 ` Stephen Warren
2011-10-13 16:36 ` Stephen Warren
[not found] ` <74CDBE0F657A3D45AFBB94109FB122FF173BE1A08D-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2011-10-13 23:42 ` Olof Johansson
2011-10-13 23:42 ` Olof Johansson
2011-10-12 23:08 ` Grant Likely
2011-10-12 23:08 ` Grant Likely
2011-10-11 22:16 ` [PATCH v4 4/4] arm/tegra: Convert pinmux driver " Stephen Warren
2011-10-11 22:16 ` Stephen Warren
[not found] ` <1318371375-4083-4-git-send-email-swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2011-10-12 22:38 ` Olof Johansson
2011-10-12 22:38 ` Olof Johansson
2011-10-12 22:37 ` [PATCH v4 1/4] arm/tegra: Prep boards for gpio/pinmux conversion to pdevs Olof Johansson
2011-10-12 22:37 ` Olof Johansson
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=20111012231910.GA13960@quad.lixom.net \
--to=olof-nzht3qvonbneowh0uzbu5w@public.gmane.org \
--cc=arnd-r2nGTMty4D4@public.gmane.org \
--cc=ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org \
--cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
--cc=grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=nico-vtqb6HGKxmzR7s880joybQ@public.gmane.org \
--cc=pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
--cc=swarren-DDmLM1+adcrQT0dZR+AlfA@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.