Home
last modified time | relevance | path

Searched hist:"40 d50cf7ca956183f3a573bc21082e1c7d04fa7b" (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dsocrates_fpga_pic.cdiff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> 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>
/openbmc/linux/arch/powerpc/sysdev/
H A Dcpm2_pic.cdiff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> 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>
H A Di8259.cdiff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> 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>
H A Dtsi108_pci.cdiff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> 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>
H A Dipic.cdiff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> 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>
H A Dmpic.cdiff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> 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>
/openbmc/linux/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pic.cdiff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> 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>
H A Dmedia5200.cdiff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> 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>
H A Dmpc52xx_gpt.cdiff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> 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>
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspider-pic.cdiff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> 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>
H A Dinterrupt.cdiff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> 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>
/openbmc/linux/arch/powerpc/include/asm/
H A Dirq.hdiff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> 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>
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dpic.cdiff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> 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>
/openbmc/linux/arch/powerpc/kernel/
H A Dirq.cdiff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> 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>