public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 0/44] includecheck: fix multiple includes
       [not found]   ` <20090708211321.GA15928@flint.arm.linux.org.uk>
@ 2009-07-09  4:28     ` Jaswinder Singh Rajput
  2009-07-09 11:34       ` dmitry pervushin
                         ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Jaswinder Singh Rajput @ 2009-07-09  4:28 UTC (permalink / raw)
  To: Russell King, Kevin Hilman, davinci, Hugo Villeneuve

On Wed, 2009-07-08 at 22:13 +0100, Russell King wrote:
> On Wed, Jul 08, 2009 at 11:30:59PM +0530, Jaswinder Singh Rajput wrote:
> > I am still waiting ACK/NAK for :
> > 
> >       includecheck fix: arm, misc.c
> >       includecheck fix: arm, atomic.h
> >       includecheck fix: arm, board-dm355-evm.c
> >       includecheck fix: arm, board-dm355-leopard.c
> >       includecheck fix: arm, board-dm644x-evm.c
> >       includecheck fix: arm, board-dm646x-evm.c
> >       includecheck fix: arm, board-sffsdr.c
> >       includecheck fix: arm, mach-mx3/devices.c
> >       includecheck fix: arm, mach-omap1/mcbsp.c
> >       includecheck fix: arm, mach-omap2/mcbsp.c
> >       includecheck fix: arm, plat-s3c64xx/pm.c
> >       includecheck fix: arm, plat-stmp3xxx/pinmux.c
> 
> You're still waiting because apparantly you never sent this set anywhere
> near any ARM people before.
> 
> For the first two, I'll ack them:
> 
> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
> 
> The remainder look sane to me, but you'll have to seek acks from the
> individual platform maintainer(s).
> 

OK, adding some more ARM people and ARM lists to get remaining ACK/NAK.

Patches are already posted to LKML and also available at :

http://git.kernel.org/?p=linux/kernel/git/jaswinder/headers-check-2.6.git;a=summary

In case if you are not able to find these patches let me know.

Thanks,
--
JSR



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

* Re: [PATCH 0/44] includecheck: fix multiple includes
  2009-07-09  4:28     ` [PATCH 0/44] includecheck: fix multiple includes Jaswinder Singh Rajput
@ 2009-07-09 11:34       ` dmitry pervushin
  2009-07-09 18:48       ` Ben Dooks
                         ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: dmitry pervushin @ 2009-07-09 11:34 UTC (permalink / raw)
  To: Jaswinder Singh Rajput
  Cc: Russell King, Kevin Hilman, davinci, Hugo Villeneuve, philip,
	Sascha Hauer, Eduardo Valentin, Tony Lindgren, linux-omap,
	Ben Dooks, Ben Dooks, Vladislav Buzov, David Woodhouse, Alan Cox,
	arm, LKML

On Thu, 2009-07-09 at 09:58 +0530, Jaswinder Singh Rajput wrote:
> On Wed, 2009-07-08 at 22:13 +0100, Russell King wrote:
> > On Wed, Jul 08, 2009 at 11:30:59PM +0530, Jaswinder Singh Rajput wrote:
> > > I am still waiting ACK/NAK for :
for this:
> > >       includecheck fix: arm, plat-stmp3xxx/pinmux.c
Acked-by: dmitry pervushin <dpervushin@embeddedalley.com>
> > 
> > You're still waiting because apparantly you never sent this set anywhere
> > near any ARM people before.
> > 
> > For the first two, I'll ack them:
> > 
> > Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
> > 
> > The remainder look sane to me, but you'll have to seek acks from the
> > individual platform maintainer(s).
> > 
> 
> OK, adding some more ARM people and ARM lists to get remaining ACK/NAK.
> 
> Patches are already posted to LKML and also available at :
> 
> http://git.kernel.org/?p=linux/kernel/git/jaswinder/headers-check-2.6.git;a=summary
> 
> In case if you are not able to find these patches let me know.
> 
> Thanks,
> --
> JSR
> 
> 


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

* Re: [PATCH 0/44] includecheck: fix multiple includes
  2009-07-09  4:28     ` [PATCH 0/44] includecheck: fix multiple includes Jaswinder Singh Rajput
  2009-07-09 11:34       ` dmitry pervushin
@ 2009-07-09 18:48       ` Ben Dooks
  2009-07-09 20:08       ` Philip Balister
                         ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Ben Dooks @ 2009-07-09 18:48 UTC (permalink / raw)
  To: Jaswinder Singh Rajput
  Cc: Russell King, Kevin Hilman, davinci, Hugo Villeneuve, philip,
	Sascha Hauer, Eduardo Valentin, Tony Lindgren, linux-omap,
	Ben Dooks, dmitry pervushin, Vladislav Buzov, David Woodhouse,
	Alan Cox, arm, LKML

