lkml.org 
[lkml]   [2012]   [Jun]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 00/12] irqdomain cleanup and refactoring
Date
Hey folks,

This is some of the refactoring that I've been wanting to do for
irqdomains. Lots of patches here, but the major changes are:
- eliminate the legacy mapping by replacing it with a pre-populated linear map,
- Get rid of the slow-path setup for mapping, and
- to merge the linear and tree mapping into a single domain type.

The last change still needs some investigation and review, I'm not as
confident that this is correct and it hasn't been tested much.

Milton, the last version of these patches that I posted broke one of
your powerpc machines. Can you please retest? I've pushed this
series out into my irqdomain/test branch (see below)

For further work, I'd like to find a way to eliminate the nomap revmap
too so I can get rid of the irqdomain type entirely and simplify the
code even further. I've not applied many brain cells towards doing
this yet though. This is an area for further research.

Also, Paul tells me that there are some platforms that want to use
something like a linear mapping, but there are large holes in the
ranges of hwirq numbers which is a little wasteful of memory. Another
area of investigation is to figure out how to be more memory-efficient
here without slowing down the linear revmap path.

g.

The following changes since commit cfaf025112d3856637ff34a767ef785ef5cf2ca9:

Linux 3.5-rc2 (2012-06-08 18:40:09 -0700)

are available in the git repository at:

git://git.secretlab.ca/git/linux-2.6 irqdomain/test

for you to fetch changes up to ca2f744b40214645e0274e8681023ee6d2387f9d:

irqdomain: merge linear and tree reverse mappings. (2012-06-15 22:36:24 -0600)

Grant Likely (13):
devicetree: add helper inline for retrieving a node's full name
irqdomain: Remove unnecessary test for IRQ_DOMAIN_MAP_LEGACY
irqdomain: Split disassociating code into separate function
irqdomain: Always update revmap when setting up a virq
irqdomain: Eliminate dedicated radix lookup functions
irqdomain: Fix irq_create_direct_mapping() to test irq_domain type.
irqdomain: eliminate slow-path revmap lookups
irqdomain: Make ops->map hook optional
irqdomain: Replace LEGACY mapping with LINEAR
irqdomain: Reserve IRQs for legacy domain
irqdomain: Add debugging message
irqdomain: reorganize revmap data.
irqdomain: merge linear and tree reverse mappings.

Paul Mundt (2):
irqdomain: Simple NUMA awareness.
irqdomain: Support for static IRQ mapping and association.

arch/arm/plat-versatile/fpga-irq.c | 2 +-
arch/microblaze/pci/pci-common.c | 6 +-
arch/powerpc/kernel/pci-common.c | 6 +-
arch/powerpc/kernel/vio.c | 5 +-
arch/powerpc/platforms/cell/iommu.c | 3 +-
arch/powerpc/platforms/pseries/iommu.c | 2 +-
arch/powerpc/sysdev/xics/icp-hv.c | 2 +-
arch/powerpc/sysdev/xics/icp-native.c | 2 +-
arch/powerpc/sysdev/xics/xics-common.c | 3 -
arch/sparc/kernel/of_device_64.c | 2 +-
drivers/of/base.c | 2 +-
drivers/of/irq.c | 2 +-
drivers/pinctrl/pinctrl-nomadik.c | 4 +-
include/linux/irqdomain.h | 55 ++--
include/linux/of.h | 23 +-
kernel/irq/irqdomain.c | 472 +++++++++++++-------------------
16 files changed, 251 insertions(+), 340 deletions(-)




\
 
 \ /
  Last update: 2012-06-16 07:42    [W:0.180 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site