summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_2.6.40/pm-cleanup' of ssh://master.kernel.org/pub/scm/linux...Tony Lindgren2011-05-245-338/+166
|\
| * OMAP3: PM: Boot message is not an error, and not helpful, remove itSanjeev Premi2011-05-201-2/+0
| * OMAP3: cpuidle: change the power domains modes determination logicJean Pihet2011-05-203-50/+24
| * OMAP3: cpuidle: code rework for improved readabilityJean Pihet2011-05-201-33/+19
| * OMAP3: cpuidle: re-organize the C-states dataJean Pihet2011-05-201-204/+101
| * OMAP3: clean-up mach specific cpuidle data structuresJean Pihet2011-05-203-71/+63
| * OMAP3 cpuidle: remove useless SDP specific timingsJean Pihet2011-05-201-19/+0
| * Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-05-162-0/+3
| |\
* | \ Merge branch 'for-tony' of master.kernel.org:/pub/scm/linux/kernel/git/balbi/...Tony Lindgren2011-05-244-10/+13
|\ \ \
| * | | usb: otg: OMAP4430: Powerdown the internal PHY when USB is disabledHema HK2011-05-181-0/+2
| * | | usb: otg: OMAP4430: Fixing the omap4430_phy_init functionHema HK2011-05-181-2/+5
| * | | usb: musb: am35x: fix compile error when building am35xFelipe Balbi2011-05-183-3/+3
| * | | usb: musb: OMAP4430: Power down the PHY during board initHema HK2011-05-181-5/+3
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'devel-fixes', 'devel-cleanup' and 'devel-genirq' into for-nextTony Lindgren2011-05-1746-2768/+960
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| | | * | arm: omap2/3: Use generic irq chipTony Lindgren2011-05-161-72/+25
| | * | | omap: drop board-igep0030.cMike Rapoport2011-05-173-440/+1
| | * | | omap: igep0020: add support for IGEP3Mike Rapoport2011-05-171-23/+80
| | * | | omap: igep0020: minor refactoringMike Rapoport2011-05-171-27/+30
| | * | | omap: igep0020: name refactoring for future merge with IGEP3Mike Rapoport2011-05-171-79/+79
| | * | | omap: Remove support for omap2evmTony Lindgren2011-05-131-1/+0
| | * | | arm: omap2plus: GPIO cleanupIgor Grinberg2011-05-1227-701/+398
| | * | | omap: musb: introduce default board configMike Rapoport2011-05-0915-98/+27
| | * | | omap: move detection of NAND CS to common-board-devicesMike Rapoport2011-05-036-176/+67
| | * | | omap: use common initialization for PMIC i2c busMike Rapoport2011-05-0321-232/+78
| | * | | omap: consolidate touch screen initialization among different boardsMike Rapoport2011-05-0312-444/+128
| | * | | OMAP3+: voltage: remove spurious pr_notice for debugfsNishanth Menon2011-05-031-1/+0
| | * | | OMAP4: PM: remove redundant #ifdef CONFIG_PMNishanth Menon2011-05-031-2/+0
| | * | | OMAP3+: smartreflex: delete debugfs entries on probe errorAaro Koskinen2011-05-031-2/+4
| | * | | OMAP3+: smartreflex: delete instance from sr_list on probe errorAaro Koskinen2011-05-031-0/+1
| | * | | OMAP3+: smartreflex: fix ioremap leak on probe errorAaro Koskinen2011-05-031-4/+6
| | * | | OMAP3+: smartreflex: request the memory regionAaro Koskinen2011-05-031-0/+8
| | * | | OMAP3+: smartreflex: fix sr_late_init() error path in probeAaro Koskinen2011-05-031-1/+1
| | * | | omap: Run make savedefconfig on omap2plus_defconfig to shrink itTony Lindgren2011-05-031-76/+7
| | * | | OMAP3/4: l3: minor cleanup for parenthesis and extra spacesomar ramirez2011-05-032-24/+12
| | * | | OMAP3/4: l3: fix omap3_l3_probe error pathomar ramirez2011-05-032-31/+26
| | * | | arm: omap: gpmc-smsc911x: minor style fixesIgor Grinberg2011-05-032-9/+8
| | * | | omap: convert boards that use SMSC911x to use gpmc-smsc911xMike Rapoport2011-04-209-427/+73
| | * | | omap: gpmc-smsc911x: always set irq flags to IORESOURCE_IRQ_LOWLEVELMike Rapoport2011-04-202-4/+4
| | |/ /
| * | | OMAP3: set the core dpll clk rate in its set_rate functionAvinash H.M2011-05-131-0/+1
| * | | omap: iommu: Return IRQ_HANDLED in fault handler when no fault occuredLaurent Pinchart2011-05-111-0/+2
| | |/ | |/|
* | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-05-128-53/+97
|\ \ \ | |/ / |/| |
| * | ARM: 6870/1: The mandatory barrier rmb() must be a dsb() in for device accessesCatalin Marinas2011-05-123-3/+3
| * | ARM: 6892/1: handle ptrace requests to change PC during interrupted system callsArnd Bergmann2011-05-121-37/+53
| * | ARM: 6890/1: memmap: only free allocated memmap entries when using SPARSEMEMWill Deacon2011-05-121-1/+15
| * | Merge first four commits of 'zImage_fixes' of git://git.linaro.org/people/nic...Russell King2011-05-073-12/+26
| |\ \
| | * | ARM: zImage: the page table memory must be considered before relocationNicolas Pitre2011-05-071-1/+2
| | * | ARM: zImage: make sure not to relocate on top of the relocation codeNicolas Pitre2011-05-071-10/+17
| | * | ARM: zImage: Fix bad SP address after relocating kernelTony Lindgren2011-05-061-0/+5
| | * | ARM: zImage: make sure the stack is 64-bit alignedNicolas Pitre2011-05-062-1/+2
* | | | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/tor...Ingo Molnar2011-05-064-1/+83
|\ \ \ \
OpenPOWER on IntegriCloud