aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
Commit message (Expand)AuthorAgeFilesLines
* gpio: sysfs interfaceDavid Brownell2008-07-251-0/+3
* PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-241-0/+1
* bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner2008-07-241-3/+1
* arm: bus_id -> dev_name() and dev_set_name() conversionsKay Sievers2008-07-211-1/+1
* driver core: remove KOBJ_NAME_LEN defineKay Sievers2008-07-211-1/+1
* ARM: OMAP: Introduce omap_globals and prcm access functions for multi-omapTony Lindgren2008-07-031-9/+50
* ARM: OMAP: USB: Change omap USB code to use omap_read/write instead of __REGTony Lindgren2008-07-031-40/+91
* ARM: OMAP: CLKFW: Initial debugfs support for omap clock frameworkHiroshi DOYU2008-07-031-36/+92
* ARM: OMAP: McBSP: Prepare for splitting into omap1 and omap2 codeEduardo Valentin2008-07-032-409/+301
* ARM: OMAP: McBSP: Coding style cleanup on arch/arm/plat-omap/mcbsp.cEduardo Valentin2008-07-031-95/+102
* ARM: OMAP: SRAM: Split sram24xx.S into sram242x.S and sram243x.STony Lindgren2008-07-031-35/+176
* ARM: OMAP: SRAM: Move sram-fn.S from plat-omap to mach-omap1Tony Lindgren2008-07-032-58/+1
* ARM: OMAP: DMA: Clean-up codeTony Lindgren2008-07-031-123/+132
* ARM: OMAP: DMA: Remove __REG accessTony Lindgren2008-07-031-179/+324
* ARM: OMAP: DMA: Make channels dynamic for multi-bootTony Lindgren2008-07-031-21/+41
* ARM: OMAP: DMTimer: Optimize by adding load and startRichard Woodruff2008-07-031-1/+18
* ARM: OMAP: DMTimer: Use posted modeRichard Woodruff2008-07-031-42/+151
* ARM: OMAP: DMA: Don't mark channel active in omap_enable_channel_irqJarkko Nikula2008-06-051-2/+0
* [ARM] omap: fix omap clk support build errorsRussell King2008-05-221-0/+1
* ARM: OMAP: Fix Unbalanced enable for IRQ in omap mailboxHiroshi DOYU2008-05-091-1/+0
* ARM: OMAP: DMA: Fix incorrect channel linkingJarkko Nikula2008-05-091-1/+1
* ARM: OMAP: Warn on disabling clocks with no usersTony Lindgren2008-05-091-1/+9
* Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-04-211-1/+0
|\
| * arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
* | ARM: OMAP2: Change 24xx to use shared clock code and new reg accessPaul Walmsley2008-04-141-0/+42
* | ARM: OMAP2: Change 24xx to use new register accessPaul Walmsley2008-04-141-3/+44
* | ARM: OMAP2: Add common register access for 24xx and 34xxPaul Walmsley2008-04-141-16/+51
* | ARM: OMAP2: Clean-up mux codeTony Lindgren2008-04-141-2/+2
* | ARM: OMAP: Timer32K: Move timer32k to mach-omap1Kevin Hilman2008-04-142-205/+0
* | ARM: OMAP: Timer32K: Move 32k-based sched_clock() to common codeKevin Hilman2008-04-142-26/+17
* | ARM: OMAP: Timer32K: Re-organize duplicated 32k-timer codeKevin Hilman2008-04-142-43/+3
* | ARM: OMAP: Split omap_cfg_reg() into omap processor specific functionsTony Lindgren2008-04-141-137/+5
* | ARM: OMAP: Allow registering pin mux functionTony Lindgren2008-04-141-14/+16
* | ARM: OMAP: use edge/level handlers from generic IRQ frameworkKevin Hilman2008-04-141-35/+7
* | ARM: OMAP: Clear level-triggered GPIO interrupts in unmask hookKevin Hilman2008-04-141-14/+13
* | ARM: OMAP: Use gpiolibDavid Brownell2008-04-141-18/+89
|/
* ARM: OMAP: Fix DMA CLINK mask, clear spurious interruptGadiyar, Anand2008-03-201-2/+3
* ARM: OMAP: Fix chain_a_transfer return valueAnand Gadiyar2008-03-201-2/+2
* ARM: OMAP: Fix missing makefile optionsTony Lindgren2008-03-201-0/+5
* ARM: OMAP: Fix GPIO IRQ unmaskKevin Hilman2008-03-201-2/+1
* ARM: OMAP: Fix clockevent support for hrtimersKevin Hilman2008-03-201-1/+0
* Merge branch 'omap-fixes'Russell King2008-03-064-117/+53
|\
| * ARM: OMAP: gpio lockdep updatesDavid Brownell2008-03-051-24/+35
| * ARM: OMAP: fix omap i2c init (regression)David Brownell2008-03-051-63/+0
| * ARM: OMAP: fix false lockdep warningsDavid Brownell2008-03-051-0/+6
| * ARM: OMAP: Fix sleep under spinlock for cpufreqHiroshi DOYU2008-03-051-22/+10
| * ARM: OMAP: Pass logical DMA channel number always to callback handlersJarkko Nikula2008-03-051-8/+2
* | [ARM] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-062-3/+3
|/
* ARM: OMAP: Add helper module for board specific I2C bus registrationJarkko Nikula2008-02-082-0/+149
* ARM: OMAP: Add dmtimer support for OMAP3Syed Mohammed, Khasim2008-02-081-4/+47