android_kernel_samsung_msm8976/sound/isa
Uwe Kleine-König 2b4cc3cb58 Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP
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>
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Git-commit: ce816fa88cca083c47ab9000b2138a83043a78be
[joonwoop@codeaurora.org: fixed trivial merge conflict.]
Signed-off-by: Joonwoo Park <joonwoop@codeaurora.org>
2014-08-15 11:41:43 -07:00
..
ad1816a ALSA: isa: remove __dev* attributes 2012-12-07 07:32:17 +01:00
ad1848 ALSA: isa: remove __dev* attributes 2012-12-07 07:32:17 +01:00
cs423x ALSA: isa: remove __dev* attributes 2012-12-07 07:32:17 +01:00
es1688 ALSA: isa: remove __dev* attributes 2012-12-07 07:32:17 +01:00
galaxy ALSA: isa: remove __dev* attributes 2012-12-07 07:32:17 +01:00
gus ALSA: isa: remove __dev* attributes 2012-12-07 07:32:17 +01:00
msnd ALSA: msnd: Avoid duplicated driver name 2013-11-29 11:11:45 -08:00
opti9xx ALSA: opti9xx: Fix conflicting driver object name 2013-09-07 22:09:57 -07:00
sb ALSA: Remove the rest of __devinit* in comments 2012-12-07 07:41:56 +01:00
wavefront ALSA: isa: remove __dev* attributes 2012-12-07 07:32:17 +01:00
wss ALSA: wss_lib: Fix resume on Yamaha OPL3-SAx 2012-07-16 11:24:05 +02:00
Kconfig Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP 2014-08-15 11:41:43 -07:00
Makefile ALSA: introduce snd-cmi8328: C-Media CMI8328 driver 2012-08-21 07:30:46 +02:00
adlib.c ALSA: isa: remove __dev* attributes 2012-12-07 07:32:17 +01:00
als100.c ALSA: isa: remove __dev* attributes 2012-12-07 07:32:17 +01:00
azt2320.c ALSA: isa: remove __dev* attributes 2012-12-07 07:32:17 +01:00
cmi8328.c ALSA: isa: remove __dev* attributes 2012-12-07 07:32:17 +01:00
cmi8330.c ALSA: isa: remove __dev* attributes 2012-12-07 07:32:17 +01:00
es18xx.c ALSA: isa: remove __dev* attributes 2012-12-07 07:32:17 +01:00
opl3sa2.c ALSA: isa: remove __dev* attributes 2012-12-07 07:32:17 +01:00
sc6000.c ALSA: isa: remove __dev* attributes 2012-12-07 07:32:17 +01:00
sscape.c ALSA: isa: remove __dev* attributes 2012-12-07 07:32:17 +01:00