Changeset 17973


Ignore:
Timestamp:
12/07/11 19:02:53 (18 months ago)
Author:
BrainSlayer
Message:

only for trying

Location:
src/linux/pb42/linux-2.6.34.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/linux/pb42/linux-2.6.34.6/arch/mips/ar7100/gpio_driver.c

    r17695 r17973  
    329329 
    330330//wl gpios 
    331  
     331#ifndef CONFIG_AR9100 
    332332 
    333333        { 
     
    491491                .active_low     = 1, 
    492492        },  
    493  
    494  
    495  
     493#endif 
    496494}; 
    497495 
     
    500498{ 
    501499        int err; 
    502  
     500        printk(KERN_INFO "Register LED Device\n"); 
    503501        if (!request_mem_region(AR71XX_GPIO_BASE, AR71XX_GPIO_SIZE, 
    504502                                "AR71xx GPIO controller")) 
  • src/linux/pb42/linux-2.6.34.6/drivers/mtd/chips/cfi_cmdset_0002.c

    r17487 r17973  
    621621 
    622622        case FL_ERASING: 
    623                 if (1 /* no suspend */ || !cfip || !(cfip->EraseSuspend & (0x1|0x2)) || 
     623//              if (1 /* no suspend */ || !cfip || !(cfip->EraseSuspend & (0x1|0x2)) || 
     624                if (!cfip || !(cfip->EraseSuspend & (0x1|0x2)) || 
    624625                    !(mode == FL_READY || mode == FL_POINT || 
    625626                    (mode == FL_WRITING && (cfip->EraseSuspend & 0x2)))) 
Note: See TracChangeset for help on using the changeset viewer.