ce816fa88c
If the renamed symbol is defined lib/iomap.c implements ioport_map and ioport_unmap and currently (nearly) all platforms define the port accessor functions outb/inb and friend unconditionally. So HAS_IOPORT_MAP is the better name for this. Consequently NO_IOPORT is renamed to NO_IOPORT_MAP. The motivation for this change is to reintroduce a symbol HAS_IOPORT that signals if outb/int et al are available. I will address that at least one merge window later though to keep surprises to a minimum and catch new introductions of (HAS|NO)_IOPORT. The changes in this commit were done using: $ git grep -l -E '(NO|HAS)_IOPORT' | xargs perl -p -i -e 's/\b((?:CONFIG_)?(?:NO|HAS)_IOPORT)\b/$1_MAP/' Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
---|---|---|
.. | ||
include/mach | ||
board-ape6evm-reference.c | ||
board-ape6evm.c | ||
board-armadillo800eva-reference.c | ||
board-armadillo800eva.c | ||
board-bockw-reference.c | ||
board-bockw.c | ||
board-genmai-reference.c | ||
board-genmai.c | ||
board-koelsch-reference.c | ||
board-koelsch.c | ||
board-kzm9g-reference.c | ||
board-kzm9g.c | ||
board-lager-reference.c | ||
board-lager.c | ||
board-mackerel.c | ||
board-marzen-reference.c | ||
board-marzen.c | ||
clock-emev2.c | ||
clock-r7s72100.c | ||
clock-r8a73a4.c | ||
clock-r8a7740.c | ||
clock-r8a7778.c | ||
clock-r8a7779.c | ||
clock-r8a7790.c | ||
clock-r8a7791.c | ||
clock-sh73a0.c | ||
clock-sh7372.c | ||
clock.c | ||
console.c | ||
cpuidle.c | ||
entry-intc.S | ||
headsmp-scu.S | ||
headsmp.S | ||
intc-sh73a0.c | ||
intc-sh7372.c | ||
Kconfig | ||
Makefile | ||
Makefile.boot | ||
platsmp-apmu.c | ||
platsmp-scu.c | ||
platsmp.c | ||
pm-r8a7740.c | ||
pm-r8a7779.c | ||
pm-r8a7790.c | ||
pm-rcar.c | ||
pm-rmobile.c | ||
pm-sh73a0.c | ||
pm-sh7372.c | ||
setup-emev2.c | ||
setup-r7s72100.c | ||
setup-r8a73a4.c | ||
setup-r8a7740.c | ||
setup-r8a7778.c | ||
setup-r8a7779.c | ||
setup-r8a7790.c | ||
setup-r8a7791.c | ||
setup-rcar-gen2.c | ||
setup-sh73a0.c | ||
setup-sh7372.c | ||
sh-gpio.h | ||
sleep-sh7372.S | ||
smp-emev2.c | ||
smp-r8a7779.c | ||
smp-r8a7790.c | ||
smp-r8a7791.c | ||
smp-sh73a0.c | ||
suspend.c | ||
timer.c |