All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [GIT PULL 1/10] omap non-critical fixes for v3.5 merge window
       [not found] <4fac0be2.e9a0320a.1f37.7e70SMTPIN_ADDED@mx.google.com>
@ 2012-05-11  7:21   ` Olof Johansson
  0 siblings, 0 replies; 13+ messages in thread
From: Olof Johansson @ 2012-05-11  7:21 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: Arnd Bergmann, linux-omap, linux-arm-kernel, Paul Walmsley

Tony,

I've pulled all 10 requests. Many of them ended up going into the same
next/ branch, but that's quite OK. Please double check my merge
conflict resolutions.

One nit is that at least one of the branches had a few varying patch
subjects, so just a friendly reminder to sanitize them to ARM: OMAP.*:
or so when you apply patches.

I did notice that omap2plus_defconfig has grown a new warning caused
by "ARM: OMAP2+: clean up some cppcheck warnings" (oh, the irony!):

arch/arm/plat-omap/usb.c: In function 'omap_otg_init':
arch/arm/plat-omap/usb.c:40:6: warning: unused variable 'status'
[-Wunused-variable]


-Olof

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

* [GIT PULL 1/10] omap non-critical fixes for v3.5 merge window
@ 2012-05-11  7:21   ` Olof Johansson
  0 siblings, 0 replies; 13+ messages in thread
From: Olof Johansson @ 2012-05-11  7:21 UTC (permalink / raw)
  To: linux-arm-kernel

Tony,

I've pulled all 10 requests. Many of them ended up going into the same
next/ branch, but that's quite OK. Please double check my merge
conflict resolutions.

One nit is that at least one of the branches had a few varying patch
subjects, so just a friendly reminder to sanitize them to ARM: OMAP.*:
or so when you apply patches.

I did notice that omap2plus_defconfig has grown a new warning caused
by "ARM: OMAP2+: clean up some cppcheck warnings" (oh, the irony!):

arch/arm/plat-omap/usb.c: In function 'omap_otg_init':
arch/arm/plat-omap/usb.c:40:6: warning: unused variable 'status'
[-Wunused-variable]


-Olof

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

* Re: [GIT PULL 1/10] omap non-critical fixes for v3.5 merge window
  2012-05-11  7:21   ` Olof Johansson
@ 2012-05-11  8:33     ` Paul Walmsley
  -1 siblings, 0 replies; 13+ messages in thread
From: Paul Walmsley @ 2012-05-11  8:33 UTC (permalink / raw)
  To: Olof Johansson; +Cc: Tony Lindgren, Arnd Bergmann, linux-omap, linux-arm-kernel

Hello Olof,

On Fri, 11 May 2012, Olof Johansson wrote:

> I did notice that omap2plus_defconfig has grown a new warning caused
> by "ARM: OMAP2+: clean up some cppcheck warnings" (oh, the irony!):
> 
> arch/arm/plat-omap/usb.c: In function 'omap_otg_init':
> arch/arm/plat-omap/usb.c:40:6: warning: unused variable 'status'
> [-Wunused-variable]

Thanks, this has been fixed by:

http://marc.info/?l=linux-omap&m=133660322929805&w=2

- Paul

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

* [GIT PULL 1/10] omap non-critical fixes for v3.5 merge window
@ 2012-05-11  8:33     ` Paul Walmsley
  0 siblings, 0 replies; 13+ messages in thread
From: Paul Walmsley @ 2012-05-11  8:33 UTC (permalink / raw)
  To: linux-arm-kernel

Hello Olof,

On Fri, 11 May 2012, Olof Johansson wrote:

> I did notice that omap2plus_defconfig has grown a new warning caused
> by "ARM: OMAP2+: clean up some cppcheck warnings" (oh, the irony!):
> 
> arch/arm/plat-omap/usb.c: In function 'omap_otg_init':
> arch/arm/plat-omap/usb.c:40:6: warning: unused variable 'status'
> [-Wunused-variable]

Thanks, this has been fixed by:

http://marc.info/?l=linux-omap&m=133660322929805&w=2

- Paul

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

* Re: [GIT PULL 1/10] omap non-critical fixes for v3.5 merge window
  2012-05-11  8:33     ` Paul Walmsley
