2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-18 10:13:57 +08:00
linux-next/arch/arm/mach-spear
Linus Walleij 5c34a4e89c ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB
This replaces:

- "select ARCH_REQUIRE_GPIOLIB" with "select GPIOLIB" as this can
  now be selected directly.

- "select ARCH_WANT_OPTIONAL_GPIOLIB" with no dependency: GPIOLIB
  is now selectable by everyone, so we need not declare our
  intent to select it.

When ordering the symbols the following rationale was used:
if the selects were in alphabetical order, I moved select GPIOLIB
to be in alphabetical order, but if the selects were not
maintained in alphabetical order, I just replaced
"select ARCH_REQUIRE_GPIOLIB" with "select GPIOLIB".

Cc: Michael Büsch <m@bues.ch>
Cc: arm@kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
2016-06-03 12:18:13 -07:00
..
include/mach Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
generic.h ARM: use const and __initconst for smp_operations 2015-12-01 22:17:45 +01:00
headsmp.S Shiraz has moved 2014-04-18 16:40:08 -07:00
hotplug.c ARM: Remove __ref on hotplug cpu die path 2015-10-22 09:55:03 -07:00
Kconfig ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB 2016-06-03 12:18:13 -07:00
Makefile ARM: arm-soc: late cleanups 2013-05-07 11:22:14 -07:00
pl080.c Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
pl080.h Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
platsmp.c ARM: use const and __initconst for smp_operations 2015-12-01 22:17:45 +01:00
restart.c Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
spear3xx.c Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
spear6xx.c Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma 2013-07-07 11:11:43 -07:00
spear13xx.c clocksource: cosmetic: Drop OF 'dependency' from symbols 2015-10-01 02:18:39 +02:00
spear300.c Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
spear310.c Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
spear320.c Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
spear1310.c Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
spear1340.c Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
time.c ARM: appropriate __init annotation for const data 2015-07-28 13:55:27 +02:00