diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-08 19:36:13 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-08 19:36:13 +0000 |
commit | ba2e2fa7be06ce440e61837274aef416d1fc8672 (patch) | |
tree | 8bd433668a52a0fa53fee5ecb08a9913ac33aa09 /target/linux/pxa/patches-2.6.21/031-mmc-card-detect.patch | |
parent | b27747291f8ab78a69e16cbbf172443f940127c7 (diff) |
[pxa] refresh 2.6.21 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14454 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/pxa/patches-2.6.21/031-mmc-card-detect.patch')
-rw-r--r-- | target/linux/pxa/patches-2.6.21/031-mmc-card-detect.patch | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/target/linux/pxa/patches-2.6.21/031-mmc-card-detect.patch b/target/linux/pxa/patches-2.6.21/031-mmc-card-detect.patch index 9954ed8438..890f19578a 100644 --- a/target/linux/pxa/patches-2.6.21/031-mmc-card-detect.patch +++ b/target/linux/pxa/patches-2.6.21/031-mmc-card-detect.patch @@ -1,7 +1,5 @@ -Index: linux-2.6.21.7/arch/arm/mach-pxa/gumstix.c -=================================================================== ---- linux-2.6.21.7.orig/arch/arm/mach-pxa/gumstix.c -+++ linux-2.6.21.7/arch/arm/mach-pxa/gumstix.c +--- a/arch/arm/mach-pxa/gumstix.c ++++ b/arch/arm/mach-pxa/gumstix.c @@ -29,19 +29,55 @@ #include "generic.h" @@ -61,10 +59,8 @@ Index: linux-2.6.21.7/arch/arm/mach-pxa/gumstix.c }; static struct pxa2xx_udc_mach_info gumstix_udc_info __initdata = { -Index: linux-2.6.21.7/include/asm-arm/arch-pxa/gumstix.h -=================================================================== ---- linux-2.6.21.7.orig/include/asm-arm/arch-pxa/gumstix.h -+++ linux-2.6.21.7/include/asm-arm/arch-pxa/gumstix.h +--- a/include/asm-arm/arch-pxa/gumstix.h ++++ b/include/asm-arm/arch-pxa/gumstix.h @@ -36,6 +36,12 @@ #define GPIO_GUMSTIX_USB_GPIOx_CON_MD (GPIO_GUMSTIX_USB_GPIOx | GPIO_OUT) #define GPIO_GUMSTIX_USB_GPIOx_DIS_MD (GPIO_GUMSTIX_USB_GPIOx | GPIO_IN) |