@ 2012-05-11  8:37       ` Olof Johansson
  -1 siblings, 0 replies; 13+ messages in thread
From: Olof Johansson @ 2012-05-11  8:37 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: Tony Lindgren, Arnd Bergmann, linux-omap, linux-arm-kernel

On Fri, May 11, 2012 at 1:33 AM, Paul Walmsley <paul@pwsan.com> wrote:
> Hello Olof,
>
> On Fri, 11 May 2012, Olof Johansson wrote:
>
>> I did notice that omap2plus_defconfig has grown a new warning caused
>> by "ARM: OMAP2+: clean up some cppcheck warnings" (oh, the irony!):
>>
>> arch/arm/plat-omap/usb.c: In function 'omap_otg_init':
>> arch/arm/plat-omap/usb.c:40:6: warning: unused variable 'status'
>> [-Wunused-variable]
>
> Thanks, this has been fixed by:
>
> http://marc.info/?l=linux-omap&m=133660322929805&w=2

Sounds good, I'll wait for it to trickle in on a future pull request.


-Olof

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

* [GIT PULL 1/10] omap non-critical fixes for v3.5 merge window
@ 2012-05-11  8:37       ` Olof Johansson
  0 siblings, 0 replies; 13+ messages in thread
From: Olof Johansson @ 2012-05-11  8:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, May 11, 2012 at 1:33 AM, Paul Walmsley <paul@pwsan.com> wrote:
> Hello Olof,
>
> On Fri, 11 May 2012, Olof Johansson wrote:
>
>> I did notice that omap2plus_defconfig has grown a new warning caused
>> by "ARM: OMAP2+: clean up some cppcheck warnings" (oh, the irony!):
>>
>> arch/arm/plat-omap/usb.c: In function 'omap_otg_init':
>> arch/arm/plat-omap/usb.c:40:6: warning: unused variable 'status'
>> [-Wunused-variable]
>
> Thanks, this has been fixed by:
>
> http://marc.info/?l=linux-omap&m=133660322929805&w=2

Sounds good, I'll wait for it to trickle in on a future pull request.


-Olof

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

* Re: [GIT PULL 1/10] omap non-critical fixes for v3.5 merge window
  2012-05-11  7:21   ` Olof Johansson
@ 2012-05-11 15:21     ` Tony Lindgren
  -1 siblings, 0 replies; 13+ messages in thread
From: Tony Lindgren @ 2012-05-11 15:21 UTC (permalink / raw)
  To: Olof Johansson; +Cc: Arnd Bergmann, linux-omap, linux-arm-kernel, Paul Walmsley

* Olof Johansson <olof@lixom.net> [120511 00:25]:
> Tony,
> 
> I've pulled all 10 requests. Many of them ended up going into the same
> next/ branch, but that's quite OK. Please double check my merge
> conflict resolutions.
> 
> One nit is that at least one of the branches had a few varying patch
> subjects, so just a friendly reminder to sanitize them to ARM: OMAP.*:
> or so when you apply patches.

Oops, sorry looks like I missed some of them. Usually I do fix those
up though, and had my scripts do that automatically when applying
from k.o patchwork earlier.

I'll add some checks to my scripts applying from mbox format too.
 
Regards,

Tony

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

* [GIT PULL 1/10] omap non-critical fixes for v3.5 merge window
@ 2012-05-11 15:21     ` Tony Lindgren
  0 siblings, 0 replies; 13+ messages in thread
From: Tony Lindgren @ 2012-05-11 15:21 UTC (permalink / raw)
  To: linux-arm-kernel

* Olof Johansson <olof@lixom.net> [120511 00:25]:
> Tony,
> 
> I've pulled all 10 requests. Many of them ended up going into the same
> next/ branch, but that's quite OK. Please double check my merge
> conflict resolutions.
> 
> One nit is that at least one of the branches had a few varying patch
> subjects, so just a friendly reminder to sanitize them to ARM: OMAP.*:
> or so when you apply patches.

Oops, sorry looks like I missed some of them. Usually I do fix those
up though, and had my scripts do that automatically when applying
from k.o patchwork earlier.

I'll add some checks to my scripts applying from mbox format too.
 
Regards,

Tony

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

* Re: [GIT PULL 1/10] omap non-critical fixes for v3.5 merge window
  2012-05-11  8:37       ` Olof Johansson
