]> git.baikalelectronics.ru Git - kernel.git/commit
irq_domain/powerpc: Replace custom xlate functions with library functions
authorGrant Likely <grant.likely@secretlab.ca>
Wed, 25 Jan 2012 00:09:13 +0000 (17:09 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 16 Feb 2012 13:11:24 +0000 (06:11 -0700)
commit2072b4c5f36e234fe0e741792236a188afeb24ab
treef0c17341977c555165d332033c03067d768ed0db
parentb476fec4277a26a41373ecf4821b0f366595bdf7
irq_domain/powerpc: Replace custom xlate functions with library functions

This patch converts a number of the powerpc drivers to use the common library
of irq_domain xlate functions, dropping a bunch of lines in the process.

v5: - Remove tsi108 changes from patch

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Milton Miller <miltonm@bga.com>
Tested-by: Olof Johansson <olof@lixom.net>
arch/powerpc/platforms/powermac/pic.c
arch/powerpc/platforms/wsp/opb_pic.c
arch/powerpc/sysdev/cpm2_pic.c
arch/powerpc/sysdev/ipic.c
arch/powerpc/sysdev/qe_lib/qe_ic.c
arch/powerpc/sysdev/uic.c
drivers/gpio/gpio-mpc8xxx.c