Re: [PATCH 00/05] irqchip: Renesas INTC External IRQ pin v2 update

2013-03-01 Thread Guennadi Liakhovetski
On Tue, 26 Feb 2013, Magnus Damm wrote:

> irqchip: Renesas INTC External IRQ pin v2 update
> 
> [PATCH 01/05] irqchip: intc-irqpin: Whitespace fixes
> [PATCH 02/05] irqchip: intc-irqpin: Cache mapped IRQ
> [PATCH 03/05] irqchip: intc-irqpin: Add force comments
> [PATCH 04/05] irqchip: intc-irqpin: Make use of devm functions
> [PATCH 05/05] irqchip: intc-irqpin: GPL header for platform data
> 
> These patches update the v1 of the INTC External IRQ pin driver
> in various ways based on feedback kindly received from:
> - Simon Horman
> - Kuninori Morimoto
> - Thomas Gleixner
> 
> With the series applied I see the driver as "v2", but
> I prefer to keep these changes as incremental ones instead
> of redoing a single "v2" patch for the driver. The reason
> behind this is that there are on-going back porting efforts
> that are better dealt with using incremental patches.
> 
> Signed-off-by: Magnus Damm 

tested on kzm9g in topic/all+next branch of

https://git.kernel.org/cgit/linux/kernel/git/horms/renesas.git/

Tested-by: Guennadi Liakhovetski 

Thanks
Guennadi

> ---
> 
>  Depends on:
>  [PATCH] irqchip: Renesas INTC External IRQ pin driver
> 
>  drivers/irqchip/irq-renesas-intc-irqpin.c |   88 
> -
>  include/linux/platform_data/irq-renesas-intc-irqpin.h |   19 +++
>  2 files changed, 62 insertions(+), 45 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/
--
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 00/05] irqchip: Renesas INTC External IRQ pin v2 update

2013-03-01 Thread Simon Horman
On Tue, Feb 26, 2013 at 08:58:34PM +0900, Magnus Damm wrote:
> irqchip: Renesas INTC External IRQ pin v2 update
> 
> [PATCH 01/05] irqchip: intc-irqpin: Whitespace fixes
> [PATCH 02/05] irqchip: intc-irqpin: Cache mapped IRQ
> [PATCH 03/05] irqchip: intc-irqpin: Add force comments
> [PATCH 04/05] irqchip: intc-irqpin: Make use of devm functions
> [PATCH 05/05] irqchip: intc-irqpin: GPL header for platform data
> 
> These patches update the v1 of the INTC External IRQ pin driver
> in various ways based on feedback kindly received from:
> - Simon Horman
> - Kuninori Morimoto
> - Thomas Gleixner
> 
> With the series applied I see the driver as "v2", but
> I prefer to keep these changes as incremental ones instead
> of redoing a single "v2" patch for the driver. The reason
> behind this is that there are on-going back porting efforts
> that are better dealt with using incremental patches.

Hi Magnus, Hi all,

I do not expect this code to go through the renesas tree.  However, in
order to provide a basis for work on renesas SoCs I have added this series
to the topic/intc-external-irq topic branch in the reneas tree on
kernel.org and merged it into topic/all+next.

In other words, I am not picking this series up to merge it or add it to
linux-next, rather I am storing it for reference.
--
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 00/05] irqchip: Renesas INTC External IRQ pin v2 update

2013-03-01 Thread Simon Horman
On Tue, Feb 26, 2013 at 08:58:34PM +0900, Magnus Damm wrote:
 irqchip: Renesas INTC External IRQ pin v2 update
 
 [PATCH 01/05] irqchip: intc-irqpin: Whitespace fixes
 [PATCH 02/05] irqchip: intc-irqpin: Cache mapped IRQ
 [PATCH 03/05] irqchip: intc-irqpin: Add force comments
 [PATCH 04/05] irqchip: intc-irqpin: Make use of devm functions
 [PATCH 05/05] irqchip: intc-irqpin: GPL header for platform data
 
 These patches update the v1 of the INTC External IRQ pin driver
 in various ways based on feedback kindly received from:
 - Simon Horman
 - Kuninori Morimoto
 - Thomas Gleixner
 
 With the series applied I see the driver as v2, but
 I prefer to keep these changes as incremental ones instead
 of redoing a single v2 patch for the driver. The reason
 behind this is that there are on-going back porting efforts
 that are better dealt with using incremental patches.

Hi Magnus, Hi all,

I do not expect this code to go through the renesas tree.  However, in
order to provide a basis for work on renesas SoCs I have added this series
to the topic/intc-external-irq topic branch in the reneas tree on
kernel.org and merged it into topic/all+next.

In other words, I am not picking this series up to merge it or add it to
linux-next, rather I am storing it for reference.
--
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 00/05] irqchip: Renesas INTC External IRQ pin v2 update

