All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Pull request for 2.6.40
@ 2011-05-24 10:21 Nori, Sekhar
  2011-05-25 21:07 ` Kevin Hilman
  0 siblings, 1 reply; 4+ messages in thread
From: Nori, Sekhar @ 2011-05-24 10:21 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Russell,

I have been tracking these four patches for inclusion in 2.6.40
can you please pull them?

These are clean-up rather than consolidation patches and all
of them have zero or negative net diffstat.

Thanks,
Sekhar

The following changes since commit 0ee5623f9a6e52df90a78bd21179f8ab370e102e:
  Linus Torvalds (1):
        Linux 2.6.39-rc6

are available in the git repository at:

  git://gitorious.org/linux-davinci/linux-davinci.git davinci-next

Manjunath Hadli (1):
      davinci: move DM64XX_VDD3P3V_PWDN to devices.c

Sergei Shtylyov (3):
      DA8xx: kill duplicate #define DA8XX_GPIO_BASE
      DA8xx: kill duplicate #define DA8XX_PLL1_BASE
      DA8xx: move base address #define's to their proper place

 arch/arm/mach-davinci/da850.c                 |    2 +-
 arch/arm/mach-davinci/devices-da8xx.c         |   16 +++++++++-------
 arch/arm/mach-davinci/devices.c               |    3 +++
 arch/arm/mach-davinci/include/mach/da8xx.h    |    4 ----
 arch/arm/mach-davinci/include/mach/hardware.h |    3 ---
 5 files changed, 13 insertions(+), 15 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Pull request for 2.6.40
  2011-05-24 10:21 [GIT PULL] Pull request for 2.6.40 Nori, Sekhar
@ 2011-05-25 21:07 ` Kevin Hilman
  2011-05-26  5:30   ` Nori, Sekhar
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin Hilman @ 2011-05-25 21:07 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Sekhar,

"Nori, Sekhar" <nsekhar@ti.com> writes:

> Hi Russell,
>
> I have been tracking these four patches for inclusion in 2.6.40
> can you please pull them?
>
> These are clean-up rather than consolidation patches and all
> of them have zero or negative net diffstat.
>

The commits in this branch aren't quite right.   All except the last one
are missing your signoff.  As you're on the delivery path, be sure to
include your signoff on all the patches.

Thanks,

Kevin

>
> The following changes since commit 0ee5623f9a6e52df90a78bd21179f8ab370e102e:
>   Linus Torvalds (1):
>         Linux 2.6.39-rc6
>
> are available in the git repository at:
>
>   git://gitorious.org/linux-davinci/linux-davinci.git davinci-next
>
> Manjunath Hadli (1):
>       davinci: move DM64XX_VDD3P3V_PWDN to devices.c
>
> Sergei Shtylyov (3):
>       DA8xx: kill duplicate #define DA8XX_GPIO_BASE
>       DA8xx: kill duplicate #define DA8XX_PLL1_BASE
>       DA8xx: move base address #define's to their proper place
>
>  arch/arm/mach-davinci/da850.c                 |    2 +-
>  arch/arm/mach-davinci/devices-da8xx.c         |   16 +++++++++-------
>  arch/arm/mach-davinci/devices.c               |    3 +++
>  arch/arm/mach-davinci/include/mach/da8xx.h    |    4 ----
>  arch/arm/mach-davinci/include/mach/hardware.h |    3 ---
>  5 files changed, 13 insertions(+), 15 deletions(-)
>
> _______________________________________________
> Davinci-linux-open-source mailing list
> Davinci-linux-open-source at linux.davincidsp.com
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Pull request for 2.6.40
  2011-05-25 21:07 ` Kevin Hilman
@ 2011-05-26  5:30   ` Nori, Sekhar
  2011-05-26  7:27     ` Russell King - ARM Linux
  0 siblings, 1 reply; 4+ messages in thread
From: Nori, Sekhar @ 2011-05-26  5:30 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Kevin,

On Thu, May 26, 2011 at 02:37:32, Hilman, Kevin wrote:
> Hi Sekhar,
> 
> "Nori, Sekhar" <nsekhar@ti.com> writes:
> 
> > Hi Russell,
> >
> > I have been tracking these four patches for inclusion in 2.6.40
> > can you please pull them?
> >
> > These are clean-up rather than consolidation patches and all
> > of them have zero or negative net diffstat.
> >
> 
> The commits in this branch aren't quite right.   All except the last one
> are missing your signoff.  As you're on the delivery path, be sure to
> include your signoff on all the patches.

Thanks for pointing out. I have fixed that now. The same branch
has been updated. Will take care next time on.

Unfortunately the commit times have been updated as well, so they
like recent commits now.

Regards,
Sekhar

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Pull request for 2.6.40
  2011-05-26  5:30   ` Nori, Sekhar
@ 2011-05-26  7:27     ` Russell King - ARM Linux
  0 siblings, 0 replies; 4+ messages in thread
From: Russell King - ARM Linux @ 2011-05-26  7:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, May 26, 2011 at 11:00:17AM +0530, Nori, Sekhar wrote:
> Thanks for pointing out. I have fixed that now. The same branch
> has been updated. Will take care next time on.
> 
> Unfortunately the commit times have been updated as well, so they
> like recent commits now.

And the other problem is I've already pulled it into my devel-stable
branch and pushed it out, so I'm not re-pulling it.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-26  7:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-24 10:21 [GIT PULL] Pull request for 2.6.40 Nori, Sekhar
2011-05-25 21:07 ` Kevin Hilman
2011-05-26  5:30   ` Nori, Sekhar
2011-05-26  7:27     ` Russell King - ARM Linux

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.