* ARM: ep93xx: convert vision_ep9307 to MULTI_IRQ_HANDLER
@ 2012-02-29 20:12 H Hartley Sweeten
2012-02-29 21:45 ` Ryan Mallon
2012-03-01 9:53 ` Jamie Iles
0 siblings, 2 replies; 4+ messages in thread
From: H Hartley Sweeten @ 2012-02-29 20:12 UTC (permalink / raw)
To: linux-arm-kernel
As done for the other ep93xx machines in:
commit 9a6879bd902e2ec605fff4d9fb3247b440a1f66a
ARM: ep93xx: convert to MULTI_IRQ_HANDLER
Now that there is a generic IRQ handler for multiple VIC devices use it
for vision_ep9307 to help building multi platform kernels.
Signed-off-by: Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ryan Mallon <rmallon@gmail.com>
Cc: Jamie Iles <jamie@jamieiles.com>
---
diff --git a/arch/arm/mach-ep93xx/vision_ep9307.c b/arch/arm/mach-ep93xx/vision_ep9307.c
index d5fb44f..d67d0b4 100644
--- a/arch/arm/mach-ep93xx/vision_ep9307.c
+++ b/arch/arm/mach-ep93xx/vision_ep9307.c
@@ -34,6 +34,7 @@
#include <mach/ep93xx_spi.h>
#include <mach/gpio-ep93xx.h>
+#include <asm/hardware/vic.h>
#include <asm/mach-types.h>
#include <asm/mach/map.h>
#include <asm/mach/arch.h>
@@ -361,6 +362,7 @@ MACHINE_START(VISION_EP9307, "Vision Engraving Systems EP9307")
.atag_offset = 0x100,
.map_io = vision_map_io,
.init_irq = ep93xx_init_irq,
+ .handle_irq = vic_handle_irq,
.timer = &ep93xx_timer,
.init_machine = vision_init_machine,
.restart = ep93xx_restart,
^ permalink raw reply related [flat|nested] 4+ messages in thread
* ARM: ep93xx: convert vision_ep9307 to MULTI_IRQ_HANDLER
2012-02-29 20:12 ARM: ep93xx: convert vision_ep9307 to MULTI_IRQ_HANDLER H Hartley Sweeten
@ 2012-02-29 21:45 ` Ryan Mallon
2012-03-01 9:53 ` Jamie Iles
1 sibling, 0 replies; 4+ messages in thread
From: Ryan Mallon @ 2012-02-29 21:45 UTC (permalink / raw)
To: linux-arm-kernel
On 01/03/12 07:12, H Hartley Sweeten wrote:
> As done for the other ep93xx machines in:
>
> commit 9a6879bd902e2ec605fff4d9fb3247b440a1f66a
> ARM: ep93xx: convert to MULTI_IRQ_HANDLER
>
> Now that there is a generic IRQ handler for multiple VIC devices use it
> for vision_ep9307 to help building multi platform kernels.
>
> Signed-off-by: Hartley Sweeten <hsweeten@visionengravers.com>
> Cc: Ryan Mallon <rmallon@gmail.com>
> Cc: Jamie Iles <jamie@jamieiles.com>
Acked-by: Ryan Mallon <rmallon@gmail.com>
>
> ---
>
> diff --git a/arch/arm/mach-ep93xx/vision_ep9307.c b/arch/arm/mach-ep93xx/vision_ep9307.c
> index d5fb44f..d67d0b4 100644
> --- a/arch/arm/mach-ep93xx/vision_ep9307.c
> +++ b/arch/arm/mach-ep93xx/vision_ep9307.c
> @@ -34,6 +34,7 @@
> #include <mach/ep93xx_spi.h>
> #include <mach/gpio-ep93xx.h>
>
> +#include <asm/hardware/vic.h>
> #include <asm/mach-types.h>
> #include <asm/mach/map.h>
> #include <asm/mach/arch.h>
> @@ -361,6 +362,7 @@ MACHINE_START(VISION_EP9307, "Vision Engraving Systems EP9307")
> .atag_offset = 0x100,
> .map_io = vision_map_io,
> .init_irq = ep93xx_init_irq,
> + .handle_irq = vic_handle_irq,
> .timer = &ep93xx_timer,
> .init_machine = vision_init_machine,
> .restart = ep93xx_restart,
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
* ARM: ep93xx: convert vision_ep9307 to MULTI_IRQ_HANDLER
2012-02-29 20:12 ARM: ep93xx: convert vision_ep9307 to MULTI_IRQ_HANDLER H Hartley Sweeten
2012-02-29 21:45 ` Ryan Mallon
@ 2012-03-01 9:53 ` Jamie Iles
1 sibling, 0 replies; 4+ messages in thread
From: Jamie Iles @ 2012-03-01 9:53 UTC (permalink / raw)
To: linux-arm-kernel
On 29 February 2012 20:12, H Hartley Sweeten
<hartleys@visionengravers.com> wrote:
> As done for the other ep93xx machines in:
>
> commit 9a6879bd902e2ec605fff4d9fb3247b440a1f66a
> ARM: ep93xx: convert to MULTI_IRQ_HANDLER
>
> Now that there is a generic IRQ handler for multiple VIC devices use it
> for vision_ep9307 to help building multi platform kernels.
>
> Signed-off-by: Hartley Sweeten <hsweeten@visionengravers.com>
> Cc: Ryan Mallon <rmallon@gmail.com>
> Cc: Jamie Iles <jamie@jamieiles.com>
Reviewed-by: Jamie Iles <jamie@jamieiles.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* ARM: ep93xx: convert vision_ep9307 to MULTI_IRQ_HANDLER
@ 2012-03-02 0:13 H Hartley Sweeten
0 siblings, 0 replies; 4+ messages in thread
From: H Hartley Sweeten @ 2012-03-02 0:13 UTC (permalink / raw)
To: linux-arm-kernel
As done for the other ep93xx machines in:
commit 9a6879bd902e2ec605fff4d9fb3247b440a1f66a
ARM: ep93xx: convert to MULTI_IRQ_HANDLER
Now that there is a generic IRQ handler for multiple VIC devices use it
for vision_ep9307 to help building multi platform kernels.
Signed-off-by: Hartley Sweeten <hsweeten@visionengravers.com>
Acked-by: Ryan Mallon <rmallon@gmail.com>
Reviewed-by: Jamie Iles <jamie@jamieiles.com>
---
diff --git a/arch/arm/mach-ep93xx/vision_ep9307.c b/arch/arm/mach-ep93xx/vision_ep9307.c
index d5fb44f..d67d0b4 100644
--- a/arch/arm/mach-ep93xx/vision_ep9307.c
+++ b/arch/arm/mach-ep93xx/vision_ep9307.c
@@ -34,6 +34,7 @@
#include <mach/ep93xx_spi.h>
#include <mach/gpio-ep93xx.h>
+#include <asm/hardware/vic.h>
#include <asm/mach-types.h>
#include <asm/mach/map.h>
#include <asm/mach/arch.h>
@@ -361,6 +362,7 @@ MACHINE_START(VISION_EP9307, "Vision Engraving Systems EP9307")
.atag_offset = 0x100,
.map_io = vision_map_io,
.init_irq = ep93xx_init_irq,
+ .handle_irq = vic_handle_irq,
.timer = &ep93xx_timer,
.init_machine = vision_init_machine,
.restart = ep93xx_restart,
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-03-02 0:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29 20:12 ARM: ep93xx: convert vision_ep9307 to MULTI_IRQ_HANDLER H Hartley Sweeten
2012-02-29 21:45 ` Ryan Mallon
2012-03-01 9:53 ` Jamie Iles
-- strict thread matches above, loose matches on Subject: below --
2012-03-02 0:13 H Hartley Sweeten
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).