2013-03-01 Thread Guennadi Liakhovetski
On Tue, 26 Feb 2013, Magnus Damm wrote:

 irqchip: Renesas INTC External IRQ pin v2 update
 
 [PATCH 01/05] irqchip: intc-irqpin: Whitespace fixes
 [PATCH 02/05] irqchip: intc-irqpin: Cache mapped IRQ
 [PATCH 03/05] irqchip: intc-irqpin: Add force comments
 [PATCH 04/05] irqchip: intc-irqpin: Make use of devm functions
 [PATCH 05/05] irqchip: intc-irqpin: GPL header for platform data
 
 These patches update the v1 of the INTC External IRQ pin driver
 in various ways based on feedback kindly received from:
 - Simon Horman
 - Kuninori Morimoto
 - Thomas Gleixner
 
 With the series applied I see the driver as v2, but
 I prefer to keep these changes as incremental ones instead
 of redoing a single v2 patch for the driver. The reason
 behind this is that there are on-going back porting efforts
 that are better dealt with using incremental patches.
 
 Signed-off-by: Magnus Damm d...@opensource.se

tested on kzm9g in topic/all+next branch of

https://git.kernel.org/cgit/linux/kernel/git/horms/renesas.git/

Tested-by: Guennadi Liakhovetski g.liakhovet...@gmx.de

Thanks
Guennadi

 ---
 
  Depends on:
  [PATCH] irqchip: Renesas INTC External IRQ pin driver
 
  drivers/irqchip/irq-renesas-intc-irqpin.c |   88 
 -
  include/linux/platform_data/irq-renesas-intc-irqpin.h |   19 +++
  2 files changed, 62 insertions(+), 45 deletions(-)
 --
 To unsubscribe from this list: send the line unsubscribe linux-sh in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 

---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/
--
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 00/05] irqchip: Renesas INTC External IRQ pin v2 update

2013-02-26 Thread Thomas Gleixner
On Tue, 26 Feb 2013, Magnus Damm wrote:

> irqchip: Renesas INTC External IRQ pin v2 update
> 
> [PATCH 01/05] irqchip: intc-irqpin: Whitespace fixes
> [PATCH 02/05] irqchip: intc-irqpin: Cache mapped IRQ
> [PATCH 03/05] irqchip: intc-irqpin: Add force comments
> [PATCH 04/05] irqchip: intc-irqpin: Make use of devm functions
> [PATCH 05/05] irqchip: intc-irqpin: GPL header for platform data
> 
> These patches update the v1 of the INTC External IRQ pin driver
> in various ways based on feedback kindly received from:
> - Simon Horman
> - Kuninori Morimoto
> - Thomas Gleixner
> 
> With the series applied I see the driver as "v2", but
> I prefer to keep these changes as incremental ones instead
> of redoing a single "v2" patch for the driver. The reason
> behind this is that there are on-going back porting efforts
> that are better dealt with using incremental patches.
> 
> Signed-off-by: Magnus Damm 

For the full series:

Reviewed-by: Thomas Gleixner 

> ---
> 
>  Depends on:
>  [PATCH] irqchip: Renesas INTC External IRQ pin driver
> 
>  drivers/irqchip/irq-renesas-intc-irqpin.c |   88 
> -
>  include/linux/platform_data/irq-renesas-intc-irqpin.h |   19 +++
>  2 files changed, 62 insertions(+), 45 deletions(-)
> 
--
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 00/05] irqchip: Renesas INTC External IRQ pin v2 update

2013-02-26 Thread Simon Horman
On Tue, Feb 26, 2013 at 08:58:34PM +0900, Magnus Damm wrote:
> irqchip: Renesas INTC External IRQ pin v2 update
> 
> [PATCH 01/05] irqchip: intc-irqpin: Whitespace fixes
> [PATCH 02/05] irqchip: intc-irqpin: Cache mapped IRQ
> [PATCH 03/05] irqchip: intc-irqpin: Add force comments
> [PATCH 04/05] irqchip: intc-irqpin: Make use of devm functions
> [PATCH 05/05] irqchip: intc-irqpin: GPL header for platform data
> 
> These patches update the v1 of the INTC External IRQ pin driver
> in various ways based on feedback kindly received from:
> - Simon Horman
> - Kuninori Morimoto
> - Thomas Gleixner
> 
> With the series applied I see the driver as "v2", but
> I prefer to keep these changes as incremental ones instead
> of redoing a single "v2" patch for the driver. The reason
> behind this is that there are on-going back porting efforts
> that are better dealt with using incremental patches.

I have added these to the topic/intc-external-irq branch of the renesas
tree, although at this stage I anticipate that the code will be merged
through a different tree.
--
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/


[PATCH 00/05] irqchip: Renesas INTC External IRQ pin v2 update

2013-02-26 Thread Magnus Damm
irqchip: Renesas INTC External IRQ pin v2 update

[PATCH 01/05] irqchip: intc-irqpin: Whitespace fixes
[PATCH 02/05] irqchip: intc-irqpin: Cache mapped IRQ
[PATCH 03/05] irqchip: intc-irqpin: Add force comments
[PATCH 04/05] irqchip: intc-irqpin: Make use of devm functions
[PATCH 05/05] irqchip: intc-irqpin: GPL header for platform data

