linux-stable-rt/arch/powerpc/sysdev/qe_lib
Roman Fietze 40d50cf7ca powerpc: Make "intspec" pointers in irq_host->xlate() const
Writing a driver using SCLPC on the MPC5200B I detected, that the
intspec arrays to map irqs to Linux virq cannot be const, because the
mapping and xlate functions only take non const pointers. All those
functions do not modify the intspec, so a const pointer could be used.

Signed-off-by: Roman Fietze <roman.fietze@telemotive.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2009-12-09 17:10:37 +11:00
..
Kconfig
Makefile
gpio.c powerpc/qe_lib: Set gpio data before changing the direction to output 2009-08-25 21:08:45 -05:00
qe.c powerpc/qe: Implement QE driver for handling resume on MPC85xx 2009-11-11 21:43:27 -06:00
qe_ic.c powerpc: Make "intspec" pointers in irq_host->xlate() const 2009-12-09 17:10:37 +11:00
qe_ic.h
qe_io.c
ucc.c
ucc_fast.c
ucc_slow.c
usb.c