Re: [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users

2013-04-03 Thread Jamie Iles
On Thu, Mar 28, 2013 at 09:46:45PM +0100, Maxime Ripard wrote:
> Now that the arm core code calls irqchip_init, we can remove it from all
> the machines that were using it.
> 
> Signed-off-by: Maxime Ripard 
> Acked-by: Simon Horman 

Acked-by: Jamie Iles 

Thanks Maxime!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users

2013-04-03 Thread Linus Walleij
On Thu, Mar 28, 2013 at 9:46 PM, Maxime Ripard
 wrote:

> Now that the arm core code calls irqchip_init, we can remove it from all
> the machines that were using it.
>
> Signed-off-by: Maxime Ripard 
> Acked-by: Simon Horman 

Acked-by: Linus Walleij 

For Nomadik.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users

2013-04-03 Thread Linus Walleij
On Thu, Mar 28, 2013 at 9:46 PM, Maxime Ripard
maxime.rip...@free-electrons.com wrote:

 Now that the arm core code calls irqchip_init, we can remove it from all
 the machines that were using it.

 Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com
 Acked-by: Simon Horman horms+rene...@verge.net.au

Acked-by: Linus Walleij linus.wall...@linaro.org

For Nomadik.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users

2013-04-03 Thread Jamie Iles
On Thu, Mar 28, 2013 at 09:46:45PM +0100, Maxime Ripard wrote:
 Now that the arm core code calls irqchip_init, we can remove it from all
 the machines that were using it.
 
 Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com
 Acked-by: Simon Horman horms+rene...@verge.net.au

Acked-by: Jamie Iles ja...@jamieiles.com

Thanks Maxime!
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users

2013-03-28 Thread Simon Horman
On Thu, Mar 28, 2013 at 07:24:02PM +0100, Maxime Ripard wrote:
> Hi Simon,
> 
> Le 28/03/2013 13:42, Simon Horman a écrit :
> > On Thu, Mar 28, 2013 at 10:41:44AM +0100, Maxime Ripard wrote:
> >> Now that the arm core code calls irqchip_init, we can remove it from all
> >> the machines that were using it.
> >>
> >> Signed-off-by: Maxime Ripard 
> >> ---
> >>  arch/arm/mach-bcm/board_bcm.c  |1 -
> >>  arch/arm/mach-msm/board-dt-8660.c  |1 -
> >>  arch/arm/mach-msm/board-dt-8960.c  |1 -
> >>  arch/arm/mach-nomadik/cpu-8815.c   |1 -
> >>  arch/arm/mach-picoxcell/common.c   |1 -
> >>  arch/arm/mach-prima2/common.c  |1 -
> >>  arch/arm/mach-shmobile/board-kzm9g-reference.c |1 -
> >>  arch/arm/mach-shmobile/setup-emev2.c   |1 -
> >>  arch/arm/mach-shmobile/setup-sh73a0.c  |1 -
> >>  arch/arm/mach-spear/spear1310.c|1 -
> >>  arch/arm/mach-spear/spear1340.c|1 -
> >>  arch/arm/mach-spear/spear300.c |1 -
> >>  arch/arm/mach-spear/spear310.c |1 -
> >>  arch/arm/mach-spear/spear320.c |1 -
> >>  arch/arm/mach-spear/spear6xx.c |1 -
> >>  arch/arm/mach-vexpress/v2m.c   |1 -
> >>  arch/arm/mach-virt/virt.c  |1 -
> >>  arch/arm/mach-zynq/common.c|1 -
> >>  18 files changed, 18 deletions(-)
> > 
> > mach-shmobile portion:
> > 
> > Acked-by: Simon Horman 
> 
> Thanks!
> 
> > 
> > I have some new users of this queued up for v3.10.
> > How should we handle that?
> 
> Since the old behaviour is preserved, I guess it doesn't matter much,
> and one of us can always make a followup patch on top of these patches.

Ok, sound good.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users

2013-03-28 Thread Maxime Ripard
Hi Simon,

Le 28/03/2013 13:42, Simon Horman a écrit :
> On Thu, Mar 28, 2013 at 10:41:44AM +0100, Maxime Ripard wrote:
>> Now that the arm core code calls irqchip_init, we can remove it from all
>> the machines that were using it.
>>
>> Signed-off-by: Maxime Ripard 
>> ---
>>  arch/arm/mach-bcm/board_bcm.c  |1 -
>>  arch/arm/mach-msm/board-dt-8660.c  |1 -
>>  arch/arm/mach-msm/board-dt-8960.c  |1 -
>>  arch/arm/mach-nomadik/cpu-8815.c   |1 -
>>  arch/arm/mach-picoxcell/common.c   |1 -
>>  arch/arm/mach-prima2/common.c  |1 -
>>  arch/arm/mach-shmobile/board-kzm9g-reference.c |1 -
>>  arch/arm/mach-shmobile/setup-emev2.c   |1 -
>>  arch/arm/mach-shmobile/setup-sh73a0.c  |1 -
>>  arch/arm/mach-spear/spear1310.c|1 -
>>  arch/arm/mach-spear/spear1340.c|1 -
>>  arch/arm/mach-spear/spear300.c |1 -
>>  arch/arm/mach-spear/spear310.c |1 -
>>  arch/arm/mach-spear/spear320.c |1 -
>>  arch/arm/mach-spear/spear6xx.c |1 -
>>  arch/arm/mach-vexpress/v2m.c   |1 -
>>  arch/arm/mach-virt/virt.c  |1 -
>>  arch/arm/mach-zynq/common.c|1 -
>>  18 files changed, 18 deletions(-)
> 
> mach-shmobile portion:
> 
> Acked-by: Simon Horman 

Thanks!

> 
> I have some new users of this queued up for v3.10.
> How should we handle that?

Since the old behaviour is preserved, I guess it doesn't matter much,
and one of us can always make a followup patch on top of these patches.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users

2013-03-28 Thread Simon Horman
On Thu, Mar 28, 2013 at 10:41:44AM +0100, Maxime Ripard wrote:
> Now that the arm core code calls irqchip_init, we can remove it from all
> the machines that were using it.
> 
> Signed-off-by: Maxime Ripard 
> ---
>  arch/arm/mach-bcm/board_bcm.c  |1 -
>  arch/arm/mach-msm/board-dt-8660.c  |1 -
>  arch/arm/mach-msm/board-dt-8960.c  |1 -
>  arch/arm/mach-nomadik/cpu-8815.c   |1 -
>  arch/arm/mach-picoxcell/common.c   |1 -
>  arch/arm/mach-prima2/common.c  |1 -
>  arch/arm/mach-shmobile/board-kzm9g-reference.c |1 -
>  arch/arm/mach-shmobile/setup-emev2.c   |1 -
>  arch/arm/mach-shmobile/setup-sh73a0.c  |1 -
>  arch/arm/mach-spear/spear1310.c|1 -
>  arch/arm/mach-spear/spear1340.c|1 -
>  arch/arm/mach-spear/spear300.c |1 -
>  arch/arm/mach-spear/spear310.c |1 -
>  arch/arm/mach-spear/spear320.c |1 -
>  arch/arm/mach-spear/spear6xx.c |1 -
>  arch/arm/mach-vexpress/v2m.c   |1 -
>  arch/arm/mach-virt/virt.c  |1 -
>  arch/arm/mach-zynq/common.c|1 -
>  18 files changed, 18 deletions(-)

mach-shmobile portion:

Acked-by: Simon Horman 

I have some new users of this queued up for v3.10.
How should we handle that?

In particular:

arch/arm/mach-shmobile/setup-r8a73a4.c
arch/arm/mach-shmobile/intc-r8a7779.c
arch/arm/mach-shmobile/setup-r8a7778.c

You can find these in the renesas-next-20130328 tag of
my renesas tree on kernel.org. They are or will soon
be in linux-next.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users

2013-03-28 Thread Maxime Ripard
Hi Simon,

Le 28/03/2013 13:42, Simon Horman a écrit :
 On Thu, Mar 28, 2013 at 10:41:44AM +0100, Maxime Ripard wrote:
 Now that the arm core code calls irqchip_init, we can remove it from all
 the machines that were using it.

 Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com
 ---
  arch/arm/mach-bcm/board_bcm.c  |1 -
  arch/arm/mach-msm/board-dt-8660.c  |1 -
  arch/arm/mach-msm/board-dt-8960.c  |1 -
  arch/arm/mach-nomadik/cpu-8815.c   |1 -
  arch/arm/mach-picoxcell/common.c   |1 -
  arch/arm/mach-prima2/common.c  |1 -
  arch/arm/mach-shmobile/board-kzm9g-reference.c |1 -
  arch/arm/mach-shmobile/setup-emev2.c   |1 -
  arch/arm/mach-shmobile/setup-sh73a0.c  |1 -
  arch/arm/mach-spear/spear1310.c|1 -
  arch/arm/mach-spear/spear1340.c|1 -
  arch/arm/mach-spear/spear300.c |1 -
  arch/arm/mach-spear/spear310.c |1 -
  arch/arm/mach-spear/spear320.c |1 -
  arch/arm/mach-spear/spear6xx.c |1 -
  arch/arm/mach-vexpress/v2m.c   |1 -
  arch/arm/mach-virt/virt.c  |1 -
  arch/arm/mach-zynq/common.c|1 -
  18 files changed, 18 deletions(-)
 
 mach-shmobile portion:
 
 Acked-by: Simon Horman horms+rene...@verge.net.au

Thanks!

 
 I have some new users of this queued up for v3.10.
 How should we handle that?

Since the old behaviour is preserved, I guess it doesn't matter much,
and one of us can always make a followup patch on top of these patches.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users

2013-03-28 Thread Simon Horman
On Thu, Mar 28, 2013 at 07:24:02PM +0100, Maxime Ripard wrote:
 Hi Simon,
 
 Le 28/03/2013 13:42, Simon Horman a écrit :
  On Thu, Mar 28, 2013 at 10:41:44AM +0100, Maxime Ripard wrote:
  Now that the arm core code calls irqchip_init, we can remove it from all
  the machines that were using it.
 
  Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com
  ---
   arch/arm/mach-bcm/board_bcm.c  |1 -
   arch/arm/mach-msm/board-dt-8660.c  |1 -
   arch/arm/mach-msm/board-dt-8960.c  |1 -
   arch/arm/mach-nomadik/cpu-8815.c   |1 -
   arch/arm/mach-picoxcell/common.c   |1 -
   arch/arm/mach-prima2/common.c  |1 -
   arch/arm/mach-shmobile/board-kzm9g-reference.c |1 -
   arch/arm/mach-shmobile/setup-emev2.c   |1 -
   arch/arm/mach-shmobile/setup-sh73a0.c  |1 -
   arch/arm/mach-spear/spear1310.c|1 -
   arch/arm/mach-spear/spear1340.c|1 -
   arch/arm/mach-spear/spear300.c |1 -
   arch/arm/mach-spear/spear310.c |1 -
   arch/arm/mach-spear/spear320.c |1 -
   arch/arm/mach-spear/spear6xx.c |1 -
   arch/arm/mach-vexpress/v2m.c   |1 -
   arch/arm/mach-virt/virt.c  |1 -
   arch/arm/mach-zynq/common.c|1 -
   18 files changed, 18 deletions(-)
  
  mach-shmobile portion:
  
  Acked-by: Simon Horman horms+rene...@verge.net.au
 
 Thanks!
 
  
  I have some new users of this queued up for v3.10.
  How should we handle that?
 
 Since the old behaviour is preserved, I guess it doesn't matter much,
 and one of us can always make a followup patch on top of these patches.

Ok, sound good.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users

2013-03-28 Thread Simon Horman
On Thu, Mar 28, 2013 at 10:41:44AM +0100, Maxime Ripard wrote:
 Now that the arm core code calls irqchip_init, we can remove it from all
 the machines that were using it.
 
 Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com
 ---
  arch/arm/mach-bcm/board_bcm.c  |1 -
  arch/arm/mach-msm/board-dt-8660.c  |1 -
  arch/arm/mach-msm/board-dt-8960.c  |1 -
  arch/arm/mach-nomadik/cpu-8815.c   |1 -
  arch/arm/mach-picoxcell/common.c   |1 -
  arch/arm/mach-prima2/common.c  |1 -
  arch/arm/mach-shmobile/board-kzm9g-reference.c |1 -
  arch/arm/mach-shmobile/setup-emev2.c   |1 -
  arch/arm/mach-shmobile/setup-sh73a0.c  |1 -
  arch/arm/mach-spear/spear1310.c|1 -
  arch/arm/mach-spear/spear1340.c|1 -
  arch/arm/mach-spear/spear300.c |1 -
  arch/arm/mach-spear/spear310.c |1 -
  arch/arm/mach-spear/spear320.c |1 -
  arch/arm/mach-spear/spear6xx.c |1 -
  arch/arm/mach-vexpress/v2m.c   |1 -
  arch/arm/mach-virt/virt.c  |1 -
  arch/arm/mach-zynq/common.c|1 -
  18 files changed, 18 deletions(-)

mach-shmobile portion:

Acked-by: Simon Horman horms+rene...@verge.net.au

I have some new users of this queued up for v3.10.
How should we handle that?

In particular:

arch/arm/mach-shmobile/setup-r8a73a4.c
arch/arm/mach-shmobile/intc-r8a7779.c
arch/arm/mach-shmobile/setup-r8a7778.c

You can find these in the renesas-next-20130328 tag of
my renesas tree on kernel.org. They are or will soon
be in linux-next.

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/