diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-16 17:17:36 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-16 17:17:36 -0500 |
commit | 94bbdb63d7ed5ca56b788e43d0ca4a8f9494c9e7 (patch) | |
tree | 7fd7589b8947f9f603fa61417a8472e2dc8c16d9 /arch/arm/configs | |
parent | 36c0a48fe5fa119090749e5fa774e95c7bfd0f5e (diff) | |
parent | 5f1b2953da58e51e97eea9b7235545d72e9e1dab (diff) |
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC fixes from Arnd Bergmann:
"Here are the first arm-soc bug fixes. Most of these are OMAP related
fixes for regressions or minor bugs. Aside from that, there are a few
defconfig changes for various platforms"
* tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
iommu/exynos: Fix arm64 allmodconfig build
ARM: defconfigs: use CONFIG_CPUFREQ_DT
ARM: omap2plus_defconfig: Enable AHCI_PLATFORM driver
ARM: dts: am437x-sk-evm.dts: fix LCD timings
ARM: dts: dra7-evm: Update SMPS7 (VDD_CORE) max voltage to match DM
ARM: dts: dra7-evm: Fix typo in SMPS6 (VDD_GPU) max voltage
ARM: OMAP2+: AM43x: Add ID for ES1.2
ARM: dts: am437x-sk: fix lcd enable pin mux data
ARM: dts: Fix gpmc regression for omap 2430sdp smc91x
Revert "ARM: shmobile: multiplatform: add Audo DMAC peri peri support on defconfig"
ARM: dts: dra7: fix DSS PLL clock mux registers
ARM: dts: DRA7: wdt: Fix compatible property for watchdog node
ARM: OMAP2+: clock: remove unused function prototype
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 2 | ||||
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 2 | ||||
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index d7896580f3bb..2328fe752e9c 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig | |||
@@ -479,4 +479,4 @@ CONFIG_DEBUG_FS=y | |||
479 | CONFIG_MAGIC_SYSRQ=y | 479 | CONFIG_MAGIC_SYSRQ=y |
480 | CONFIG_LOCKUP_DETECTOR=y | 480 | CONFIG_LOCKUP_DETECTOR=y |
481 | CONFIG_CRYPTO_DEV_TEGRA_AES=y | 481 | CONFIG_CRYPTO_DEV_TEGRA_AES=y |
482 | CONFIG_GENERIC_CPUFREQ_CPU0=y | 482 | CONFIG_CPUFREQ_DT=y |
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 3e09286f7ff1..c2c3a852af9f 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig | |||
@@ -127,6 +127,8 @@ CONFIG_SRAM=y | |||
127 | CONFIG_SCSI=y | 127 | CONFIG_SCSI=y |
128 | CONFIG_BLK_DEV_SD=y | 128 | CONFIG_BLK_DEV_SD=y |
129 | CONFIG_SCSI_SCAN_ASYNC=y | 129 | CONFIG_SCSI_SCAN_ASYNC=y |
130 | CONFIG_ATA=y | ||
131 | CONFIG_SATA_AHCI_PLATFORM=y | ||
130 | CONFIG_MD=y | 132 | CONFIG_MD=y |
131 | CONFIG_NETDEVICES=y | 133 | CONFIG_NETDEVICES=y |
132 | # CONFIG_NET_VENDOR_ARC is not set | 134 | # CONFIG_NET_VENDOR_ARC is not set |
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 63fb5316ff02..df2c0f514b0a 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig | |||
@@ -146,7 +146,6 @@ CONFIG_RTC_CLASS=y | |||
146 | CONFIG_RTC_DRV_S35390A=y | 146 | CONFIG_RTC_DRV_S35390A=y |
147 | CONFIG_DMADEVICES=y | 147 | CONFIG_DMADEVICES=y |
148 | CONFIG_SH_DMAE=y | 148 | CONFIG_SH_DMAE=y |
149 | CONFIG_RCAR_AUDMAC_PP=y | ||
150 | CONFIG_RCAR_DMAC=y | 149 | CONFIG_RCAR_DMAC=y |
151 | # CONFIG_IOMMU_SUPPORT is not set | 150 | # CONFIG_IOMMU_SUPPORT is not set |
152 | CONFIG_PWM=y | 151 | CONFIG_PWM=y |
@@ -178,5 +177,5 @@ CONFIG_CPU_FREQ_GOV_USERSPACE=y | |||
178 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y | 177 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y |
179 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y | 178 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y |
180 | CONFIG_CPU_THERMAL=y | 179 | CONFIG_CPU_THERMAL=y |
181 | CONFIG_GENERIC_CPUFREQ_CPU0=y | 180 | CONFIG_CPUFREQ_DT=y |
182 | CONFIG_REGULATOR_DA9210=y | 181 | CONFIG_REGULATOR_DA9210=y |