Jaswinder Singh Rajput wrote:
> On Wed, 2009-07-08 at 22:13 +0100, Russell King wrote:
>> On Wed, Jul 08, 2009 at 11:30:59PM +0530, Jaswinder Singh Rajput wrote:
>>> I am still waiting ACK/NAK for :
>>>
>>>       includecheck fix: arm, misc.c
>>>       includecheck fix: arm, atomic.h
>>>       includecheck fix: arm, board-dm355-evm.c
>>>       includecheck fix: arm, board-dm355-leopard.c
>>>       includecheck fix: arm, board-dm644x-evm.c
>>>       includecheck fix: arm, board-dm646x-evm.c
>>>       includecheck fix: arm, board-sffsdr.c
>>>       includecheck fix: arm, mach-mx3/devices.c
>>>       includecheck fix: arm, mach-omap1/mcbsp.c
>>>       includecheck fix: arm, mach-omap2/mcbsp.c
>>>       includecheck fix: arm, plat-s3c64xx/pm.c
>>>       includecheck fix: arm, plat-stmp3xxx/pinmux.c
>> You're still waiting because apparantly you never sent this set anywhere
>> near any ARM people before.
>>
>> For the first two, I'll ack them:
>>
>> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
>>
>> The remainder look sane to me, but you'll have to seek acks from the
>> individual platform maintainer(s).
>>

Ack for plat-s3c64xx/pm.c:
Acked-by: Ben Dooks <ben-linux@fluff.org>

-- 
Ben Dooks, Software Engineer, Simtec Electronics

http://www.simtec.co.uk/

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

* Re: [PATCH 0/44] includecheck: fix multiple includes
  2009-07-09  4:28     ` [PATCH 0/44] includecheck: fix multiple includes Jaswinder Singh Rajput
  2009-07-09 11:34       ` dmitry pervushin
  2009-07-09 18:48       ` Ben Dooks
@ 2009-07-09 20:08       ` Philip Balister
  2009-07-10  5:45       ` Sascha Hauer
  2009-07-24 14:45       ` Eduardo Valentin
  4 siblings, 0 replies; 7+ messages in thread
From: Philip Balister @ 2009-07-09 20:08 UTC (permalink / raw)
  To: Jaswinder Singh Rajput
  Cc: Russell King, Kevin Hilman, davinci, Hugo Villeneuve,
	Sascha Hauer, Eduardo Valentin, Tony Lindgren, linux-omap,
	Ben Dooks, Ben Dooks, dmitry pervushin, Vladislav Buzov,
	David Woodhouse, Alan Cox, arm, LKML

Jaswinder Singh Rajput wrote:
> On Wed, 2009-07-08 at 22:13 +0100, Russell King wrote:
>> On Wed, Jul 08, 2009 at 11:30:59PM +0530, Jaswinder Singh Rajput wrote:
>>> I am still waiting ACK/NAK for :
>>>
>>>       includecheck fix: arm, misc.c
>>>       includecheck fix: arm, atomic.h
>>>       includecheck fix: arm, board-dm355-evm.c
>>>       includecheck fix: arm, board-dm355-leopard.c
>>>       includecheck fix: arm, board-dm644x-evm.c
>>>       includecheck fix: arm, board-dm646x-evm.c
>>>       includecheck fix: arm, board-sffsdr.c
>>>       includecheck fix: arm, mach-mx3/devices.c
>>>       includecheck fix: arm, mach-omap1/mcbsp.c
>>>       includecheck fix: arm, mach-omap2/mcbsp.c
>>>       includecheck fix: arm, plat-s3c64xx/pm.c
>>>       includecheck fix: arm, plat-stmp3xxx/pinmux.c
>> You're still waiting because apparantly you never sent this set anywhere
>> near any ARM people before.
>>
>> For the first two, I'll ack them:
>>
>> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
>>
>> The remainder look sane to me, but you'll have to seek acks from the
>> individual platform maintainer(s).
>>

Ack for board-sffsdr.c:
Acked-by: Philip Balister <philip@opensdr.com>



> 
> OK, adding some more ARM people and ARM lists to get remaining ACK/NAK.
> 
> Patches are already posted to LKML and also available at :
> 
> http://git.kernel.org/?p=linux/kernel/git/jaswinder/headers-check-2.6.git;a=summary
> 
> In case if you are not able to find these patches let me know.
> 
> Thanks,
> --
> JSR
> 
> 


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

