1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/soc/fsl/qe
Rasmus Villemoes 10d7930dbb soc: fsl: qe: don't use NO_IRQ in qe_ic.c
This driver is currently PPC-only, and on powerpc, NO_IRQ is 0, so
this doesn't change functionality. However, not every architecture
defines NO_IRQ, and some define it as -1, so the detection of a failed
irq_of_parse_and_map() (which returns 0 on failure) would be wrong on
those. So to prepare for allowing this driver to build on other
architectures, drop all references to NO_IRQ.

Reviewed-by: Timur Tabi <timur@kernel.org>
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
2019-12-09 13:54:32 -06:00
..
gpio.c soc: fsl: qe: avoid ppc-specific io accessors 2019-12-09 13:54:29 -06:00
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qe.c soc: fsl: qe: drop unneeded #includes 2019-12-09 13:54:30 -06:00
qe_common.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 2019-05-30 11:29:53 -07:00
qe_ic.c soc: fsl: qe: don't use NO_IRQ in qe_ic.c 2019-12-09 13:54:32 -06:00
qe_ic.h soc: fsl: qe: drop volatile qualifier of struct qe_ic::regs 2019-12-09 13:54:29 -06:00
qe_io.c soc: fsl: qe: drop unneeded #includes 2019-12-09 13:54:30 -06:00
qe_tdm.c soc: fsl: qe: avoid ppc-specific io accessors 2019-12-09 13:54:29 -06:00
ucc.c soc: fsl: qe: avoid ppc-specific io accessors 2019-12-09 13:54:29 -06:00
ucc_fast.c soc: fsl: qe: avoid ppc-specific io accessors 2019-12-09 13:54:29 -06:00
ucc_slow.c soc: fsl: qe: avoid ppc-specific io accessors 2019-12-09 13:54:29 -06:00
usb.c soc: fsl: qe: avoid ppc-specific io accessors 2019-12-09 13:54:29 -06:00