diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-08-01 18:21:13 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-08-01 18:21:13 -0400 |
commit | 6f888fe31dfcda4cb25018b0af3f50049fcf0b7f (patch) | |
tree | 6ceaf26bd849e3aed2bb89fb2b3becd74872d882 /arch/arm/mach-bcm | |
parent | 5dd0bf621e84b9f48cbee8f4a31f4d68568aeaee (diff) | |
parent | 3cc5612b21bab85c8ce68636f2047f8477220b35 (diff) |
Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC cleanups from Olof Johansson:
"The cleanup branch keeps going down in size as we've completed a lot
of the major legacy platform removals and conversions.
A handful of changes this time around, some of the themes or larger
sets are:
- A bunch of i.MX cleanups around platform detection, init call cleanups
- Misc fixes of missing/implicit includes
- Removal of ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB"
* tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (40 commits)
ARM: mps2: fix typo
ARM: s3c64xx: avoid warning about 'struct device_node'
bus: mvebu-mbus: make mvebu_mbus_syscore_ops static
bus: mvebu-mbus: fix __iomem on register pointers
ARM: tegra: Remove board_init_funcs array
ARM: iop: Fix indentation
ARM: imx: remove cpu_is_mx*()
ARM: imx: remove last call to cpu_is_mx5*
ARM: imx: rework mx27_pm_init() call
ARM: imx: deconstruct mx3_idle
ARM: imx: deconstruct mxc_rnga initialization
ARM: imx: remove cpu_is_mx1 check
ARM: i.MX: Do not explicitly call l2x0_of_init()
ARM: i.MX: system.c: Tweak prefetch settings for performance
ARM: i.MX: system.c: Replace magic numbers
ARM: i.MX: system.c: Remove redundant errata 752271 code
ARM: i.MX: system.c: Convert goto to if statement
ARM: Kirkwood: fix kirkwood_pm_init() declaration/type
ARM: Kirkwood: make kirkwood_disable_mbus_error_propagation() static
ARM: orion5x: make orion5x_legacy_handle_irq static
...
Diffstat (limited to 'arch/arm/mach-bcm')
-rw-r--r-- | arch/arm/mach-bcm/Kconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index 4f1709b31822..5f63f513d9c9 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig | |||
@@ -17,7 +17,7 @@ config ARCH_BCM_IPROC | |||
17 | select ARM_GLOBAL_TIMER | 17 | select ARM_GLOBAL_TIMER |
18 | select COMMON_CLK_IPROC | 18 | select COMMON_CLK_IPROC |
19 | select CLKSRC_MMIO | 19 | select CLKSRC_MMIO |
20 | select ARCH_REQUIRE_GPIOLIB | 20 | select GPIOLIB |
21 | select ARM_AMBA | 21 | select ARM_AMBA |
22 | select PINCTRL | 22 | select PINCTRL |
23 | help | 23 | help |
@@ -80,7 +80,7 @@ comment "KONA architected SoCs" | |||
80 | 80 | ||
81 | config ARCH_BCM_MOBILE | 81 | config ARCH_BCM_MOBILE |
82 | bool | 82 | bool |
83 | select ARCH_REQUIRE_GPIOLIB | 83 | select GPIOLIB |
84 | select ARM_ERRATA_754322 | 84 | select ARM_ERRATA_754322 |
85 | select ARM_ERRATA_775420 | 85 | select ARM_ERRATA_775420 |
86 | select ARM_GIC | 86 | select ARM_GIC |
@@ -138,7 +138,7 @@ comment "Other Architectures" | |||
138 | config ARCH_BCM2835 | 138 | config ARCH_BCM2835 |
139 | bool "Broadcom BCM2835 family" | 139 | bool "Broadcom BCM2835 family" |
140 | depends on ARCH_MULTI_V6 || ARCH_MULTI_V7 | 140 | depends on ARCH_MULTI_V6 || ARCH_MULTI_V7 |
141 | select ARCH_REQUIRE_GPIOLIB | 141 | select GPIOLIB |
142 | select ARM_AMBA | 142 | select ARM_AMBA |
143 | select ARM_ERRATA_411920 if ARCH_MULTI_V6 | 143 | select ARM_ERRATA_411920 if ARCH_MULTI_V6 |
144 | select ARM_TIMER_SP804 | 144 | select ARM_TIMER_SP804 |
@@ -178,7 +178,6 @@ config ARCH_BRCMSTB | |||
178 | select BRCMSTB_L2_IRQ | 178 | select BRCMSTB_L2_IRQ |
179 | select BCM7120_L2_IRQ | 179 | select BCM7120_L2_IRQ |
180 | select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE | 180 | select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE |
181 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
182 | select SOC_BRCMSTB | 181 | select SOC_BRCMSTB |
183 | select SOC_BUS | 182 | select SOC_BUS |
184 | help | 183 | help |