summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Collapse)Author
2010-11-30Merge remote branch 'cleancache/linux-next'Stephen Rothwell
Conflicts: fs/ocfs2/super.c include/linux/fs.h mm/Kconfig
2010-11-30Merge remote branch 'tty/tty-next'Stephen Rothwell
2010-11-30Merge remote branch 'edac-amd/for-next'Stephen Rothwell
2010-11-30Revert "perf, arch: Cleanup perf-pmu init vs lockup-detector"Stephen Rothwell
This reverts commit 004417a6d468e24399e383645c068b498eed84ad.
2010-11-30Revert "x86, nmi_watchdog: Remove the old nmi_watchdog"Stephen Rothwell
This reverts commit 5f2b0ba4d94b3ac23cbc4b7f675d98eb677a760a. Conflicts: arch/x86/kernel/apic/hw_nmi.c
2010-11-30Revert "x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdog"Stephen Rothwell
This reverts commit 072b198a4ad48bd722ec6d203d65422a4698eae7. Conflicts: arch/x86/kernel/smpboot.c
2010-11-30Merge remote branch 'tip/auto-latest'Stephen Rothwell
2010-11-30Merge remote branch 'alacrity/linux-next'Stephen Rothwell
Conflicts: include/linux/Kbuild lib/Kconfig
2010-11-30Merge remote branch 'trivial/for-next'Stephen Rothwell
Conflicts: MAINTAINERS drivers/scsi/bfa/bfa_fcpim.c
2010-11-30Merge remote branch 'fbdev/master'Stephen Rothwell
2010-11-30Merge remote branch 'kgdb/kgdb-next'Stephen Rothwell
2010-11-30Merge remote branch 'mmc/mmc-next'Stephen Rothwell
2010-11-30Merge remote branch 'input/next'Stephen Rothwell
2010-11-30Merge remote branch 'sound-asoc/for-next'Stephen Rothwell
2010-11-30Merge remote branch 'sound/for-next'Stephen Rothwell
2010-11-30Merge remote branch 'crypto/master'Stephen Rothwell
2010-11-30Merge remote branch 'net/master'Stephen Rothwell
2010-11-30Merge remote branch 'kvm/linux-next'Stephen Rothwell
2010-11-30Merge remote branch 'xtensa/master'Stephen Rothwell
Conflicts: arch/xtensa/configs/iss_defconfig
2010-11-30Merge remote branch 'rmobile/rmobile-latest'Stephen Rothwell
2010-11-30Merge remote branch 'sh/sh-latest'Stephen Rothwell
2010-11-30Merge remote branch 's390/features'Stephen Rothwell
2010-11-30Merge remote branch '52xx-and-virtex/next'Stephen Rothwell
2010-11-30Merge remote branch '4xx/next'Stephen Rothwell
2010-11-30Merge remote branch 'powerpc/next'Stephen Rothwell
2010-11-30Merge remote branch 'microblaze/next'Stephen Rothwell
2010-11-30Merge remote branch 'm68knommu/for-next'Stephen Rothwell
2010-11-30Merge remote branch 'blackfin/for-linus'Stephen Rothwell
2010-11-30Merge remote branch 's5p/for-next'Stephen Rothwell
2010-11-30Merge remote branch 'omap/for-next'Stephen Rothwell
2010-11-30Merge remote branch 'msm/for-next'Stephen Rothwell
2010-11-30Merge remote branch 'i.MX/for-next'Stephen Rothwell
2010-11-30Merge remote branch 'davinci/davinci-next'Stephen Rothwell
2010-11-30Merge remote branch 'arm/devel'Stephen Rothwell
2010-11-30Merge remote branch 'sh-current/sh-fixes-for-linus'Stephen Rothwell
2010-11-30Merge remote branch 'cpufreq-current/fixes'Stephen Rothwell
2010-11-29Merge branch 'imx-for-2.6.38' into for-nextSascha Hauer
2010-11-29iMX51: introduce IMX_GPIO_NRArnaud Patard (Rtp)
Currently, to define a GPIO number, we're using something like : #define EFIKAMX_PCBID0 (2*32 + 16) to define GPIO 3 16. This is not really readable and it's error prone imho (note the 3 vs 2). So, I'm introducing a new macro to define this in a better way. Now, the code sample become : #define EFIKAMX_PCBID0 IMX_GPIO_NR(3, 16) v2: - move to gpio.h - add parens & spaces - switch to IMX_GPIO_NR instead of MX51_GPIO_NR Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Cc: Amit Kucheria <amit.kucheria@linaro.org> Cc: Sascha Hauer <s.hauer@pengutronix.de> Cc: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-11-29ARM: mx5: dynamically allocate imx2-wdt devicesFabio Estevam
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-11-29ARM: mx5: introduce SOC_IMX51Fabio Estevam
Introduce SOC_IMX51 to keep consistency with the other i.MX devices Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-11-29powerpc/4xx: Add Canyonlands suspend and idle supportVictor Gallardo
- Add Clock Power Management (CPM) node to dts tree - Add idle-doze entry in CPM node - Add standby entry in CPM node - Add PM and SUSPEND support by default in defconfig - Remove UART2 and UART3 as they are unused, this will allow CPM to put unused-units (UART2 and UART3) to sleep. Signed-off-by: Victor Gallardo <vgallardo@apm.com> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
2010-11-29powerpc/4xx: Add Kilauea suspend and idle supportVictor Gallardo
- Add Clock Power Management (CPM) node to dts tree - Add idle-doze entry in CPM node - Add standby entry in CPM node - Add PM and SUSPEND support by default in defconfig - Add NO_HZ and CONFIG_HIGH_RES_TIMERS support by default in defconfig Signed-off-by: Victor Gallardo <vgallardo@apm.com> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
2010-11-29powerpc/4xx: Add suspend and idle supportVictor Gallardo
Add suspend/resume support for 4xx compatible CPUs. See /sys/power/state for available power states configured in. Add two different idle states (idle-wait and idle-doze) controlled via sysfs. Default is idle-wait. cat /sys/devices/system/cpu/cpu0/idle [wait] doze To save additional power, use idle-doze. echo doze > /sys/devices/system/cpu/cpu0/idle cat /sys/devices/system/cpu/cpu0/idle wait [doze] Signed-off-by: Victor Gallardo <vgallardo@apm.com> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
2010-11-29Merge branch 'amd64-edac-for-next-tip' into combined-edac-for-nextBorislav Petkov
2010-11-29Merge branch 'imx-for-2.6.38' into for-nextSascha Hauer
Conflicts: arch/arm/mach-mx25/devices-imx25.h Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-11-29ARM: mxc: Correct data alignment in headsmp.S for CONFIG_THUMB2_KERNELDave Martin
Directives such as .long and .word do not magically cause the assembler location counter to become aligned in gas. As a result, using these directives in code sections can result in misaligned data words when building a Thumb-2 kernel (CONFIG_THUMB2_KERNEL). This is a Bad Thing, since the ABI permits the compiler to assume that fundamental types of word size or above are word- aligned when accessing them from C. If the data is not really word-aligned, this can cause impaired performance and stray alignment faults in some circumstances. In general, the following rules should be applied when using data word declaration directives inside code sections: * .quad and .double: .align 3 * .long, .word, .single, .float: .align (or .align 2) * .short: No explicit alignment required, since Thumb-2 instructions are always 2 or 4 bytes in size. immediately after an instruction. Applies cleanly on v2.6.37-rc1. Signed-off-by: Dave Martin <dave.martin@linaro.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-11-29arm: dma: check clk_get() resultVasiliy Kulikov
clk_get() may return ERR_PTR(), if so propagate return code as imx_dma_init() return code. Signed-off-by: Vasiliy Kulikov <segoon@openwall.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-11-29mx5: Fix efikamx buildArnaud Patard (Rtp)
Commit 124bf94a "ARM: imx: fix name for functions adding sdhci-esdhc-imx devices" changed some devices and Kconfig entry and didn't change every places it should have. It's breaking efikamx build. I've fixed 3ds Kconfig entry as I believe it's broken there too. Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-11-29ARM: mx25: fix offset for usb host controllerUwe Kleine-König
In commit 2c20b9f (ARM: mx25: dynamically allocate mxc-ehci devices) I changed the offset to the value specified in the reference manual intending to test this change on hardware. This slipped through and now prooved to be wrong. So fix it and add a comment about the documentation being wrong. Reported-by: Jaume Ribot <jaume@fqingenieria.es> Cc: Michael Trimarchi <trimarchi@gandalf.sssup.it> Cc: Shawn Guo <shawn.gsc@gmail.com> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-11-29plat-mxc/ehci.c: fix compile breakageEric Bénard
commits 2eb42d5c287f5e883a4b3ebe668ba880caa351e5 and 9e1dde33876ba83ad586c336647fff133d0f5472 renamed some defines but didn't fix all the places where these defines are used leading to a compile failure for USB on i.MX31, 35 and 27. Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>