summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
Commit message (Expand)AuthorAgeFilesLines
* OMAP3: hwmod data: Add McBSPCharulatha V2011-02-241-0/+1
* OMAP2430: hwmod data: Add McBSPCharulatha V2011-02-241-0/+2
* OMAP: McBSP: Convert McBSP to platform device modelKishon Vijay Abraham I2011-02-243-19/+64
* OMAP: hwmod: allow hwmod to provide address space accessible from SDMAKishon Vijay Abraham I2011-02-241-1/+3
* omap: iommu: print module name on error messagesDavid Cohen2011-02-241-2/+2
* omap: iommu: Gracefully fail iommu_enable if no arch_iommu is registeredMartin Hostettler2011-02-241-0/+3
* Merge branch 'for-tony' of git://gitorious.org/linux-omap-dss2/linux into oma...Tony Lindgren2011-02-235-0/+85
|\
| * OMAP2, 3: DSS2: Create new file display.c for central dss driver registration.Sumit Semwal2011-02-231-0/+11
| * OMAP3: hwmod data: add DSS DISPC RFBI DSI VENCSenthilvadivu Guruswamy2011-02-232-0/+30
| * OMAP2420: hwmod data: add DSS DISPC RFBI VENCSenthilvadivu Guruswamy2011-02-232-0/+44
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'devel-cleanup', 'devel-omap4', 'devel-board' and 'devel-nand'...Tony Lindgren2011-02-237-25/+57
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | | * OMAP: OneNAND: let boards determine OneNAND frequencyAdrian Hunter2011-02-171-0/+8
| | | | * OMAP: OneNAND: determine frequency in one placeAdrian Hunter2011-02-171-1/+1
| | | | * omap3: nand: making ecc layout as compatible with romcode eccSukumar Ghorai2011-02-171-0/+2
| | | | * omap3: nand: ecc layout select from board fileSukumar Ghorai2011-02-172-0/+8
| | | | * omap3: nand: configurable fifo threshold to gain the throughputSukumar Ghorai2011-02-171-1/+4
| | | | * omap3: nand: prefetch in irq mode supportSukumar Ghorai2011-02-171-1/+3
| | | | * omap: gpmc: enable irq mode in gpmcSukumar Ghorai2011-02-172-2/+12
| | | | * omap3: nand: configurable transfer type per boardSukumar Ghorai2011-02-171-0/+7
| | | |/
| | * | omap: Add chip id recognition for OMAP4 ES2.1 and ES2.2Nishant Kamat2011-02-171-5/+11
| | * | omap4: Remove 'FIXME: omap44xx_sram_init not implemented'Santosh Shilimkar2011-02-171-16/+0
| * | | omap: IOMMU: add missing function declarationDavid Cohen2011-02-171-0/+2
| |/ /
* | | Merge branch 'for-tony' of git://gitorious.org/usb/usb into omap-for-linusTony Lindgren2011-02-221-0/+4
|\ \ \ | |_|/ |/| |
| * | usb: musb: AM35x: moving internal phy functions out of usb_musb.c fileHema HK2011-02-171-0/+4
* | | OMAP: devices: Modify McSPI device to adapt to hwmod frameworkCharulatha V2011-02-171-0/+3
* | | OMAP2420: hwmod data: Add McSPICharulatha V2011-02-171-0/+8
| |/ |/|
| |
| \
*-. \ Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-...Tony Lindgren2011-02-1622-123/+146
|\ \ \ | |_|/ |/| |
| | * TI816X: Add low level debug supportHemant Pedanekar2011-02-162-0/+15
| | * TI816X: Update common OMAP machine specific sourcesHemant Pedanekar2011-02-164-1/+40
| | * TI816X: Update common omap platform filesHemant Pedanekar2011-02-164-0/+21
| | * omap2+: Fix omap_serial_early_init to work with init_early hookTony Lindgren2011-02-141-1/+0
| | * omap2+: Make omap_hwmod_late_init into core_initcallTony Lindgren2011-02-141-1/+0
| |/ |/|
| * omap: McBSP: Remove unused audio macros in mcbsp.hKishon Vijay Abraham I2011-02-141-14/+0
| * ARM: omap: move omap_board_config_kernel to .init.dataUwe Kleine-König2011-02-091-2/+3
| * ARM: omap: move omap_get_config et al. to .init.textUwe Kleine-König2011-02-092-6/+4
| * ARM: OMAP: Allow platforms to hook reset cleanlyRussell King - ARM Linux2011-01-272-37/+2
| * arm: plat-omap: dma: make omap_dma_in_1510_mode() staticAaro Koskinen2011-01-271-1/+1
| * arm: omap1: fix compile warningsFelipe Balbi2011-01-271-46/+46
| * arm: omap: i2c: fix compile warningFelipe Balbi2011-01-271-1/+1
| * omap: Start using CONFIG_SOC_OMAPTony Lindgren2011-01-275-13/+13
|/
* omap: DMA: clear interrupt status correctlyAdrian Hunter2011-01-191-4/+3
* omap1: Fix sched_clock implementation when both MPU timer and 32K timer are usedTony Lindgren2011-01-192-1/+14
* omap1: Fix booting for 15xx and 730 with omap1_defconfigTony Lindgren2011-01-193-11/+3
* Merge branch 'fixes_a_2.6.38rc' of git://git.pwsan.com/linux-2.6 into omap-fixesTony Lindgren2011-01-182-2/+2
|\
| * OMAP: counter_32k: init clocksource as part of machine timer initPaul Walmsley2011-01-182-2/+2
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-01-171-0/+1
|\ \ | |/ |/|
| * mtd: OneNAND: OMAP2/3: prevent regulator sleeping while OneNAND is in useAdrian Hunter2011-01-061-0/+1
* | Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-151-48/+47
|\ \
| * | ARM: plat-omap: irq_data conversion.Lennert Buytenhek2011-01-131-47/+46
* | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-142-8/+21
|\ \ \
OpenPOWER on IntegriCloud