Changeset 17973
- Timestamp:
- 12/07/11 19:02:53 (18 months ago)
- Location:
- src/linux/pb42/linux-2.6.34.6
- Files:
-
- 2 edited
-
arch/mips/ar7100/gpio_driver.c (modified) (3 diffs)
-
drivers/mtd/chips/cfi_cmdset_0002.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/linux/pb42/linux-2.6.34.6/arch/mips/ar7100/gpio_driver.c
r17695 r17973 329 329 330 330 //wl gpios 331 331 #ifndef CONFIG_AR9100 332 332 333 333 { … … 491 491 .active_low = 1, 492 492 }, 493 494 495 493 #endif 496 494 }; 497 495 … … 500 498 { 501 499 int err; 502 500 printk(KERN_INFO "Register LED Device\n"); 503 501 if (!request_mem_region(AR71XX_GPIO_BASE, AR71XX_GPIO_SIZE, 504 502 "AR71xx GPIO controller")) -
src/linux/pb42/linux-2.6.34.6/drivers/mtd/chips/cfi_cmdset_0002.c
r17487 r17973 621 621 622 622 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)) || 624 625 !(mode == FL_READY || mode == FL_POINT || 625 626 (mode == FL_WRITING && (cfip->EraseSuspend & 0x2))))
Note: See TracChangeset
for help on using the changeset viewer.
