diff options
| author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-03-29 16:54:54 -0400 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-03-29 16:54:54 -0400 |
| commit | b43d151e9679a06df896ac3db65a9dca80040fed (patch) | |
| tree | ac0b71ef0a28f795700d85a8c8e23ba3fb6eef30 | |
| parent | dfad549d98b60160547d1b8299051b9456c8da85 (diff) | |
| parent | 5f183860d5007ec76ea36bfa6c36d66e37f0dbcf (diff) | |
Merge branches 'fixes' and 'devel-stable' into for-linus
88 files changed, 1114 insertions, 616 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 93d595a7477a..4f8f3a4e4e0d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
| @@ -365,6 +365,7 @@ config ARCH_MXC | |||
| 365 | select GENERIC_CLOCKEVENTS | 365 | select GENERIC_CLOCKEVENTS |
| 366 | select ARCH_REQUIRE_GPIOLIB | 366 | select ARCH_REQUIRE_GPIOLIB |
| 367 | select CLKDEV_LOOKUP | 367 | select CLKDEV_LOOKUP |
| 368 | select HAVE_SCHED_CLOCK | ||
| 368 | help | 369 | help |
| 369 | Support for Freescale MXC/iMX-based family of processors | 370 | Support for Freescale MXC/iMX-based family of processors |
| 370 | 371 | ||
diff --git a/arch/arm/include/asm/mach/udc_pxa2xx.h b/arch/arm/include/asm/mach/udc_pxa2xx.h index 833306ee9e7f..ea297ac70bc6 100644 --- a/arch/arm/include/asm/mach/udc_pxa2xx.h +++ b/arch/arm/include/asm/mach/udc_pxa2xx.h | |||
| @@ -20,8 +20,6 @@ struct pxa2xx_udc_mach_info { | |||
| 20 | * VBUS IRQ and omit the methods above. Store the GPIO number | 20 | * VBUS IRQ and omit the methods above. Store the GPIO number |
| 21 | * here. Note that sometimes the signals go through inverters... | 21 | * here. Note that sometimes the signals go through inverters... |
| 22 | */ | 22 | */ |
| 23 | bool gpio_vbus_inverted; | ||
| 24 | int gpio_vbus; /* high == vbus present */ | ||
| 25 | bool gpio_pullup_inverted; | 23 | bool gpio_pullup_inverted; |
| 26 | int gpio_pullup; /* high == pullup activated */ | 24 | int gpio_pullup; /* high == pullup activated */ |
| 27 | }; | 25 | }; |
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 5eec099e0c72..56b930a13443 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
| @@ -255,6 +255,7 @@ config MACH_IMX27_VISSTRIM_M10 | |||
| 255 | bool "Vista Silicon i.MX27 Visstrim_m10" | 255 | bool "Vista Silicon i.MX27 Visstrim_m10" |
| 256 | select SOC_IMX27 | 256 | select SOC_IMX27 |
| 257 | select IMX_HAVE_PLATFORM_IMX_I2C | 257 | select IMX_HAVE_PLATFORM_IMX_I2C |
| 258 | select IMX_HAVE_PLATFORM_IMX_SSI | ||
| 258 | select IMX_HAVE_PLATFORM_IMX_UART | 259 | select IMX_HAVE_PLATFORM_IMX_UART |
| 259 | select IMX_HAVE_PLATFORM_MXC_MMC | 260 | select IMX_HAVE_PLATFORM_MXC_MMC |
| 260 | select IMX_HAVE_PLATFORM_MXC_EHCI | 261 | select IMX_HAVE_PLATFORM_MXC_EHCI |
diff --git a/arch/arm/mach-imx/eukrea_mbimxsd25-baseboard.c b/arch/arm/mach-imx/eukrea_mbimxsd25-baseboard.c index cb705c28de02..6269053505f7 100644 --- a/arch/arm/mach-imx/eukrea_mbimxsd25-baseboard.c +++ b/arch/arm/mach-imx/eukrea_mbimxsd25-baseboard.c | |||
| @@ -34,6 +34,7 @@ | |||
| 34 | #include <mach/mx25.h> | 34 | #include <mach/mx25.h> |
| 35 | #include <mach/imx-uart.h> | 35 | #include <mach/imx-uart.h> |
| 36 | #include <mach/audmux.h> | 36 | #include <mach/audmux.h> |
| 37 | #include <mach/esdhc.h> | ||
| 37 | 38 | ||
| 38 | #include "devices-imx25.h" | 39 | #include "devices-imx25.h" |
| 39 | 40 | ||
| @@ -242,6 +243,11 @@ struct imx_ssi_ | |||