* Re: [PATCH 0/44] includecheck: fix multiple includes
  2009-07-09  4:28     ` [PATCH 0/44] includecheck: fix multiple includes Jaswinder Singh Rajput
                         ` (2 preceding siblings ...)
  2009-07-09 20:08       ` Philip Balister
@ 2009-07-10  5:45       ` Sascha Hauer
  2009-07-24 14:45       ` Eduardo Valentin
  4 siblings, 0 replies; 7+ messages in thread
From: Sascha Hauer @ 2009-07-10  5:45 UTC (permalink / raw)
  To: Jaswinder Singh Rajput
  Cc: Russell King, Kevin Hilman, davinci, Hugo Villeneuve, philip,
	Eduardo Valentin, Tony Lindgren, linux-omap, Ben Dooks, Ben Dooks,
	dmitry pervushin, Vladislav Buzov, David Woodhouse, Alan Cox, arm,
	LKML

On Thu, Jul 09, 2009 at 09:58:31AM +0530, Jaswinder Singh Rajput wrote:
> On Wed, 2009-07-08 at 22:13 +0100, Russell King wrote:
> > On Wed, Jul 08, 2009 at 11:30:59PM +0530, Jaswinder Singh Rajput wrote:
> > > I am still waiting ACK/NAK for :
> > > 
> > >       includecheck fix: arm, misc.c
> > >       includecheck fix: arm, atomic.h
> > >       includecheck fix: arm, board-dm355-evm.c
> > >       includecheck fix: arm, board-dm355-leopard.c
> > >       includecheck fix: arm, board-dm644x-evm.c
> > >       includecheck fix: arm, board-dm646x-evm.c
> > >       includecheck fix: arm, board-sffsdr.c
> > >       includecheck fix: arm, mach-mx3/devices.c
> > >       includecheck fix: arm, mach-omap1/mcbsp.c
> > >       includecheck fix: arm, mach-omap2/mcbsp.c
> > >       includecheck fix: arm, plat-s3c64xx/pm.c
> > >       includecheck fix: arm, plat-stmp3xxx/pinmux.c

For mach-mx3/devices.c:

Acked-by: Sascha Hauer <s.hauer@pengutronix.de>


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

* Re: [PATCH 0/44] includecheck: fix multiple includes
  2009-07-09  4:28     ` [PATCH 0/44] includecheck: fix multiple includes Jaswinder Singh Rajput
                         ` (3 preceding siblings ...)
  2009-07-10  5:45       ` Sascha Hauer
@ 2009-07-24 14:45       ` Eduardo Valentin
  2009-07-24 15:07         ` Jaswinder Singh Rajput
  4 siblings, 1 reply; 7+ messages in thread
From: Eduardo Valentin @ 2009-07-24 14:45 UTC (permalink / raw)
  To: ext Jaswinder Singh Rajput
  Cc: Russell King, Kevin Hilman, davinci, Hugo Villeneuve,
	philip@opensdr.com, Sascha Hauer,
	Valentin Eduardo (Nokia-D/Helsinki), Tony Lindgren,
	linux-omap@vger.kernel.org, Ben Dooks, Ben Dooks,
	dmitry pervushin, Vladislav Buzov, David Woodhouse, Alan Cox, arm,
	LKML

On Thu, Jul 09, 2009 at 06:28:31AM +0200, ext Jaswinder Singh Rajput wrote:
> On Wed, 2009-07-08 at 22:13 +0100, Russell King wrote:
> > On Wed, Jul 08, 2009 at 11:30:59PM +0530, Jaswinder Singh Rajput wrote:
> > > I am still waiting ACK/NAK for :
> > > 
> > >       includecheck fix: arm, misc.c
> > >       includecheck fix: arm, atomic.h
> > >       includecheck fix: arm, board-dm355-evm.c
> > >       includecheck fix: arm, board-dm355-leopard.c
> > >       includecheck fix: arm, board-dm644x-evm.c
> > >       includecheck fix: arm, board-dm646x-evm.c
> > >       includecheck fix: arm, board-sffsdr.c
> > >       includecheck fix: arm, mach-mx3/devices.c
> > >       includecheck fix: arm, mach-omap1/mcbsp.c
> > >       includecheck fix: arm, mach-omap2/mcbsp.c
> > >       includecheck fix: arm, plat-s3c64xx/pm.c
> > >       includecheck fix: arm, plat-stmp3xxx/pinmux.c
> > 
> > You're still waiting because apparantly you never sent this set anywhere
> > near any ARM people before.
> > 
> > For the first two, I'll ack them:
> > 
> > Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
> > 
> > The remainder look sane to me, but you'll have to seek acks from the
> > individual platform maintainer(s).
> > 
> 
> OK, adding some more ARM people and ARM lists to get remaining ACK/NAK.
> 
> Patches are already posted to LKML and also available at :
> 
> http://git.kernel.org/?p=linux/kernel/git/jaswinder/headers-check-2.6.git;a=summary
> 
> In case if you are not able to find these patches let me know.
> 
> Thanks,