@ 2012-05-11 15:23         ` Tony Lindgren
  -1 siblings, 0 replies; 13+ messages in thread
From: Tony Lindgren @ 2012-05-11 15:23 UTC (permalink / raw)
  To: Olof Johansson; +Cc: Paul Walmsley, Arnd Bergmann, linux-omap, linux-arm-kernel

* Olof Johansson <olof@lixom.net> [120511 01:41]:
> On Fri, May 11, 2012 at 1:33 AM, Paul Walmsley <paul@pwsan.com> wrote:
> > Hello Olof,
> >
> > On Fri, 11 May 2012, Olof Johansson wrote:
> >
> >> I did notice that omap2plus_defconfig has grown a new warning caused
> >> by "ARM: OMAP2+: clean up some cppcheck warnings" (oh, the irony!):
> >>
> >> arch/arm/plat-omap/usb.c: In function 'omap_otg_init':
> >> arch/arm/plat-omap/usb.c:40:6: warning: unused variable 'status'
> >> [-Wunused-variable]
> >
> > Thanks, this has been fixed by:
> >
> > http://marc.info/?l=linux-omap&m=133660322929805&w=2
> 
> Sounds good, I'll wait for it to trickle in on a future pull request.

Thanks I'll see if there's some other fixes still needed and
send a pull request today.

Regards,

Tony

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

* [GIT PULL 1/10] omap non-critical fixes for v3.5 merge window
@ 2012-05-11 15:23         ` Tony Lindgren
  0 siblings, 0 replies; 13+ messages in thread
From: Tony Lindgren @ 2012-05-11 15:23 UTC (permalink / raw)
  To: linux-arm-kernel

* Olof Johansson <olof@lixom.net> [120511 01:41]:
> On Fri, May 11, 2012 at 1:33 AM, Paul Walmsley <paul@pwsan.com> wrote:
> > Hello Olof,
> >
> > On Fri, 11 May 2012, Olof Johansson wrote:
> >
> >> I did notice that omap2plus_defconfig has grown a new warning caused
> >> by "ARM: OMAP2+: clean up some cppcheck warnings" (oh, the irony!):
> >>
> >> arch/arm/plat-omap/usb.c: In function 'omap_otg_init':
> >> arch/arm/plat-omap/usb.c:40:6: warning: unused variable 'status'
> >> [-Wunused-variable]
> >
> > Thanks, this has been fixed by:
> >
> > http://marc.info/?l=linux-omap&m=133660322929805&w=2
> 
> Sounds good, I'll wait for it to trickle in on a future pull request.

Thanks I'll see if there's some other fixes still needed and
send a pull request today.

Regards,

Tony

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

* [GIT PULL 1/10] omap non-critical fixes for v3.5 merge window
@ 2012-05-10 18:39 Tony Lindgren
  0 siblings, 0 replies; 13+ messages in thread
From: Tony Lindgren @ 2012-05-10 18:39 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson; +Cc: linux-omap, linux-arm-kernel

