summaryrefslogtreecommitdiffstats
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2011-11-05Merge branch 'next/cleanup3' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds218-5961/+5335
2011-11-05ARM: PXA: fix gpio-pxa.h build errorsRussell King1-1/+1
2011-11-05ARM: 7142/1: davinci: mark GPIO implementation complexLinus Walleij1-0/+2
2011-11-05ARM: 7134/1: Revert "EXYNOS4: Fix routing timer interrupt to offline CPU"Kukjin Kim1-2/+0
2011-11-05ARM: PXA: eseries: fix eseries_register_clks section mismatch warningRussell King2-2/+1
2011-11-05ARM: EXYNOS4: Fix the merge conflictKukjin Kim1-3/+0
2011-11-04ARM: OMAP2: Fix H4 matrix keyboard warningTony Lindgren1-53/+69
2011-11-04ARM: OMAP1: Remove unused omap-alsa.hJarkko Nikula2-124/+0
2011-11-04ARM: OMAP1: Fix warnings about enabling 32 KiHz timerTony Lindgren1-1/+1
2011-11-04ARM: OMAP2+: timer: Remove omap_device_pm_latencyBenoit Cousson1-11/+1
2011-11-04ARM: OMAP2+: clock data: Remove redundant timer clkdevBenoit Cousson4-47/+0
2011-11-04ARM: OMAP: Devkit8000: Remove double omap_mux_init_gpioThomas Weber1-1/+0
2011-11-04ARM: OMAP: usb: musb: OMAP: Delete unused functionBjarne Steinsbo1-38/+0
2011-11-04Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds33-1762/+1229
2011-11-04ARM: OMAP: change get_context_loss_count ret value to intTomi Valkeinen9-20/+36
2011-11-04ARM: OMAP4: hsmmc: configure SDMMC1_DR0 properlyBalaji T K1-1/+1
2011-11-04ARM: OMAP4: hsmmc: Fix Pbias configuration on regulator OFFBalaji T K1-12/+2
2011-11-04ARM: OMAP3: hwmod: fix variant registration and remove SmartReflex from commo...Paul Walmsley1-2/+2
2011-11-04ARM: OMAP: I2C: Fix omap_register_i2c_bus() return value on successLaurent Pinchart1-1/+1
2011-11-04ARM: OMAP: dmtimer: Include linux/module.hAxel Lin1-0/+1
2011-11-04ARM: OMAP2+: l3-noc: Include linux/module.hAxel Lin1-0/+1
2011-11-04ARM: OMAP2+: devices: Fixes for McPDMPeter Ujfalusi1-14/+3
2011-11-04ARM: OMAP: Fix errors and warnings when building for one boardSanjeev Premi2-0/+14
2011-11-04Merge branch 'for_3.2/pm-cleanup-2' of git://github.com/khilman/linux-omap-pm...Tony Lindgren3-39/+53
2011-11-04Merge branch 'prcm_scm_misc_fixes_3.2' of git://git.pwsan.com/linux-2.6 into ...Tony Lindgren2-9/+12
2011-11-04Merge branch 'omap_clock_fixes_3.2' of git://git.pwsan.com/linux-2.6 into fixesTony Lindgren6-28/+142
2011-11-05ARM: mach-shmobile: ag5evm needs CONFIG_I2CGuennadi Liakhovetski1-0/+1
2011-11-05ARM: mach-shmobile: sh73a0 and AG5EVM PINT supportMagnus Damm3-15/+71
2011-11-05ARM: mach-shmobile: Add support for PINT though INTC macrosMagnus Damm1-0/+51
2011-11-05ARM: mach-shmobile: SDHI0 GPIO hotplug for AG5EVMMagnus Damm1-0/+19
2011-11-05ARM: mach-shmobile: Use common INTC IRQ code on sh73a0Magnus Damm2-33/+157
2011-11-05ARM: mach-shmobile: Use common INTC IRQ code on sh7372Magnus Damm1-64/+8
2011-11-05ARM: mach-shmobile: Use common INTC IRQ code on sh7377Magnus Damm1-61/+6
2011-11-05ARM: mach-shmobile: Use common INTC IRQ code on sh7367Magnus Damm1-34/+6
2011-11-05ARM: mach-shmobile: sh73a0 GPIO IRQ supportMagnus Damm1-0/+41
2011-11-05ARM: sh7372 ap4evb NOR Flash USB boot fixBastian Hecht1-2/+2
2011-11-05ARM: mach-shmobile: sh7372 Mackerel NOR Flash USB boot fixMagnus Damm1-2/+2
2011-11-05ARM: mach-shmobile: Break out INTC IRQ codeMagnus Damm1-0/+195
2011-11-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-6/+7
2011-11-04Merge branch 'rmobile/kota2' into rmobile-latestPaul Mundt4-4/+461
2011-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt1391-26011/+35147
2011-11-04ARM: mxc: Remove test_for_ltirqDirk Behme1-3/+0
2011-11-03[media] ARM: mach-shmobile: mackerel doesn't need legacy SOCAM_* flags anymoreGuennadi Liakhovetski1-3/+0
2011-11-03[media] ARM: PXA: use gpio_set_value_cansleep() on pcm990Guennadi Liakhovetski1-2/+2
2011-11-03[media] ARM: mach-shmobile: convert mackerel to mediabus flagsGuennadi Liakhovetski1-0/+4
2011-11-03[media] ARM: ap4evb: switch imx074 configuration to default number of lanesGuennadi Liakhovetski1-1/+1
2011-11-04ARM:i.MX: fix build error in clock-mx51-mx53.cJason Liu1-0/+2
2011-11-04ARM:i.MX: fix build error in tzic/avic.cJason Liu2-0/+2
2011-11-04ARM: mxc: fix local timer interrupt handlingMarc Zyngier1-9/+2
2011-11-03Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds12-75/+55