[PATCH 0/4] Tegra irq cleanups

Colin Cross ccross at android.com
Sun May 1 17:34:33 EDT 2011


On Sun, May 1, 2011 at 2:10 PM, Colin Cross <ccross at android.com> wrote:
> This patch series cleans up the Tegra irq subsystem, and allows
> the GIC to be switched to the fasteoi handler.  The first three
> patches have no dependencies on any other trees.  Patch 4 should
> only go in at the same time as Will Deacon's fasteoi patches,
> and could be squashed into his patch.
>
> As part of this series, power management support is removed from
> the Tegra irq subsystem.  PM support will be added back in a
> future patch set along with PM support for the rest of the
> platform.
>
> Colin Cross (4):
>      ARM: tegra: irq: convert to gic arch extensions
>      ARM: tegra: irq: Remove PM support
>      ARM: tegra: irq: Move legacy_irq.c into irq.c
>      ARM: tegra: irq: Replace tegra_ack with tegra_eoi
>
>  arch/arm/mach-tegra/Makefile                  |    2 +-
>  arch/arm/mach-tegra/include/mach/legacy_irq.h |   35 ----
>  arch/arm/mach-tegra/irq.c                     |  181 +++++++++------------
>  arch/arm/mach-tegra/legacy_irq.c              |  215 -------------------------
>  4 files changed, 77 insertions(+), 356 deletions(-)
>  delete mode 100644 arch/arm/mach-tegra/include/mach/legacy_irq.h
>  delete mode 100644 arch/arm/mach-tegra/legacy_irq.c
>

Sorry Marc, forgot to CC you on this patch set.

I just noticed that you kept both tegra_ack as well as tegra_eoi in
your patch set.  That seems like a reasonable way to avoid merge order
problems between Will's fasteoi patches and these patches, at least in
one direction, so I'll add that in v2 (only affects the last patch in
the series).



More information about the linux-arm-kernel mailing list