<p><br>
On Jan 28, 2012 11:38 AM, "Rob Herring" <<a href="mailto:robherring2@gmail.com">robherring2@gmail.com</a>> wrote:<br>
><br>
> On 01/27/2012 03:35 PM, Grant Likely wrote:<br>
> > Hey everyone,<br>
> ><br>
> > This patch series is ready for much wider consumption now.  I'd like<br>
> > to get it into linux-next ASAP because there will be ARM board support<br>
> > depending on it.  I'll wait a few days before I ask Stephen to pull<br>
> > this in.<br>
> ><br>
> > Stephen/Milton/Ben, any testing you can help with here would be<br>
> > appreciated since you've got access to a wider variety of Power<br>
> > machines than I do.<br>
> ><br>
> > Thomas, I think it makes sense to maintain this in a separate branch<br>
> > from other irq changes until the next merge window.  If you prefer,<br>
> > I'm happy to maintain this branch until then.<br>
> ><br>
><br>
> I picked up your irqdomain/next branch and it doesn't compile:<br>
><br>
>  CC      kernel/irq/irqdomain.o<br>
> kernel/irq/irqdomain.c: In function ‘irq_create_mapping’:<br>
> kernel/irq/irqdomain.c:403:47: error: ‘irq’ undeclared (first use in<br>
> this function)<br>
> kernel/irq/irqdomain.c:403:47: note: each undeclared identifier is<br>
> reported only once for each function it app</p>
<p>Oops, I had fixed that but didn't refresh the patch. Change the references in that function from irq to virq, or pop off the top patch to fix.</p>
<p>I'll push out a fixed tree when I get home.</p>
<p>g.</p>
<p>><br>
> Rob<br>
><br>
> > Cheers,<br>
> > g.<br>
> ><br>
> > The following changes since commit dcd6c92267155e70a94b3927bce681ce74b80d1f:<br>
> ><br>
> >   Linux 3.3-rc1 (2012-01-19 15:04:48 -0800)<br>
> ><br>
> > are available in the git repository at:<br>
> >   git://<a href="http://git.secretlab.ca/git/linux-2.6">git.secretlab.ca/git/linux-2.6</a> irqdomain/next<br>
> ><br>
> > Grant Likely (24):<br>
> >       irq_domain: add documentation and MAINTAINERS entry.<br>
> >       dt: Make irqdomain less verbose<br>
> >       irq_domain: Make irq_domain structure match powerpc's irq_host<br>
> >       irq_domain: convert microblaze from irq_host to irq_domain<br>
> >       irq_domain/powerpc: Use common irq_domain structure instead of irq_host<br>
> >       irq_domain/powerpc: eliminate irq_map; use irq_alloc_desc() instead<br>
> >       irq_domain/powerpc: Eliminate virq_is_host()<br>
> >       irq_domain: Move irq_domain code from powerpc to kernel/irq<br>
> >       irqdomain: remove NO_IRQ from irq domain code<br>
> >       irq_domain: Remove references to old irq_host names<br>
> >       irq_domain: Replace irq_alloc_host() with revmap-specific initializers<br>
> >       irq_domain: Add support for base irq and hwirq in legacy mappings<br>
> >       irq_domain: Remove 'new' irq_domain in favour of the ppc one<br>
> >       irq_domain: Remove irq_domain_add_simple()<br>
> >       irq_domain: Create common xlate functions that device drivers can use<br>
> >       irq_domain: constify irq_domain_ops<br>
> >       irq_domain/c6x: constify irq_domain structures<br>
> >       irq_domain/c6x: Use library of xlate functions<br>
> >       irq_domain/powerpc: constify irq_domain_ops<br>
> >       irqdomain/powerpc: Replace custom xlate functions with library functions<br>
> >       irq_domain/x86: Convert x86 (embedded) to use common irq_domain<br>
> >       irq_domain: Include hwirq number in /proc/interrupts<br>
> >       irq_domain: remove "hint" when allocating irq numbers<br>
> >       irq_domain: mostly eliminate slow-path revmap lookups<br>
> ><br>
> > Mark Salter (1):<br>
> >       irq_domain/c6x: Convert c6x to use generic irq_domain support.<br>
> ><br>
> >  Documentation/IRQ-domain.txt                     |  113 +++<br>
> >  MAINTAINERS                                      |    9 +<br>
> >  arch/arm/common/gic.c                            |   95 ++--<br>
> >  arch/arm/common/vic.c                            |   16 +-<br>
> >  arch/arm/include/asm/hardware/gic.h              |    4 +-<br>
> >  arch/arm/include/asm/hardware/vic.h              |    2 +<br>
> >  arch/arm/mach-exynos/common.c                    |    2 +-<br>
> >  arch/arm/mach-imx/mach-imx6q.c                   |    3 +-<br>
> >  arch/arm/mach-msm/board-msm8x60.c                |    8 +-<br>
> >  arch/arm/mach-mx5/imx51-dt.c                     |    4 +-<br>
> >  arch/arm/mach-mx5/imx53-dt.c                     |    4 +-<br>
> >  arch/arm/mach-omap2/board-generic.c              |    2 +-<br>
> >  arch/arm/mach-prima2/irq.c                       |    2 +-<br>
> >  arch/arm/mach-versatile/core.c                   |    5 +-<br>
> >  arch/c6x/Kconfig                                 |    1 +<br>
> >  arch/c6x/include/asm/irq.h                       |  245 +-------<br>
> >  arch/c6x/kernel/irq.c                            |  612 +----------------<br>
> >  arch/c6x/platforms/megamod-pic.c                 |   25 +-<br>
> >  arch/microblaze/include/asm/irq.h                |    4 +-<br>
> >  arch/microblaze/kernel/irq.c                     |    2 +-<br>
> >  arch/microblaze/kernel/setup.c                   |    2 -<br>
> >  arch/powerpc/Kconfig                             |    1 +<br>
> >  arch/powerpc/include/asm/ehv_pic.h               |    2 +-<br>
> >  arch/powerpc/include/asm/i8259.h                 |    2 +-<br>
> >  arch/powerpc/include/asm/irq.h                   |  247 +-------<br>
> >  arch/powerpc/include/asm/mpic.h                  |    2 +-<br>
> >  arch/powerpc/include/asm/xics.h                  |    2 +-<br>
> >  arch/powerpc/kernel/irq.c                        |  617 +----------------<br>
> >  arch/powerpc/platforms/512x/mpc5121_ads_cpld.c   |   12 +-<br>
> >  arch/powerpc/platforms/52xx/media5200.c          |   15 +-<br>
> >  arch/powerpc/platforms/52xx/mpc52xx_gpt.c        |   16 +-<br>
> >  arch/powerpc/platforms/52xx/mpc52xx_pic.c        |   12 +-<br>
> >  arch/powerpc/platforms/82xx/pq2ads-pci-pic.c     |   14 +-<br>
> >  arch/powerpc/platforms/85xx/socrates_fpga_pic.c  |   15 +-<br>
> >  arch/powerpc/platforms/86xx/gef_pic.c            |   15 +-<br>
> >  arch/powerpc/platforms/cell/axon_msi.c           |   29 +-<br>
> >  arch/powerpc/platforms/cell/beat_interrupt.c     |   16 +-<br>
> >  arch/powerpc/platforms/cell/interrupt.c          |   16 +-<br>
> >  arch/powerpc/platforms/cell/spider-pic.c         |   14 +-<br>
> >  arch/powerpc/platforms/embedded6xx/flipper-pic.c |   30 +-<br>
> >  arch/powerpc/platforms/embedded6xx/hlwd-pic.c    |   35 +-<br>
> >  arch/powerpc/platforms/iseries/irq.c             |   11 +-<br>
> >  arch/powerpc/platforms/powermac/pic.c            |   26 +-<br>
> >  arch/powerpc/platforms/powermac/smp.c            |    9 +-<br>
> >  arch/powerpc/platforms/ps3/interrupt.c           |   11 +-<br>
> >  arch/powerpc/platforms/wsp/opb_pic.c             |   26 +-<br>
> >  arch/powerpc/sysdev/cpm1.c                       |    9 +-<br>
> >  arch/powerpc/sysdev/cpm2_pic.c                   |   23 +-<br>
> >  arch/powerpc/sysdev/ehv_pic.c                    |   14 +-<br>
> >  arch/powerpc/sysdev/fsl_msi.c                    |   10 +-<br>
> >  arch/powerpc/sysdev/fsl_msi.h                    |    2 +-<br>
> >  arch/powerpc/sysdev/i8259.c                      |   15 +-<br>
> >  arch/powerpc/sysdev/ipic.c                       |   31 +-<br>
> >  arch/powerpc/sysdev/ipic.h                       |    2 +-<br>
> >  arch/powerpc/sysdev/mpc8xx_pic.c                 |   11 +-<br>
> >  arch/powerpc/sysdev/mpic.c                       |   17 +-<br>
> >  arch/powerpc/sysdev/mpic_msi.c                   |    2 +-<br>
> >  arch/powerpc/sysdev/mv64x60_pic.c                |   11 +-<br>
> >  arch/powerpc/sysdev/qe_lib/qe_ic.c               |   26 +-<br>
> >  arch/powerpc/sysdev/qe_lib/qe_ic.h               |    2 +-<br>
> >  arch/powerpc/sysdev/tsi108_pci.c                 |   22 +-<br>
> >  arch/powerpc/sysdev/uic.c                        |   26 +-<br>
> >  arch/powerpc/sysdev/xics/xics-common.c           |   28 +-<br>
> >  arch/powerpc/sysdev/xilinx_intc.c                |   19 +-<br>
> >  arch/x86/Kconfig                                 |    2 +<br>
> >  arch/x86/include/asm/irq_controller.h            |   12 -<br>
> >  arch/x86/include/asm/prom.h                      |   10 -<br>
> >  arch/x86/kernel/devicetree.c                     |  101 +--<br>
> >  drivers/gpio/gpio-mpc8xxx.c                      |   30 +-<br>
> >  drivers/mfd/twl-core.c                           |   12 +-<br>
> >  drivers/net/phy/mdio-gpio.c                      |    4 +-<br>
> >  include/linux/irqdomain.h                        |  190 ++++--<br>
> >  kernel/irq/irqdomain.c                           |  816 +++++++++++++++++++---<br>
> >  kernel/irq/proc.c                                |    3 +<br>
> >  74 files changed, 1334 insertions(+), 2471 deletions(-)<br>
> >  create mode 100644 Documentation/IRQ-domain.txt<br>
> >  delete mode 100644 arch/x86/include/asm/irq_controller.h<br>
> ><br>
> > _______________________________________________<br>
> > devicetree-discuss mailing list<br>
> > <a href="mailto:devicetree-discuss@lists.ozlabs.org">devicetree-discuss@lists.ozlabs.org</a><br>
> > <a href="https://lists.ozlabs.org/listinfo/devicetree-discuss">https://lists.ozlabs.org/listinfo/devicetree-discuss</a><br>
><br>
</p>