Author: hauke
Date: 2014-07-06 01:36:05 +0200 (Sun, 06 Jul 2014)
New Revision: 41522

Modified:
   trunk/target/linux/cns21xx/patches-3.10/100-cns21xx-core.patch
   trunk/target/linux/cns21xx/patches-3.10/103-cns21xx-usb-ohci-support.patch
Log:
cns21xx: make patch apply again

Signed-off-by: Hauke Mehrtens <[email protected]>


Modified: trunk/target/linux/cns21xx/patches-3.10/100-cns21xx-core.patch
===================================================================
--- trunk/target/linux/cns21xx/patches-3.10/100-cns21xx-core.patch      
2014-07-05 23:35:36 UTC (rev 41521)
+++ trunk/target/linux/cns21xx/patches-3.10/100-cns21xx-core.patch      
2014-07-05 23:36:05 UTC (rev 41522)
@@ -1485,7 +1485,7 @@
 +}
 --- a/arch/arm/mm/Kconfig
 +++ b/arch/arm/mm/Kconfig
-@@ -904,6 +904,7 @@ config ARM_L1_CACHE_SHIFT_6
+@@ -903,6 +903,7 @@ config ARM_L1_CACHE_SHIFT_6
  config ARM_L1_CACHE_SHIFT
        int
        default 6 if ARM_L1_CACHE_SHIFT_6

Modified: 
trunk/target/linux/cns21xx/patches-3.10/103-cns21xx-usb-ohci-support.patch
===================================================================
--- trunk/target/linux/cns21xx/patches-3.10/103-cns21xx-usb-ohci-support.patch  
2014-07-05 23:35:36 UTC (rev 41521)
+++ trunk/target/linux/cns21xx/patches-3.10/103-cns21xx-usb-ohci-support.patch  
2014-07-05 23:36:05 UTC (rev 41522)
@@ -245,14 +245,14 @@
 +MODULE_ALIAS("platform:" DRIVER_NAME);
 --- a/drivers/usb/host/ohci.h
 +++ b/drivers/usb/host/ohci.h
-@@ -405,6 +405,7 @@ struct ohci_hcd {
- #define       OHCI_QUIRK_HUB_POWER    0x100                   /* distrust 
firmware power/oc setup */
+@@ -406,6 +406,7 @@ struct ohci_hcd {
  #define       OHCI_QUIRK_AMD_PLL      0x200                   /* AMD PLL 
quirk*/
  #define       OHCI_QUIRK_AMD_PREFETCH 0x400                   /* pre-fetch 
for ISO transfer */
+ #define       OHCI_QUIRK_GLOBAL_SUSPEND       0x800           /* must suspend 
ports */
 +#define       OHCI_QUIRK_INIT_FMINTERVAL 0x1000               /* fminterval 
must be initialized */
+ 
        // there are also chip quirks/bugs in init logic
  
-       struct work_struct      nec_work;       /* Worker for NEC quirk */
 --- a/arch/arm/Kconfig
 +++ b/arch/arm/Kconfig
 @@ -374,6 +374,7 @@ config ARCH_CNS21XX
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to