The following changes since commit d48b97b403d23f6df0b990cee652bdf9a52337a3:

  Linux 3.4-rc6 (2012-05-06 15:07:32 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-fixes-non-critical-for-v3.5

for you to fetch changes up to b2f44dc29bfab77b10f3a709f14677f51ce3a4cd:

  ARM: OMAP: igep0020: Specify the VPLL2 regulator unconditionally (2012-05-09 11:21:45 -0700)

----------------------------------------------------------------
Omap fixes that were considered too intrusive or not critical for the -rc cycle

----------------------------------------------------------------
Artem Bityutskiy (1):
      ARM: OMAP1: fix compilation issue in board-sx1.c

Balaji T K (1):
      ARM: OMAP4: hsmmc: check for null pointer

Chris Lalancette (1):
      ARM: OMAP4: Adding ID for OMAP4460 ES1.1

Felipe Contreras (1):
      ARM: OMAP: fix trivial warnings for dspbridge

Grazvydas Ignotas (1):
      ARM: OMAP2+: remove incorrect irq_chip ack field

Kevin Hilman (1):
      ARM: OMAP2+: INTC: fix Kconfig option for TI81XX

Laurent Pinchart (1):
      ARM: OMAP: igep0020: Specify the VPLL2 regulator unconditionally

Tomi Valkeinen (1):
      ARM: OMAP4: panda: add statics to remove warnings

Tony Lindgren (1):
      ARM: OMAP2+: Incorrect Register Offsets in OMAP Mailbox

 arch/arm/mach-omap1/Kconfig            |    1 +
 arch/arm/mach-omap2/board-4430sdp.c    |   44 ------------------------
 arch/arm/mach-omap2/board-igep0020.c   |   10 +++---
 arch/arm/mach-omap2/board-omap4panda.c |   57 +++----------------------------
 arch/arm/mach-omap2/common.h           |    3 ++
 arch/arm/mach-omap2/dsp.c              |    5 +--
 arch/arm/mach-omap2/id.c               |    5 ++-
 arch/arm/mach-omap2/irq.c              |    3 +-
 arch/arm/mach-omap2/mailbox.c          |    6 ++--
 arch/arm/mach-omap2/omap4-common.c     |   58 ++++++++++++++++++++++++++++++++
 arch/arm/plat-omap/devices.c           |    4 +--
 arch/arm/plat-omap/include/plat/cpu.h  |    1 +
 12 files changed, 85 insertions(+), 112 deletions(-)

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

* [GIT PULL 1/10] omap non-critical fixes for v3.5 merge window
@ 2012-05-10 18:39 Tony Lindgren
  0 siblings, 0 replies; 13+ messages in thread
From: Tony Lindgren @ 2012-05-10 18:39 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson; +Cc: linux-omap, linux-arm-kernel

The following changes since commit d48b97b403d23f6df0b990cee652bdf9a52337a3:

  Linux 3.4-rc6 (2012-05-06 15:07:32 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-fixes-non-critical-for-v3.5

for you to fetch changes up to b2f44dc29bfab77b10f3a709f14677f51ce3a4cd:

  ARM: OMAP: igep0020: Specify the VPLL2 regulator unconditionally (2012-05-09 11:21:45 -0700)

----------------------------------------------------------------
Omap fixes that were considered too intrusive or not critical for the -rc cycle

----------------------------------------------------------------
Artem Bityutskiy (1):
      ARM: OMAP1: fix compilation issue in board-sx1.c

Balaji T K (1):
      ARM: OMAP4: hsmmc: check for null pointer

Chris Lalancette (1):
      ARM: OMAP4: Adding ID for OMAP4460 ES1.1

Felipe Contreras (1):
      ARM: OMAP: fix trivial warnings for dspbridge

Grazvydas Ignotas (1):
      ARM: OMAP2+: remove incorrect irq_chip ack field

Kevin Hilman (1):
      ARM: OMAP2+: INTC: fix Kconfig option for TI81XX

Laurent Pinchart (1):
      ARM: OMAP: igep0020: Specify the VPLL2 regulator unconditionally

Tomi Valkeinen (1):
      ARM: OMAP4: panda: add statics to remove warnings

Tony Lindgren (1):
      ARM: OMAP2+: Incorrect Register Offsets in OMAP Mailbox

 arch/arm/mach-omap1/Kconfig            |    1 +
 arch/arm/mach-omap2/board-4430sdp.c    |   44 ------------------------
 arch/arm/mach-omap2/board-igep0020.c   |   10 +++---
 arch/arm/mach-omap2/board-omap4panda.c |   57 +++----------------------------
 arch/arm/mach-omap2/common.h           |    3 ++
 arch/arm/mach-omap2/dsp.c              |    5 +--
 arch/arm/mach-omap2/id.c               |    5 ++-
 arch/arm/mach-omap2/irq.c              |    3 +-
 arch/arm/mach-omap2/mailbox.c          |    6 ++--
 arch/arm/mach-omap2/omap4-common.c     |   58 ++++++++++++++++++++++++++++++++
 arch/arm/plat-omap/devices.c           |    4 +--
 arch/arm/plat-omap/include/plat/cpu.h  |    1 +
 12 files changed, 85 insertions(+), 112 deletions(-)

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

* [GIT PULL 1/10] omap non-critical fixes for v3.5 merge window
@ 2012-05-10 18:39 Tony Lindgren
  0 siblings, 0 replies; 13+ messages in thread
From: Tony Lindgren @ 2012-05-10 18:39 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit d48b97b403d23f6df0b990cee652bdf9a52337a3:

  Linux 3.4-rc6 (2012-05-06 15:07:32 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-fixes-non-critical-for-v3.5

for you to fetch changes up to b2f44dc29bfab77b10f3a709f14677f51ce3a4cd:

  ARM: OMAP: igep0020: Specify the VPLL2 regulator unconditionally (2012-05-09 11:21:45 -0700)

----------------------------------------------------------------
Omap fixes that were considered too intrusive or not critical for the -rc cycle

----------------------------------------------------------------
Artem Bityutskiy (1):
      ARM: OMAP1: fix compilation issue in board-sx1.c

Balaji T K (1):
      ARM: OMAP4: hsmmc: check for null pointer

Chris Lalancette (1):
      ARM: OMAP4: Adding ID for OMAP4460 ES1.1

Felipe Contreras (1):
      ARM: OMAP: fix trivial warnings for dspbridge

Grazvydas Ignotas (1):
      ARM: OMAP2+: remove incorrect irq_chip ack field

Kevin Hilman (1):
      ARM: OMAP2+: INTC: fix Kconfig option for TI81XX

Laurent Pinchart (1):
      ARM: OMAP: igep0020: Specify the VPLL2 regulator unconditionally

Tomi Valkeinen (1):
      ARM: OMAP4: panda: add statics to remove warnings

Tony Lindgren (1):
      ARM: OMAP2+: Incorrect Register Offsets in OMAP Mailbox

 arch/arm/mach-omap1/Kconfig            |    1 +
 arch/arm/mach-omap2/board-4430sdp.c    |   44 ------------------------
 arch/arm/mach-omap2/board-igep0020.c   |   10 +++---
 arch/arm/mach-omap2/board-omap4panda.c |   57 +++----------------------------
 arch/arm/mach-omap2/common.h           |    3 ++
 arch/arm/mach-omap2/dsp.c              |    5 +--
 arch/arm/mach-omap2/id.c               |    5 ++-
 arch/arm/mach-omap2/irq.c              |    3 +-
 arch/arm/mach-omap2/mailbox.c          |    6 ++--
 arch/arm/mach-omap2/omap4-common.c     |   58 ++++++++++++++++++++++++++++++++
 arch/arm/plat-omap/devices.c           |    4 +--
 arch/arm/plat-omap/include/plat/cpu.h  |    1 +
 12 files changed, 85 insertions(+), 112 deletions(-)

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

end of thread, other threads:[~2012-05-11 15:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <4fac0be2.e9a0320a.1f37.7e70SMTPIN_ADDED@mx.google.com>
2012-05-11  7:21 ` [GIT PULL 1/10] omap non-critical fixes for v3.5 merge window Olof Johansson
2012-05-11  7:21   ` Olof Johansson
2012-05-11  8:33   ` Paul Walmsley
2012-05-11  8:33     ` Paul Walmsley
2012-05-11  8:37     ` Olof Johansson
2012-05-11  8:37       ` Olof Johansson
2012-05-11 15:23       ` Tony Lindgren
2012-05-11 15:23         ` Tony Lindgren
2012-05-11 15:21   ` Tony Lindgren
2012-05-11 15:21     ` Tony Lindgren
2012-05-10 18:39 Tony Lindgren
  -- strict thread matches above, loose matches on Subject: below --
2012-05-10 18:39 Tony Lindgren
2012-05-10 18:39 Tony Lindgren

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.