summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
...
| * mx2: remove mxc_irda platform deviceSascha Hauer2009-08-072-25/+0
| * MXC iomux-v3: Fix defines for PAD_CTL registersSascha Hauer2009-08-071-17/+13
| * mxc: turn to soc specific init_irq functionsSascha Hauer2009-08-0722-21/+53
| * mxc: remove do not include directlySascha Hauer2009-08-075-21/+0
| * MXC: remove board specific setup of MXC_LL_UART_[PV]ADDRSascha Hauer2009-08-0717-119/+21
| * MXC uncompress macros: determine uart base by machine typeSascha Hauer2009-08-071-18/+42
| * mxc: remove ARCH_NR_GPIOSSascha Hauer2009-08-072-6/+0
| * system.c: runtime base addressSascha Hauer2009-08-075-9/+19
| * MXC: pass base/irq to mxc_timer_initSascha Hauer2009-08-077-25/+9
* | Merge branch 'for-rmk' of git://git.marvell.com/orion into devel-stableRussell King2009-08-139-2/+479
|\ \
| * | [ARM] Kirkwood: Initialise SATA for OpenRD-BaseRon Lee2009-08-101-0/+6
| * | [ARM] Kirkwood: Marvell OpenRD-Base board supportDhaval Vasa2009-08-103-0/+85
| * | ¶ARM] Orion5x: fix cpu window mapping for 88f6183Lennert Buytenhek2009-08-101-1/+2
| * | [ARM] Kirkwood: Add support for 6281-A1Siddarth Gore2009-08-102-1/+5
| * | [ARM] orion5x: Add LaCie NAS d2Network supportSimon Guinot2009-08-103-0/+381
* | | Merge branch 'pm-upstream/fixes' of git://git.kernel.org/pub/scm/linux/kernel...Russell King2009-08-0511-80/+301
|\ \ \
| * | | OMAP3: Overo: add missing pen-down GPIO definitionKevin Hilman2009-08-051-0/+1
| * | | OMAP: GPIO: clear/restore level/edge detect settings on mask/unmaskKevin Hilman2009-08-051-0/+6
| * | | OMAP3: PM: Fix wrong sequence in suspend.Jouni Hogander2009-08-051-1/+1
| * | | OMAP: PM: CPUfreq: obey min/max settings of policyEero Nurkkala2009-08-051-4/+4
| * | | OMAP2/3/4: UART: allow in-order port traversalKevin Hilman2009-08-051-1/+1
| * | | OMAP2/3/4: UART: Allow per-UART disabling wakeup for serial portsKevin Hilman2009-08-051-58/+116
| * | | OMAP3: Fixed crash bug with serial + suspendTero Kristo2009-08-053-2/+36
| * | | OMAP4: UART: cleanup special case IRQ handlingKevin Hilman2009-08-051-4/+3
| * | | OMAP3: PM: Do not build suspend code if SUSPEND is not enabledKevin Hilman2009-08-051-0/+6
| * | | OMAP3: PM: prevent module wakeups from waking IVA2Kevin Hilman2009-08-051-0/+6
| * | | OMAP3: PM: Clear pending PRCM reset flags on initKevin Hilman2009-08-051-0/+9
| * | | OMAP3: PM: Ensure PRCM interrupts are cleared at bootKevin Hilman2009-08-051-0/+3
| * | | OMAP3: PM: CM_REGADDR macros using wrong nameKevin Hilman2009-08-051-3/+3
| * | | OMAP2/3: PM: make PM __init calls staticKevin Hilman2009-08-053-5/+2
| |/ /
| * | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-07-301-0/+102
| |\ \
| | * | dmaengine: at_hdmac: add DMA slave transfersNicolas Ferre2009-07-221-0/+76
| | * | dmaengine: at_hdmac: new driver for the Atmel AHB DMA ControllerNicolas Ferre2009-07-221-0/+26
| * | | mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt2009-07-271-2/+2
| | |/ | |/|
* | | Merge branch 'omap4_upstream' of git://dev.omapzoom.org/pub/scm/santosh/kerne...Russell King2009-08-037-54/+346
|\ \ \
| * | | ARM: OMAP4: Update the GPIO supportSyed Rafiuddin2009-07-281-51/+198
| * | | ARM: OMAP4: Add UART4 supportSyed Rafiuddin2009-07-282-1/+11
| * | | ARM: OMAP4: Add McBSP supportSyed Rafiuddin2009-07-283-2/+49
| * | | OMAP4: sDMA: Update the request lines and new registers.Santosh Shilimkar2009-07-241-0/+88
| |/ /
* | | Include linux/sched.h in arch/arm/mm/fault.cCatalin Marinas2009-07-241-0/+1
* | | nommu: Do not set PRRR and NMRR in proc-v7.S if !MMUCatalin Marinas2009-07-241-1/+1
* | | nommu: Fix compressed/head.S to not perform MMU specific operationsCatalin Marinas2009-07-241-0/+14
* | | nommu: Do not allow REALVIEW_HIGH_PHYS_OFFSET if !MMUCatalin Marinas2009-07-241-1/+1
* | | nommu: Add #ifdef CONFIG_MMU around the PTE sanity checksCatalin Marinas2009-07-241-0/+2
* | | nommu: Include asm/setup.h in arch/arm/mm/nommu.cCatalin Marinas2009-07-241-0/+1
* | | nommu: Add noMMU support to the DMA APICatalin Marinas2009-07-241-22/+72
* | | nommu: Remove the memory_start/end variables from ARM page-nommu.hCatalin Marinas2009-07-241-3/+0
* | | nommu: Enables to select noMMU modeHyok S. Choi2009-07-241-4/+7
* | | nommu: Do not override the CP15 control reg value returned from initfuncCatalin Marinas2009-07-241-1/+4
* | | nommu: ptrace supportPaul Brook2009-07-242-1/+15
OpenPOWER on IntegriCloud