aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-08Add IRQF_IRQPOLL flag on armBernhard Walle1-1/+1
2007-05-06Merge branches 'arm-mm', 'at91', 'clkevts', 'imx', 'iop', 'misc', 'netx', 'ns9xxx', 'omap', 'pxa', 'rpc', 's3c' and 'sa1100' into develRussell King7-174/+651
2007-05-05ARM: OMAP: fix OMAP1 mpuio suspend/resume oopsDavid Brownell1-0/+2
2007-05-05ARM: OMAP: MPUIO wake updatesDavid Brownell1-10/+83
2007-05-05ARM: OMAP: speed up gpio irq handlingDavid Brownell1-8/+9
2007-05-05ARM: OMAP: plat-omap changes for 2430 SDPSyed Mohammed Khasim4-19/+80
2007-05-05ARM: OMAP: gpio object shrinkage, cleanupDavid Brownell1-36/+130
2007-05-05ARM: OMAP: /sys/kernel/debug/omap_gpioDavid Brownell1-1/+129
2007-05-05ARM: OMAP: Implement workaround for GPIO wakeup bug in OMAP2420 siliconJuha Yrjola1-18/+136
2007-05-05ARM: OMAP: Enable 24xx GPIO autoidlingJuha Yrjola1-0/+10
2007-04-21[ARM] 4262/1: OMAP: clocksource and clockevent supportKevin Hilman3-100/+90
2007-04-21[ARM] Remove needless linux/ptrace.h includesRussell King1-1/+0
2007-03-02ARM: OMAP: Use linux/delay.h not asm/delay.hTony Lindgren1-1/+1
2007-03-02ARM: OMAP: omap1510->15xx conversions needed for sx1Vladimir Ananiev1-2/+2
2007-03-02ARM: OMAP: dmtimer.c omap1 register fixMatthew Percival1-2/+2
2007-03-02ARM: OMAP: Fix warnings in plat-omapDirk Behme1-0/+2
2007-03-02ARM: OMAP: No IRQF_TRIGGER set_type function for IRQ 353 (MPUIO)Dirk Behme1-4/+5
2007-03-02ARM: OMAP: Proper handling of DMA4_IRQSTATUS_L0Timo Teras1-11/+3
2006-12-12kconfig: Standardize "depends" -> "depends on" in Kconfig filesRobert P. J. Day1-1/+1
2006-11-30[ARM] Remove compatibility layer for ARM irqsRussell King1-4/+4
2006-10-06Initial blind fixup for arm for irq changesLinus Torvalds4-20/+13
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-09-28Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds9-741/+243
2006-09-27USB: move <linux/usb_otg.h> to <linux/usb/otg.h>David Brownell1-1/+1
2006-09-25ARM: OMAP: Remove common pm.cTony Lindgren1-670/+0
2006-09-25ARM: OMAP: Sync clocks with linux-omap treeTony Lindgren1-0/+25
2006-09-25[PATCH] ARM: OMAP: Check gpio_fck not gpio_ickKomal Shah1-1/+1
2006-09-25ARM: OMAP: Sync DMA with linux-omap treeTony Lindgren1-21/+64
2006-09-25ARM: OMAP: Add sanity check to clk_disableJuha Yrjola1-0/+1
2006-09-25ARM: OMAP: GPIO: IRQSTATUS2 workaround for retention stateHiroshi DOYU1-0/+6
2006-09-25ARM: OMAP: Fix typo for 24xx GPIO resumeTony Lindgren1-2/+2
2006-09-25ARM: OMAP: OMAP2 dmtimer power management supportJuha Yrjola1-1/+9
2006-09-25ARM: OMAP: Add enable/disable functions for dmtimerTimo Teras1-42/+31
2006-09-25ARM: OMAP: Remove Remove superfluous/recursive locking for GPIODavid Brownell1-2/+0
2006-09-25ARM: OMAP: Fix spinlock recursion for dyntickTony Lindgren1-6/+20
2006-09-25ARM: OMAP: Reset GPIO irq state after free_irq()Tony Lindgren1-4/+21
2006-09-25ARM: OMAP: Use GPT iclk only when neededTimo Teras1-13/+62
2006-09-25ARM: OMAP: DMA source and destination addresses are unsignedTony Lindgren1-0/+2
2006-09-25ARM: OMAP: Fix OMAP1 compilation after MPUIO check changeJonathan McDowell1-1/+1
2006-09-25ARM: OMAP: Sleep is prevented when no LCD is attachedImre Deak1-0/+8
2006-09-25ARM: OMAP: GPIO: fix MPUIO checkImre Deak1-3/+3
2006-09-25ARM: OMAP: Remove sys_ck and sys_clkout from McBSP for 24xxTony Lindgren1-9/+0
2006-09-25ARM: OMAP: Apollon MMC supportKyungmin Park1-3/+17
2006-09-25ARM: OMAP: 2420 boot BUG(): failure to map SRAMKevin Hilman1-4/+1
2006-09-25ARM: OMAP: timer32k: fix tick count calculation when reprogrammingImre Deak1-1/+11
2006-08-01[ARM] 3739/1: genirq updates: irq_chip, add and use irq_chip.nameDavid Brownell1-3/+5
2006-07-02[PATCH] genirq: Fixup ARM devel mergeThomas Gleixner1-7/+8
2006-07-02[PATCH] ARM: fixup irqflags breakage after ARM genirq mergeThomas Gleixner3-3/+3
2006-07-02Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-2/+2
2006-07-02Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds9-234/+546