In behalf of mach-omap[1,2]/mcbsp.c:

Acked-by: Eduardo Valentin <eduardo.valentin@nokia.com>

> --
> JSR
> 

-- 
Eduardo Valentin

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

* Re: [PATCH 0/44] includecheck: fix multiple includes
  2009-07-24 14:45       ` Eduardo Valentin
@ 2009-07-24 15:07         ` Jaswinder Singh Rajput
  0 siblings, 0 replies; 7+ messages in thread
From: Jaswinder Singh Rajput @ 2009-07-24 15:07 UTC (permalink / raw)
  To: eduardo.valentin
  Cc: Russell King, Kevin Hilman, davinci, Hugo Villeneuve,
	philip@opensdr.com, Sascha Hauer, Tony Lindgren,
	linux-omap@vger.kernel.org, Ben Dooks, Ben Dooks,
	dmitry pervushin, Vladislav Buzov, David Woodhouse, Alan Cox, arm,
	LKML

Hello all,

On Fri, 2009-07-24 at 17:45 +0300, Eduardo Valentin wrote:
> On Thu, Jul 09, 2009 at 06:28:31AM +0200, ext Jaswinder Singh Rajput wrote:
> > On Wed, 2009-07-08 at 22:13 +0100, Russell King wrote:
> > > On Wed, Jul 08, 2009 at 11:30:59PM +0530, Jaswinder Singh Rajput wrote:
> > > > I am still waiting ACK/NAK for :
> > > > 
> > > >       includecheck fix: arm, misc.c
> > > >       includecheck fix: arm, atomic.h
> > > >       includecheck fix: arm, board-dm355-evm.c
> > > >       includecheck fix: arm, board-dm355-leopard.c
> > > >       includecheck fix: arm, board-dm644x-evm.c
> > > >       includecheck fix: arm, board-dm646x-evm.c
> > > >       includecheck fix: arm, board-sffsdr.c
> > > >       includecheck fix: arm, mach-mx3/devices.c
> > > >       includecheck fix: arm, mach-omap1/mcbsp.c
> > > >       includecheck fix: arm, mach-omap2/mcbsp.c
> > > >       includecheck fix: arm, plat-s3c64xx/pm.c
> > > >       includecheck fix: arm, plat-stmp3xxx/pinmux.c
> > > 
> > > You're still waiting because apparantly you never sent this set anywhere
> > > near any ARM people before.
> > > 
> > > For the first two, I'll ack them:
> > > 
> > > Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
> > > 
> > > The remainder look sane to me, but you'll have to seek acks from the
> > > individual platform maintainer(s).
> > > 
> > 
> > OK, adding some more ARM people and ARM lists to get remaining ACK/NAK.
> > 
> > Patches are already posted to LKML and also available at :
> > 
> > http://git.kernel.org/?p=linux/kernel/git/jaswinder/headers-check-2.6.git;a=summary
> > 
> > In case if you are not able to find these patches let me know.
> > 
> > Thanks,
> 
> In behalf of mach-omap[1,2]/mcbsp.c:
> 
> Acked-by: Eduardo Valentin <eduardo.valentin@nokia.com>
> 

These patches are still not applied anywhere, If you want you can apply
respective patch in your respective trees.

Thanks,
--
JSR


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

end of thread, other threads:[~2009-07-24 15:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1247063308.4382.12.camel@ht.satnam>
     [not found] ` <1247076059.4382.127.camel@ht.satnam>
     [not found]   ` <20090708211321.GA15928@flint.arm.linux.org.uk>
2009-07-09  4:28     ` [PATCH 0/44] includecheck: fix multiple includes Jaswinder Singh Rajput
2009-07-09 11:34       ` dmitry pervushin
2009-07-09 18:48       ` Ben Dooks
2009-07-09 20:08       ` Philip Balister
2009-07-10  5:45       ` Sascha Hauer
2009-07-24 14:45       ` Eduardo Valentin
2009-07-24 15:07         ` Jaswinder Singh Rajput

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox