Age | Commit message (Expand) | Author | Files | Lines |
2008-07-15 | [MIPS] txx9_cpu_clock setup move to rbtx4927_time_init() | Yoichi Yuasa | 1 | -49/+49 |
2008-07-15 | [MIPS] txx9_board_vec set directly without mips_machtype | Yoichi Yuasa | 1 | -26/+8 |
2008-07-15 | [MIPS] IP22: Add platform device for Indy volume buttons | Thomas Bogendoerfer | 2 | -49/+13 |
2008-07-15 | [MIPS] cmbvr4133: Remove support | Yoichi Yuasa | 9 | -675/+0 |
2008-07-15 | [MIPS] remove wrppmc_machine_power_off() | Yoichi Yuasa | 2 | -7/+1 |
2008-07-15 | [MIPS] replace inline assembler to cpu_wait() | Yoichi Yuasa | 1 | -5/+4 |
2008-07-15 | [MIPS] IP22/28: Add platform devices for HAL2 | Thomas Bogendoerfer | 2 | -0/+12 |
2008-07-15 | [MIPS] TXx9: Update and merge defconfigs | Atsushi Nemoto | 3 | -708/+14 |
2008-07-15 | [MIPS] TXx9: Make single kernel can support multiple boards | Atsushi Nemoto | 23 | -536/+470 |
2008-07-15 | [MIPS] TXx9: Update defconfigs | Atsushi Nemoto | 3 | -189/+340 |
2008-07-15 | [MIPS] TXx9: Reorganize PCI code | Atsushi Nemoto | 20 | -1630/+1397 |
2008-07-15 | [MIPS] TXx9: Reorganize code | Atsushi Nemoto | 40 | -185/+77 |
2008-07-15 | [MIPS] txx9: Make gpio_txx9 entirely spinlock-safe | Atsushi Nemoto | 1 | -4/+6 |
2008-07-15 | [MIPS] Malta: Cleanup organization of code into directories. | Ralf Baechle | 19 | -59/+23 |
2008-07-15 | [MIPS] Remove always true ifdef conditions. | Ralf Baechle | 5 | -19/+2 |
2008-07-15 | [MIPS] MSC01: Cleanup configuration. | Ralf Baechle | 1 | -1/+1 |
2008-07-15 | [MIPS] Remove impossible ifdef and code wrapped by it. | Ralf Baechle | 1 | -13/+0 |
2008-07-15 | [MIPS] SEAD: Remove support code. | Ralf Baechle | 51 | -953/+2 |
2008-07-15 | [MIPS] Atlas: Remove support code. | Ralf Baechle | 55 | -2159/+2 |
2008-07-15 | [MIPS] Enable -ffunction-sections sections. | Ralf Baechle | 1 | -1/+1 |
2008-07-15 | [MIPS] Bigsur: Make defconfig a bit more useful. | Ralf Baechle | 1 | -58/+104 |
2008-07-15 | [MIPS] Replace use of print_symbol with new %sP pointer format. | Ralf Baechle | 3 | -17/+12 |
2008-07-15 | [MIPS] rbtx4927: misc cleanups | Atsushi Nemoto | 7 | -553/+29 |
2008-07-15 | [MIPS] Declare some pci variables in header file | Atsushi Nemoto | 4 | -4/+0 |
2008-07-15 | [MIPS] IP32: Add platform devices for audio and volume button | Thomas Bogendoerfer | 1 | -0/+36 |
2008-07-15 | [MIPS] IP28: switch to "normal" mode after PROM no longer needed | Thomas Bogendoerfer | 1 | -0/+26 |
2008-07-15 | [MIPS] Add an appropriate header into display.c | Dmitri Vorobiev | 1 | -0/+1 |
2008-07-15 | [MIPS] Make gcmp_probe() static | Dmitri Vorobiev | 1 | -1/+1 |
2008-07-15 | [MIPS] A few cleanups in malta_int.c | Dmitri Vorobiev | 1 | -3/+6 |
2008-07-15 | [MIPS] Namespace clean-up in arch/mips/pci/pci.c | Dmitri Vorobiev | 1 | -2/+1 |
2008-07-15 | [MIPS] i8253: make the pit_clockevent variable static | Dmitri Vorobiev | 1 | -1/+1 |
2008-07-15 | [MIPS] Enable FAST-20 for onboard scsi | Thomas Bogendoerfer | 1 | -0/+7 |
2008-07-15 | [MIPS] Cobalt: Register new LCD platform device. | Yoichi Yuasa | 2 | -1/+56 |
2008-07-15 | [MIPS] Use kernel-supplied ARRAY_SIZE() macro. | Robert P. J. Day | 2 | -3/+3 |
2008-07-15 | [MIPS] IRIX: Goodbye and thanks for all the fish | Ralf Baechle | 10 | -5755/+0 |
2008-07-15 | [MIPS] Alchemy, PNX: Use symbolic constants for DMA masks. | Ralf Baechle | 3 | -20/+23 |
2008-07-15 | [MIPS] unexport {allocate,free}_irqno | Dmitri Vorobiev | 1 | -4/+0 |
2008-07-15 | [MIPS] Make two functions static | Dmitri Vorobiev | 2 | -4/+2 |
2008-07-15 | [MIPS] fix sparse warning about setup_early_printk() | Dmitri Vorobiev | 2 | -5/+3 |
2008-07-15 | [MIPS] Remove obsolete isa_slot_offset | Maciej W. Rozycki | 5 | -14/+0 |
2008-07-15 | [MIPS] Remove board_watchpoint_handler | David Daney | 1 | -6/+0 |
2008-07-15 | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 40 | -1002/+935 |
2008-07-08 | [MIPS] Fix 32bit kernels on R4k with 128 byte cache line size | Thomas Bogendoerfer | 1 | -29/+32 |
2008-07-08 | [MIPS] Atlas, decstation: Fix section mismatches triggered by defconfigs | Shane McDonald | 2 | -5/+5 |
2008-07-03 | [MIPS] cevt-txx9: Reset timer counter on initialization | Atsushi Nemoto | 1 | -0/+3 |
2008-07-03 | [MIPS] IP22: Fix crashes due to wrong L1_CACHE_BYTES | Thomas Bogendoerfer | 1 | -1/+1 |
2008-07-03 | [MIPS] IP32: Fix unexpected irq 71 | Thomas Bogendoerfer | 1 | -0/+5 |
2008-06-21 | basler-excite: BKL pushdown | Arnd Bergmann | 1 | -1/+8 |
2008-06-16 | [MIPS] Au1200: MMC resource size off by one | Sergei Shtylyov | 1 | -2/+2 |
2008-06-16 | [MIPS] TANBAC: Update defconfig | Yoichi Yuasa | 3 | -288/+303 |