aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-27[ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*Dmitry Baryshkov1-14/+14
2008-07-25gpio: sysfs interfaceDavid Brownell1-0/+3
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2008-07-24bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner1-3/+1
2008-07-21arm: bus_id -> dev_name() and dev_set_name() conversionsKay Sievers1-1/+1
2008-07-21driver core: remove KOBJ_NAME_LEN defineKay Sievers1-1/+1
2008-07-03ARM: OMAP: Introduce omap_globals and prcm access functions for multi-omapTony Lindgren1-9/+50
2008-07-03ARM: OMAP: USB: Change omap USB code to use omap_read/write instead of __REGTony Lindgren1-40/+91
2008-07-03ARM: OMAP: CLKFW: Initial debugfs support for omap clock frameworkHiroshi DOYU1-36/+92
2008-07-03ARM: OMAP: McBSP: Prepare for splitting into omap1 and omap2 codeEduardo Valentin2-409/+301
2008-07-03ARM: OMAP: McBSP: Coding style cleanup on arch/arm/plat-omap/mcbsp.cEduardo Valentin1-95/+102
2008-07-03ARM: OMAP: SRAM: Split sram24xx.S into sram242x.S and sram243x.STony Lindgren1-35/+176
2008-07-03ARM: OMAP: SRAM: Move sram-fn.S from plat-omap to mach-omap1Tony Lindgren2-58/+1
2008-07-03ARM: OMAP: DMA: Clean-up codeTony Lindgren1-123/+132
2008-07-03ARM: OMAP: DMA: Remove __REG accessTony Lindgren1-179/+324
2008-07-03ARM: OMAP: DMA: Make channels dynamic for multi-bootTony Lindgren1-21/+41
2008-07-03ARM: OMAP: DMTimer: Optimize by adding load and startRichard Woodruff1-1/+18
2008-07-03ARM: OMAP: DMTimer: Use posted modeRichard Woodruff1-42/+151
2008-06-05ARM: OMAP: DMA: Don't mark channel active in omap_enable_channel_irqJarkko Nikula1-2/+0
2008-05-22[ARM] omap: fix omap clk support build errorsRussell King1-0/+1
2008-05-09ARM: OMAP: Fix Unbalanced enable for IRQ in omap mailboxHiroshi DOYU1-1/+0
2008-05-09ARM: OMAP: DMA: Fix incorrect channel linkingJarkko Nikula1-1/+1
2008-05-09ARM: OMAP: Warn on disabling clocks with no usersTony Lindgren1-1/+9
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-1/+0
2008-04-18arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-14ARM: OMAP2: Change 24xx to use shared clock code and new reg accessPaul Walmsley1-0/+42
2008-04-14ARM: OMAP2: Change 24xx to use new register accessPaul Walmsley1-3/+44
2008-04-14ARM: OMAP2: Add common register access for 24xx and 34xxPaul Walmsley1-16/+51
2008-04-14ARM: OMAP2: Clean-up mux codeTony Lindgren1-2/+2
2008-04-14ARM: OMAP: Timer32K: Move timer32k to mach-omap1Kevin Hilman2-205/+0
2008-04-14ARM: OMAP: Timer32K: Move 32k-based sched_clock() to common codeKevin Hilman2-26/+17
2008-04-14ARM: OMAP: Timer32K: Re-organize duplicated 32k-timer codeKevin Hilman2-43/+3
2008-04-14ARM: OMAP: Split omap_cfg_reg() into omap processor specific functionsTony Lindgren1-137/+5
2008-04-14ARM: OMAP: Allow registering pin mux functionTony Lindgren1-14/+16
2008-04-14ARM: OMAP: use edge/level handlers from generic IRQ frameworkKevin Hilman1-35/+7
2008-04-14ARM: OMAP: Clear level-triggered GPIO interrupts in unmask hookKevin Hilman1-14/+13
2008-04-14ARM: OMAP: Use gpiolibDavid Brownell1-18/+89
2008-03-20ARM: OMAP: Fix DMA CLINK mask, clear spurious interruptGadiyar, Anand1-2/+3
2008-03-20ARM: OMAP: Fix chain_a_transfer return valueAnand Gadiyar1-2/+2
2008-03-20ARM: OMAP: Fix missing makefile optionsTony Lindgren1-0/+5
2008-03-20ARM: OMAP: Fix GPIO IRQ unmaskKevin Hilman1-2/+1
2008-03-20ARM: OMAP: Fix clockevent support for hrtimersKevin Hilman1-1/+0
2008-03-06Merge branch 'omap-fixes'Russell King4-117/+53
2008-03-06[ARM] replace remaining __FUNCTION__ occurrencesHarvey Harrison2-3/+3
2008-03-05ARM: OMAP: gpio lockdep updatesDavid Brownell1-24/+35
2008-03-05ARM: OMAP: fix omap i2c init (regression)David Brownell1-63/+0
2008-03-05ARM: OMAP: fix false lockdep warningsDavid Brownell1-0/+6
2008-03-05ARM: OMAP: Fix sleep under spinlock for cpufreqHiroshi DOYU1-22/+10
2008-03-05ARM: OMAP: Pass logical DMA channel number always to callback handlersJarkko Nikula1-8/+2
2008-02-08ARM: OMAP: Add helper module for board specific I2C bus registrationJarkko Nikula2-0/+149