summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Olof Johansson2012-01-2913-46/+98
|\
| * Merge branch 'omap_fixes_a_3.3rc' of git://git.pwsan.com/linux-2.6 into fixesTony Lindgren2012-01-266-29/+75
| |\
| | * ARM: OMAP3: hwmod data: register dss hwmods after dss_coreIlya Yanok2012-01-251-6/+24
| | * ARM: OMAP2/3: PRM: fix missing plat/irqs.h build breakagePaul Walmsley2012-01-251-0/+1
| | * ARM: OMAP2+: io: fix compilation breakage on 2420-only configsPaul Walmsley2012-01-251-1/+3
| | * ARM: OMAP4: hwmod data: Add names for DMIC memory address spacePeter Ujfalusi2012-01-251-0/+2
| | * ARM: OMAP3: hwmod data: add SYSC_HAS_ENAWAKEUP for dispcTomi Valkeinen2012-01-251-1/+2
| | * ARM: OMAP2+: hwmod data: split omap2/3 dispc hwmod classTomi Valkeinen2012-01-253-22/+44
| * | ARM: OMAP2+: arch/arm/mach-omap2/smartreflex.c: add missing iounmapJulia Lawall2012-01-261-1/+1
| * | ARM: OMAP2+: arch/arm/mach-omap2/devices.c: introduce missing kfreeJulia Lawall2012-01-261-0/+1
| * | ARM: OMAP: fix MMC2 loopback clock handlingGrazvydas Ignotas2012-01-261-4/+5
| * | ARM: OMAP: fix erroneous mmc2 clock change on mmc3 setupGrazvydas Ignotas2012-01-261-4/+3
| * | ARM: OMAP2+: GPMC: fix device size setupYegor Yefremov2012-01-261-0/+6
| * | ARM: OMAP2+: timer: Fix crash due to wrong arg to __omap_dm_timer_read_counterVaibhav Hiremath2012-01-261-1/+1
| * | ARM: OMAP2: fix regulator warningsFelipe Contreras2012-01-201-5/+5
| * | ARM: OMAP2: fix omap3 touchbook kconfig warningFelipe Contreras2012-01-201-1/+0
| * | i2c: OMAP: Fix OMAP1 build errorCousson, Benoit2012-01-201-1/+1
| |/
* | Merge branch 'fixes' of git://gitorious.org/linux-davinci/linux-davinci into ...Olof Johansson2012-01-298-39/+7
|\ \
| * | ARM: davinci: update mdio bus nameSekhar Nori2012-01-277-7/+7
| * | ARM: davinci: DA850: remove non-existing pll1_sysclk4-7 clocksBas van den Berg2012-01-201-32/+0
| |/
* | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-01-2869-827/+428
|\ \
| * | ARM: 7304/1: ioremap: fix boundary check when reusing static mappingPawel Moll2012-01-271-1/+2
| * | Merge branch 'sa11x0-mcp-fixes' into fixesRussell King2012-01-2637-509/+596
| |\ \
| | * | MFD: ucb1x00-ts: fix resume failureRussell King2012-01-221-27/+5
| | * | MFD: ucb1x00-core: fix gpiolib direction_output handlingRussell King2012-01-211-6/+12
| | * | MFD: ucb1x00-core: fix missing restore of io output data on resumeRussell King2012-01-211-0/+1
| | * | MFD: mcp-core: fix mcp_priv() to be more type safeRussell King2012-01-211-1/+4
| | * | MFD: mcp-core: fix complaints from the genirq layerRussell King2012-01-201-6/+11
| | * | Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp b...Russell King2012-01-2015-135/+21
| | * | Revert "ARM: sa1100: Refactor mcp-sa11x0 to use platform resources."Russell King2012-01-208-176/+53
| | |/
| * | ARM: 7301/1: Rename the T() macro to TUSER() to avoid namespace conflictsCatalin Marinas2012-01-257-79/+79
| * | ARM: 7299/1: ftrace: clear zero bit in reported IPs for Thumb-2Rabin Vincent2012-01-251-6/+9
| * | ARM: 7298/1: realview: fix mapping of MPCore private memory regionMarc Zyngier2012-01-254-25/+19
| * | PCMCIA: fix sa1111 oops on removeRussell King2012-01-241-1/+2
| * | ARM: 7288/1: mach-sa1100: add missing module_init() callLinus Walleij2012-01-231-0/+2
| * | ARM: 7297/1: smp_twd: make sure timer is stopped before registering itMarc Zyngier2012-01-231-0/+2
| * | ARM: 7296/1: proc-v7.S: remove HARVARD_CACHE preprocessor guardsWill Deacon2012-01-231-6/+0
| * | ARM: 7295/1: cortex-a7: move proc_info out of !CONFIG_ARM_LPAE blockWill Deacon2012-01-231-10/+10
| * | ARM: 7293/1: logical_cpu_map: decouple CPU mapping from SMPWill Deacon2012-01-2318-31/+35
| * | ARM: 7291/1: cache: assume 64-byte L1 cachelines for ARMv7 CPUsWill Deacon2012-01-234-6/+1
| * | ARM: 7290/1: vmlinux.lds.S: align the exception fixup table to a 4-byte boundaryWill Deacon2012-01-231-1/+1
| * | ARM: 7289/1: vmlinux.lds.S: do not hardcode cacheline size as 32 bytesWill Deacon2012-01-231-3/+4
| * | ARM: 7277/1: setup.c: Fix build warning by removing unneeded header fileFabio Estevam2012-01-191-1/+0
| * | ARM: 7279/1: standardize /proc/iomem "Kernel code" nameKees Cook2012-01-191-1/+1
| * | ARM: fix rcu stalls on SMP platformsRussell King2012-01-191-2/+8
| * | ARM: vexpress: fix two section mismatch warningsRussell King2012-01-191-2/+2
| * | ARM: fix a section mismatch warning with our use of memblockRussell King2012-01-191-1/+1
| * | ARM: sa11x0: fix section mismatch in cpu-sa1100.cRussell King2012-01-191-1/+1
| * | ARM: sa11x0: fix collie build errorRussell King2012-01-191-3/+2
| * | Revert "RTC: sa1100: remove redundant code of setting alarm"Russell King2012-01-191-12/+41