These patches update the v1 of the INTC External IRQ pin driver
in various ways based on feedback kindly received from:
- Simon Horman
- Kuninori Morimoto
- Thomas Gleixner

With the series applied I see the driver as "v2", but
I prefer to keep these changes as incremental ones instead
of redoing a single "v2" patch for the driver. The reason
behind this is that there are on-going back porting efforts
that are better dealt with using incremental patches.

Signed-off-by: Magnus Damm 
---

 Depends on:
 [PATCH] irqchip: Renesas INTC External IRQ pin driver

 drivers/irqchip/irq-renesas-intc-irqpin.c |   88 -
 include/linux/platform_data/irq-renesas-intc-irqpin.h |   19 +++
 2 files changed, 62 insertions(+), 45 deletions(-)
--
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/


[PATCH 00/05] irqchip: Renesas INTC External IRQ pin v2 update

2013-02-26 Thread Magnus Damm
irqchip: Renesas INTC External IRQ pin v2 update

[PATCH 01/05] irqchip: intc-irqpin: Whitespace fixes
[PATCH 02/05] irqchip: intc-irqpin: Cache mapped IRQ
[PATCH 03/05] irqchip: intc-irqpin: Add force comments
[PATCH 04/05] irqchip: intc-irqpin: Make use of devm functions
[PATCH 05/05] irqchip: intc-irqpin: GPL header for platform data

These patches update the v1 of the INTC External IRQ pin driver
in various ways based on feedback kindly received from:
- Simon Horman
- Kuninori Morimoto
- Thomas Gleixner

With the series applied I see the driver as v2, but
I prefer to keep these changes as incremental ones instead
of redoing a single v2 patch for the driver. The reason
behind this is that there are on-going back porting efforts
that are better dealt with using incremental patches.

Signed-off-by: Magnus Damm d...@opensource.se
---

 Depends on:
 [PATCH] irqchip: Renesas INTC External IRQ pin driver

 drivers/irqchip/irq-renesas-intc-irqpin.c |   88 -
 include/linux/platform_data/irq-renesas-intc-irqpin.h |   19 +++
 2 files changed, 62 insertions(+), 45 deletions(-)
--
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 00/05] irqchip: Renesas INTC External IRQ pin v2 update

2013-02-26 Thread Simon Horman
On Tue, Feb 26, 2013 at 08:58:34PM +0900, Magnus Damm wrote:
 irqchip: Renesas INTC External IRQ pin v2 update
 
 [PATCH 01/05] irqchip: intc-irqpin: Whitespace fixes
 [PATCH 02/05] irqchip: intc-irqpin: Cache mapped IRQ
 [PATCH 03/05] irqchip: intc-irqpin: Add force comments
 [PATCH 04/05] irqchip: intc-irqpin: Make use of devm functions
 [PATCH 05/05] irqchip: intc-irqpin: GPL header for platform data
 
 These patches update the v1 of the INTC External IRQ pin driver
 in various ways based on feedback kindly received from:
 - Simon Horman
 - Kuninori Morimoto
 - Thomas Gleixner
 
 With the series applied I see the driver as v2, but
 I prefer to keep these changes as incremental ones instead
 of redoing a single v2 patch for the driver. The reason
 behind this is that there are on-going back porting efforts
 that are better dealt with using incremental patches.

I have added these to the topic/intc-external-irq branch of the renesas
tree, although at this stage I anticipate that the code will be merged
through a different tree.
--
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 00/05] irqchip: Renesas INTC External IRQ pin v2 update

2013-02-26 Thread Thomas Gleixner
On Tue, 26 Feb 2013, Magnus Damm wrote:

 irqchip: Renesas INTC External IRQ pin v2 update
 
 [PATCH 01/05] irqchip: intc-irqpin: Whitespace fixes
 [PATCH 02/05] irqchip: intc-irqpin: Cache mapped IRQ
 [PATCH 03/05] irqchip: intc-irqpin: Add force comments
 [PATCH 04/05] irqchip: intc-irqpin: Make use of devm functions
 [PATCH 05/05] irqchip: intc-irqpin: GPL header for platform data
 
 These patches update the v1 of the INTC External IRQ pin driver
 in various ways based on feedback kindly received from:
 - Simon Horman
 - Kuninori Morimoto
 - Thomas Gleixner
 
 With the series applied I see the driver as v2, but
 I prefer to keep these changes as incremental ones instead
 of redoing a single v2 patch for the driver. The reason
 behind this is that there are on-going back porting efforts
 that are better dealt with using incremental patches.
 
 Signed-off-by: Magnus Damm d...@opensource.se

For the full series:

Reviewed-by: Thomas Gleixner t...@linutronix.de

 ---
 
  Depends on:
  [PATCH] irqchip: Renesas INTC External IRQ pin driver
 
  drivers/irqchip/irq-renesas-intc-irqpin.c |   88 
 -
  include/linux/platform_data/irq-renesas-intc-irqpin.h |   19 +++
  2 files changed, 62 insertions(+), 45 deletions(-)
 
--
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/