diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-23 19:01:01 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-23 19:01:01 -0400 |
| commit | b85c14fb833e6da127188aa61b0a2aec8111bf59 (patch) | |
| tree | 059a0f91819a8e4f6dc26d75b6ee6e42d29e4fbe | |
| parent | ce447f34a7696268d1c7a7c44a0d5ef7a8176491 (diff) | |
| parent | 913bdf1217f40c5e68c6b09f299177e5cd9629bd (diff) | |
Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull non-critical arm-soc bug fixes from Arnd Bergmann:
"These were submitted as bug fixes before v3.5 but not considered
important enough to be included in it."
* tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (29 commits)
ARM:vt8500: Convert to use .restart and remove arch_reset()
ARM: davinci: da8xx: fix interrupt handling
ARM: OMAP2+: fix CONFIG_CPU_IDLE dependency on CONFIG_PM
ARM: mxs/tx28: fix odd include
ARM: OMAP: remove unused cpu detection macros
ARM: OMAP: fix typos related to OMAP330
ARM: OMAP7XX: Remove omap730.h and omap850.h
ARM: OMAP2+: fix naming collision of variable nr_irqs
ARM: OMAP: omap2plus_defconfig: Enable EXT4 support
ARM: OMAP depends on MMU
arm: omap3: am35x: Set proper powerdomain states
ARM: OMAP AM35x: clockdomain data: Fix clockdomain dependencies
ARM: OMAP AM35x: EMAC/MDIO integration: Add Davinci EMAC/MDIO hwmod support
ARM: OMAP: AM35xx: fix UART4 softreset
ARM: OMAP AM35xx: clock and hwmod data: fix UART4 data
ARM: OMAP AM35xx: clock and hwmod data: fix AM35xx HSOTGUSB hwmod
ARM: OMAP: Fix dts files w/ status property: "disable" -> "disabled"
ARM: OMAP: beagle: Set USB Host Port 1 to OMAP_USBHS_PORT_MODE_UNUSED
ARM: OMAP2: twl-common: Fix compiler warning
ARM: OMAP: fix the ads7846 init code
...
44 files changed, 634 insertions, 421 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a91009c61870..0063845d2088 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
| @@ -936,6 +936,7 @@ config ARCH_DAVINCI | |||
| 936 | 936 | ||
| 937 | config ARCH_OMAP | 937 | config ARCH_OMAP |
| 938 | bool "TI OMAP" | 938 | bool "TI OMAP" |
| 939 | depends on MMU | ||
| 939 | select HAVE_CLK | 940 | select HAVE_CLK |
| 940 | select ARCH_REQUIRE_GPIOLIB | 941 | select ARCH_REQUIRE_GPIOLIB |
| 941 | select ARCH_HAS_CPUFREQ | 942 | select ARCH_HAS_CPUFREQ |
diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts index 5b4506c0a8c4..cdcb98c7e075 100644 --- a/arch/arm/boot/dts/omap3-beagle.dts +++ b/arch/arm/boot/dts/omap3-beagle.dts | |||
| @@ -61,9 +61,9 @@ | |||
| 61 | }; | 61 | }; |
| 62 | 62 | ||
| 63 | &mmc2 { | 63 | &mmc2 { |
| 64 | status = "disable"; | 64 | status = "disabled"; |
| 65 | }; | 65 | }; |
| 66 | 66 | ||
| 67 | &mmc3 { | 67 | &mmc3 { |
| 68 | status = "disable"; | 68 | status = "disabled"; |
| 69 | }; | 69 | }; |
diff --git a/arch/arm/boot/dts/omap4-panda.dts b/arch/arm/boot/dts/omap4-panda.dts index 1efe0c587985..9d8abf0938e0 100644 --- a/arch/arm/boot/dts/omap4-panda.dts +++ b/arch/arm/boot/dts/omap4-panda.dts | |||
| @@ -74,15 +74,15 @@ | |||
| 74 | }; | 74 | }; |
| 75 | 75 | ||
| 76 | &mmc2 { | 76 | &mmc2 { |
| 77 | status = "disable"; | 77 | status = "disabled"; |
| 78 | }; | 78 | }; |
| 79 | 79 | ||
| 80 | &mmc3 { | 80 | &mmc3 { |
| 81 | status = "disable"; | 81 | status = "disabled"; |
| 82 | }; | 82 | }; |
| 83 | 83 | ||
| 84 | &mmc4 { | 84 | &mmc4 { |
| 85 | status = "disable"; | 85 | status = "disabled"; |
| 86 | }; | 86 | }; |
| 87 | 87 | ||
| 88 | &mmc5 { | 88 | &mmc5 { |
diff --git a/arch/arm/boot/dts/omap4-sdp.dts b/arch/arm/boot/dts/omap4-sdp.dts index d08c4d137280..9b1c13a16c2c 100644 --- a/arch/arm/boot/dts/omap4-sdp.dts +++ b/arch/arm/boot/dts/omap4-sdp.dts | |||
| @@ -147,11 +147,11 @@ | |||
| 147 | }; | 147 | }; |
| 148 | 148 | ||
| 149 | &mmc3 { | 149 | &mmc3 { |
| 150 | status = "disable"; | 150 | status = "disabled"; |
| 151 | }; | 151 | }; |
| 152 | 152 | ||
| 153 | &mmc4 { | 153 | &mmc4 { |
| 154 | status = "disable"; | 154 | status = "disabled"; |
| 155 | }; | 155 | }; |
| 156 | 156 | ||
| 157 | &mmc5 { | 157 | &mmc5 { |
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 11828e632532..d3c29b377af9 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig | |||
| @@ -196,6 +196,7 @@ CONFIG_RTC_DRV_TWL4030=y | |||
| 196 | CONFIG_EXT2_FS=y | 196 | CONFIG_EXT2_FS=y |
| 197 | CONFIG_EXT3_FS=y | 197 | CONFIG_EXT3_FS=y |
| 198 | # CONFIG_EXT3_FS_XATTR is not set | 198 | # CONFIG_EXT3_FS_XATTR is not set |
| 199 | CONFIG_EXT4_FS=y | ||
| 199 | CONFIG_QUOTA=y | 200 | CONFIG_QUOTA=y |
| 200 | CONFIG_QFMT_V2=y | 201 | CONFIG_QFMT_V2=y |
| 201 | CONFIG_MSDOS_FS=y | 202 | CONFIG_MSDOS_FS=y |
diff --git a/arch/arm/mach-davinci/include/mach/entry-macro.S b/arch/arm/mach-davinci/include/mach/entry-macro.S index 768b3c060214..cf5f573eb5fd 100644 --- a/arch/arm/mach-davinci/include/mach/entry-macro.S +++ b/arch/arm/mach-davinci/include/mach/entry-macro.S | |||
| @@ -30,12 +30,10 @@ | |||
| 30 | #endif | 30 | #endif |
| 31 | #if defined(CONFIG_CP_INTC) | 31 | #if defined(CONFIG_CP_INTC) |
| 32 | 1001: ldr \irqnr, [\base, #0x80] /* get irq number */ | 32 | 1001: ldr \irqnr, [\base, #0x80] /* get irq number */ |
| 33 | mov \tmp, \irqnr, lsr #31 | ||
| 33 | and \irqnr, \irqnr, #0xff /* irq is in bits 0-9 */ | 34 | and \irqnr, \irqnr, #0xff /* irq is in bits 0-9 */ |
| 34 | mov \tmp, \irqnr, lsr #3 | 35 | and \tmp, \tmp, #0x1 |
| 35 | and \tmp, \tmp, #0xfc | 36 | cmp \tmp, #0x1 |
| 36 | add \tmp, \tmp, #0x280 /* get the register offset */ | ||
| 37 | ldr \irqstat, [\base, \tmp] /* get the intc status */ | ||
| 38 | cmp \irqstat, #0x0 | ||
| 39 | #endif | 37 | #endif |
| 40 | 1002: | 38 | 1002: |
| 41 | .endm | 39 | .endm |
diff --git a/arch/arm/mach-ep93xx/edb93xx.c b/arch/arm/mach-ep93xx/edb93xx.c index d74c5cddb98b..3bb8e56969a5 100644 --- a/arch/arm/mach-ep93xx/edb93xx.c +++ b/arch/arm/mach-ep93xx/edb93xx.c | |||
| @@ -91,8 +91,8 @@ static void __init edb93xx_register_i2c(void) | |||
| 91 | ep93xx_register_i2c(&edb93xx_i2c_gpio_data, | 91 | ep93xx_register_i2c(&edb93xx_i2c_gpio_data, |
| 92 | edb93xxa_i2c_board_info, | 92 | edb93xxa_i2c_board_info, |
| 93 | ARRAY_SIZE(edb93xxa_i2c_board_info)); | 93 | ARRAY_SIZE(edb93xxa_i2c_board_info)); |
| 94 | } else if (machine_is_edb9307() || machine_is_edb9312() || | 94 | } else if (machine_is_edb9302() || machine_is_edb9307() |
| 95 | machine_is_edb9315()) { | 95 | || machine_is_edb9312() || machine_is_edb9315()) { |
| 96 | ep93xx_register_i2c(&edb93xx_i2c_gpio_data, | 96 | ep93xx_register_i2c(&edb93xx_i2c_gpio_data, |
