summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into f...Olof Johansson2012-12-175-13/+39
|\
| * ARM: imx: Move platform-mx2-emma to arch/arm/mach-imx/devicesFabio Estevam2012-12-171-2/+2
| * ARM i.MX51 clock: Fix regression since enabling MIPI/HSP clocksSascha Hauer2012-12-171-0/+16
| * ARM: dts: mx27: Fix the AIPI bus for FECFabio Estevam2012-12-173-11/+21
* | Merge tag 'omap-for-v3.8/fixes-for-merge-window-v4-signed' of git://git.kerne...Olof Johansson2012-12-1725-185/+64
|\ \
| * \ Merge branch 'omap-for-v3.8/fixes-for-merge-window' into omap-for-v3.8/fixes-...Tony Lindgren2012-12-1624-182/+64
| |\ \
| | * | ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.hTony Lindgren2012-12-143-4/+2
| | * | ARM: dts: Add build target for omap4-panda-a4Jon Hunter2012-12-141-0/+1
| | * | ARM: dts: OMAP2420: Correct H4 board memory sizeJon Hunter2012-12-141-1/+1
| | * | mfd: omap-usb-host: get rid of cpu_is_omap..() macrosRoger Quadros2012-12-143-2/+8
| | * | ARM: OMAP: Remove debug-devices.cJon Hunter2012-12-143-95/+0
| | * | ARM: OMAP2420: Fix ethernet support for OMAP2420 H4Jon Hunter2012-12-141-63/+20
| | * | OMAP2+: mux: Fixed gpio mux mode analysisOleg Matcovschi2012-12-143-12/+20
| | * | OMAP: board-files: fix i2c_bus for tfp410Tomi Valkeinen2012-12-147-1/+7
| | * | Merge branch 'fixes-timer-build' of git://github.com/jonhunter/linux into oma...Tony Lindgren2012-12-142-4/+5
| | |\ \
| | | * | ARM: OMAP2+: Fix sparse warnings in timer.cVaibhav Hiremath2012-12-141-2/+2
| | | * | ARM: AM335x: Fix warning in timer.cJon Hunter2012-12-141-1/+1
| | | * | ARM: OMAP2+: Fix realtime_counter_init warning in timer.cJon Hunter2012-12-141-1/+2
| | |/ /
| * | | ARM: OMAP2+: common: remove use of vramJavier Martinez Canillas2012-12-161-3/+0
* | | | Merge tag 'omap-fixes-a-for-v3.8-window' of git://git.kernel.org/pub/scm/linu...Olof Johansson2012-12-177-54/+189
|\ \ \ \
| * | | | ARM: OMAP3/4: cpuidle: fix sparse and checkpatch warningsPaul Walmsley2012-12-152-17/+25
| * | | | ARM: OMAP4: clock data: DPLLs are missing bypass clocks in their parent listsPaul Walmsley2012-12-151-6/+25
| * | | | ARM: OMAP4: clock data: div_iva_hs_clk is a power-of-two dividerPaul Walmsley2012-12-151-3/+3
| * | | | ARM: OMAP4: Fix EMU clock domain always onJon Hunter2012-12-151-1/+2
| * | | | ARM: OMAP4460: Workaround ABE DPLL failing to turn-onJon Hunter2012-12-151-0/+22
| * | | | ARM: OMAP4: Enhance support for DPLLs with 4X multiplierJon Hunter2012-12-154-23/+99
| * | | | ARM: OMAP4: Add function table for non-M4X dpllsJon Hunter2012-12-151-4/+13
| * | | | ARM: OMAP4: Update timer clock aliasesJon Hunter2012-12-151-4/+4
* | | | | ARM: sunxi: Change device tree naming scheme for sunxiMaxime Ripard2012-12-173-6/+6
* | | | | ARM: ux500: fix missing includeLinus Walleij2012-12-171-0/+1
* | | | | ARM: u300: delete custom pin hog codeLinus Walleij2012-12-171-34/+0
* | | | | Merge tag 'tegra-for-3.8-fixes-for-rc1' of git://git.kernel.org/pub/scm/linux...Olof Johansson2012-12-173-4/+4
|\ \ \ \ \
| * | | | | amba: tegra-ahb: Fix warning w/o PM_SLEEPHiroshi Doyu2012-11-261-0/+2
| * | | | | ARM: tegra: fix comment in dsib clk set_parentSivaram Nair2012-11-261-3/+1
| * | | | | ARM: tegra: select correct parent clk for pll_pSivaram Nair2012-11-261-1/+1
* | | | | | ARM: davinci: fix build break due to missing includeOlof Johansson2012-12-171-0/+1
* | | | | | ARM: exynos: Fix warning due to missing 'inline' in stubOlof Johansson2012-12-171-1/+1
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-12-174-10/+14
|\ \ \ \ \ \
| * | | | | | quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_B...Lee Jones2012-12-131-0/+4
| * | | | | | ext3: drop if around WARN_ONJulia Lawall2012-12-131-2/+1
| * | | | | | ext3: get rid of the duplicate code on ext3_fill_superZhao Hongjiang2012-12-131-3/+0
| * | | | | | udf: remove un-needed variable from inode_getblkNamjae Jeon2012-12-131-3/+0
| * | | | | | udf: don't increment lenExtents while writing to a holeNamjae Jeon2012-12-131-2/+5
| * | | | | | udf: fix memory leak while allocating blocks during writeNamjae Jeon2012-12-131-0/+4
* | | | | | | Merge branch 'for-3.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-12-1719-99/+224
|\ \ \ \ \ \ \
| * | | | | | | block: export block_unplug tracepointNeilBrown2012-12-141-0/+1
| * | | | | | | block: add plug for blkdev_issue_discardShaohua Li2012-12-141-0/+3
| * | | | | | | block: discard granularity might not be power of 2Shaohua Li2012-12-143-16/+20
| * | | | | | | deadline: Allow 0ms deadline latency, increase the read speedxiaobing tu2012-12-091-1/+1
| * | | | | | | partitions: enable EFI/GPT support by defaultDiego Calleja2012-12-061-2/+2
OpenPOWER on IntegriCloud