| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2009-06-23 | 1 | -2/+6 |
|\ |
|
| * | Merge branch 'next-mtd' of git://aeryn.fluff.org.uk/bjdooks/linux | David Woodhouse | 2009-06-08 | 1 | -0/+25 |
| |\ |
|
| * | | mtd: nand: davinci_nand, 4-bit ECC for smallpage | David Brownell | 2009-06-05 | 1 | -2/+6 |
* | | | davinci: add SRAM allocator | David Brownell | 2009-05-29 | 1 | -0/+27 |
* | | | davinci: soc-specific SRAM setup | David Brownell | 2009-05-29 | 1 | -0/+6 |
* | | | davinci: remove remnants of IRAM allocator | David Brownell | 2009-05-29 | 2 | -5/+0 |
* | | | davinci: cleanup: move dm355 UART2 define to dm355.c | Kevin Hilman | 2009-05-29 | 1 | -2/+0 |
* | | | davinci: Move PINMUX defines to SoC files | Mark A. Greer | 2009-05-29 | 1 | -10/+0 |
* | | | davinci: Add compare register support to timer code | Mark A. Greer | 2009-05-29 | 1 | -0/+2 |
* | | | davinci: Integrate cp_intc support into low-level irq code | Mark A. Greer | 2009-05-29 | 2 | -0/+20 |
* | | | davinci: Factor out emac mac address handling | Mark A. Greer | 2009-05-29 | 1 | -3/+3 |
* | | | davinci: Remove unused i2c eeprom_read/write routines | Mark A. Greer | 2009-05-29 | 1 | -20/+0 |
* | | | davinci: Move emac platform_data to SoC-specific files | Mark A. Greer | 2009-05-29 | 3 | -2/+1 |
* | | | davinci: Move serial platform_device into SoC-specific files | Mark A. Greer | 2009-05-29 | 2 | -1/+2 |
* | | | davinci: Make GPIO code more generic | Mark A. Greer | 2009-05-29 | 2 | -6/+11 |
* | | | davinci: Add watchdog base address flexibility | Mark A. Greer | 2009-05-26 | 2 | -0/+2 |
* | | | davinci: Add base address and timer flexibility | Mark A. Greer | 2009-05-26 | 2 | -0/+47 |
* | | | davinci: Move interrupt ctlr info to SoC infrastructure | Mark A. Greer | 2009-05-26 | 3 | -1/+10 |
* | | | davinci: Move pinmux setup info to SoC infrastructure | Mark A. Greer | 2009-05-26 | 2 | -6/+3 |
* | | | davinci: Add support for multiple PSCs | Mark A. Greer | 2009-05-26 | 2 | -3/+7 |
* | | | davinci: Add clock init call to common init routine | Mark A. Greer | 2009-05-26 | 1 | -0/+1 |
* | | | davinci: Support JTAG ID register at any address | Mark A. Greer | 2009-05-26 | 2 | -9/+26 |
* | | | davinci: Encapsulate SoC-specific data in a structure | Mark A. Greer | 2009-05-26 | 2 | -3/+12 |
* | | | davinci: EMAC platform support | Kevin Hilman | 2009-05-26 | 3 | -0/+47 |
* | | | davinci: MMC platform support | Kevin Hilman | 2009-05-26 | 1 | -0/+33 |
* | | | davinci: DM646x: add base SoC and board support | Kevin Hilman | 2009-05-26 | 1 | -0/+18 |
* | | | davinci: DM355: add base SoC and board support | Kevin Hilman | 2009-05-26 | 2 | -1/+24 |
* | | | davinci: INTC: add support for TI cp_intc | Sergei Shtylyov | 2009-05-26 | 1 | -0/+57 |
* | | | 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 |
| |/
|/| |
|
* | | Merge branch 'fix/asoc' into for-linus | Takashi Iwai | 2009-05-15 | 1 | -0/+25 |
|\ \
| |/
|/| |
|
| * | ASoC: DaVinci EVM board support buildfixes | David Brownell | 2009-05-15 | 1 | -0/+25 |
* | | davinci: update DM644x support in preparation for more SoCs | Kevin Hilman | 2009-04-27 | 3 | -0/+63 |
* | | davinci: update pin-multiplexing support | Kevin Hilman | 2009-04-27 | 1 | -46/+174 |
* | | davinci: serial: generalize for more SoCs | Kevin Hilman | 2009-04-27 | 1 | -3/+18 |
* | | davinci: DM355 IRQ Definitions | s-paulraj@ti.com | 2009-04-27 | 1 | -0/+51 |
* | | davinci: DM646x: add interrupt number and priorities | Sudhakar Rajashekhara | 2009-04-27 | 1 | -1/+51 |
* | | davinci: gpio bugfixes | David Brownell | 2009-04-27 | 1 | -13/+10 |
* | | davinci: add EDMA driver | Kevin Hilman | 2009-04-27 | 1 | -0/+228 |
* | | davinci: add arch_ioremap() which uses existing static mappings | Kevin Hilman | 2009-04-23 | 3 | -54/+21 |
* | | davinci: major rework of clock, PLL, PSC infrastructure | Kevin Hilman | 2009-04-23 | 3 | -4/+63 |
* | | davinci: add runtime CPU detection support | Kevin Hilman | 2009-04-23 | 1 | -0/+49 |
|/ |
|
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2009-04-06 | 1 | -0/+80 |
|\ |
|
| * | [MTD] [NAND] davinci_nand driver | David Brownell | 2009-03-20 | 1 | -0/+80 |
* | | [ARM] pass reboot command line to arch_reset() | Russell King | 2009-03-19 | 1 | -1/+1 |
|/ |
|
* | [ARM] fix AT91, davinci, h720x, ks8695, msm, mx2, mx3, netx, omap1, omap2, px... | Russell King | 2009-01-08 | 1 | -0/+1 |
* | [ARM] davinci: asm/memory.h is not required for mach/vmalloc.h | Russell King | 2008-11-30 | 1 | -1/+0 |
* | [ARM] Ensure that both MAX_DMA_ADDRESS and ISA_DMA_THRESHOLD are defined | Russell King | 2008-11-30 | 1 | -0/+1 |
* | [ARM] Add a common typesafe __io implementation | Russell King | 2008-11-30 | 1 | -2/+1 |