| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/khil... | Russell King | 2009-05-29 | 106 | -952/+4259 |
|\ |
|
| * | davinci: defconfig update: add EMAC | Kevin Hilman | 2009-05-28 | 1 | -3/+7 |
| * | davinci: add SRAM allocator | David Brownell | 2009-05-28 | 4 | -1/+103 |
| * | davinci: soc-specific SRAM setup | David Brownell | 2009-05-28 | 4 | -0/+33 |
| * | davinci: remove remnants of IRAM allocator | David Brownell | 2009-05-28 | 2 | -5/+0 |
| * | davinci: cleanup: move dm355 UART2 define to dm355.c | Kevin Hilman | 2009-05-28 | 2 | -2/+2 |
| * | davinci: Move PINMUX defines to SoC files | Mark A. Greer | 2009-05-28 | 5 | -11/+15 |
| * | davinci: Add compare register support to timer code | Mark A. Greer | 2009-05-28 | 2 | -38/+105 |
| * | davinci: Integrate cp_intc support into low-level irq code | Mark A. Greer | 2009-05-28 | 5 | -2/+32 |
| * | davinci: Factor out emac mac address handling | Mark A. Greer | 2009-05-28 | 5 | -65/+20 |
| * | davinci: Remove unused i2c eeprom_read/write routines | Mark A. Greer | 2009-05-28 | 2 | -36/+0 |
| * | davinci: Move emac platform_data to SoC-specific files | Mark A. Greer | 2009-05-28 | 9 | -67/+46 |
| * | davinci: Move serial platform_device into SoC-specific files | Mark A. Greer | 2009-05-28 | 6 | -65/+135 |
| * | davinci: Make GPIO code more generic | Mark A. Greer | 2009-05-28 | 6 | -31/+37 |
| * | davinci: Add watchdog base address flexibility | Mark A. Greer | 2009-05-26 | 7 | -5/+12 |
| * | davinci: Add base address and timer flexibility | Mark A. Greer | 2009-05-26 | 7 | -55/+181 |
| * | davinci: Move interrupt ctlr info to SoC infrastructure | Mark A. Greer | 2009-05-26 | 8 | -214/+229 |
| * | davinci: Move pinmux setup info to SoC infrastructure | Mark A. Greer | 2009-05-26 | 6 | -26/+25 |
| * | davinci: Add support for multiple PSCs | Mark A. Greer | 2009-05-26 | 8 | -14/+57 |
| * | davinci: Add clock init call to common init routine | Mark A. Greer | 2009-05-26 | 5 | -3/+13 |
| * | davinci: Support JTAG ID register at any address | Mark A. Greer | 2009-05-26 | 8 | -128/+97 |
| * | davinci: Encapsulate SoC-specific data in a structure | Mark A. Greer | 2009-05-26 | 13 | -47/+127 |
| * | davinci: EMAC platform support | Kevin Hilman | 2009-05-26 | 8 | -27/+161 |
| * | davinci: MMC platform support | Kevin Hilman | 2009-05-26 | 5 | -0/+271 |
| * | davinci: update davinci_all_defconfig for dm355, dm6467 | Kevin Hilman | 2009-05-26 | 1 | -3/+12 |
| * | davinci: DM646x: add base SoC and board support | Kevin Hilman | 2009-05-26 | 5 | -0/+714 |
| * | davinci: DM355: add base SoC and board support | Kevin Hilman | 2009-05-26 | 7 | -1/+1123 |
| * | davinci: DM644x: add support for SFFSDR board | Hugo Villeneuve | 2009-05-26 | 3 | -0/+188 |
| * | davinci: add platform support for watchdog timer | Kevin Hilman | 2009-05-26 | 3 | -5/+42 |
| * | davinci: INTC: add support for TI cp_intc | Sergei Shtylyov | 2009-05-26 | 4 | -0/+222 |
| * | davinci: support different UART bases for zImage uncompress | Mark A. Greer | 2009-05-26 | 1 | -2/+17 |
| * | davinci: interrupts: get_irqnr_and_base: save an instruction | Troy Kisky | 2009-05-26 | 1 | -2/+1 |
| * | davinci: use 32-bit accesses for low-level debug macros | Chaithrika U S | 2009-05-26 | 1 | -2/+29 |
| * | davinci: fixups for banked GPIO interrupt handling | Kevin Hilman | 2009-05-26 | 1 | -1/+3 |
| * | davinci: gpio irq enable tweaks | David Brownell | 2009-05-26 | 1 | -6/+14 |
| * | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2009-05-22 | 2 | -4/+5 |
| |\ |
|
| | * | MIPS: IP32: Remove unnecessary if not even harmful volatile keywords. | Ralf Baechle | 2009-05-22 | 1 | -3/+3 |
| | * | MIPS: IP32: Fix build error due to uninitialized variable. | Ralf Baechle | 2009-05-22 | 1 | -0/+1 |
| | * | MIPS: Fix sparse warning in incompatiable argument type of clear_user. | Wu Zhangjin | 2009-05-22 | 1 | -1/+1 |
| * | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2009-05-22 | 1 | -0/+14 |
| |\ \ |
|
| | * | | powerpc/maple: Add a quirk to disable MSI for IPR on Bimini | Michael Ellerman | 2009-05-22 | 1 | -0/+14 |
| | |/ |
|
| * / | sh: ap325 camera without i2c driver fix | Magnus Damm | 2009-05-22 | 1 | -0/+3 |
| |/ |
|
| * | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2009-05-20 | 6 | -15/+10 |
| |\ |
|
| | * | MIPS: 64-bit: Fix system lockup. | Greg Ungerer | 2009-05-20 | 3 | -10/+5 |
| | * | MIPS: IP28: Change to build with -mr10k-cache-barrier=store | peter fuerst | 2009-05-20 | 1 | -3/+3 |
| | * | MIPS: IP22: Fix hang in power button interrupt handler | Ralf Baechle | 2009-05-20 | 1 | -1/+1 |
| | * | MIPS: IP32: Fix hang on shutdown in power button interrupt handler. | Andrew Randrianasulu | 2009-05-20 | 1 | -1/+1 |
| * | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-05-20 | 31 | -131/+150 |
| |\ \
| | |/
| |/| |
|
| | * | [ARM] 5517/1: integrator: don't put clock lookups in __initdata | Rabin Vincent | 2009-05-18 | 1 | -1/+1 |
| | * | [ARM] 5518/1: versatile: don't put clock lookups in __initdata | Rabin Vincent | 2009-05-18 | 1 | -1/+1 |