summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-03-06ARM: OMAP2+: PM: share some suspend-related functions across OMAP2, 3, 4Paul Walmsley5-142/+76
2012-03-06ARM: OMAP2+: omap_device: call all suspend, resume callbacks when OMAP_DEVICE...Paul Walmsley1-8/+4
2012-03-06ARM: OMAP: omap_device: remove omap_device_parentKevin Hilman3-12/+4
2012-03-06ARM: OMAP2+: PM debug: fix the use of debugfs_create_* APIJean Pihet1-3/+3
2012-03-06ARM: OMAP2+: PM: share clkdms_setup() across OMAP2, 3, 4Paul Walmsley5-45/+14
2012-03-06ARM: OMAP2+: PM: clean up omap_set_pwrdm_state()Paul Walmsley1-22/+17
2012-03-06ARM: OMAP3: PM: remove superfluous calls to pwrdm_clear_all_prev_pwrst()Paul Walmsley2-7/+0
2012-03-06Merge remote-tracking branch 'omap/hsmmc' into for_3.4/cleanup/pm-baseKevin Hilman127-710/+1135
2012-02-29ARM: OMAP2+: Fix L4_EMU_34XX_BASE error after iomap changesTony Lindgren1-0/+2
2012-02-29Merge branch 'iomap' into cleanupTony Lindgren89-258/+439
2012-02-25ARM: OMAP: convert omap_device_build() and callers to __initKevin Hilman6-11/+12
2012-02-25ARM: OMAP2+: Mark omap_hsmmc_init and omap_mux related functions as __initTony Lindgren9-27/+32
2012-02-24ARM: OMAP2+: Limit omap_read/write usage to legacy USB driversTony Lindgren4-50/+43
2012-02-24ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.hTony Lindgren30-109/+179
2012-02-24ARM: OMAP2+: Move most of plat/io.h into local iomap.hTony Lindgren32-215/+264
2012-02-24ARM: OMAP1: Move most of plat/io.h into local iomap.hTony Lindgren36-72/+152
2012-02-24ARM: OMAP1: Move 16xx GPIO system clock to platform init codeTony Lindgren1-0/+7
2012-02-24ARM: OMAP: Move omap_init_consistent_dma_size() to local common.hTony Lindgren3-2/+3
2012-02-24ARM: OMAP2+: Move SDRC related functions from io.h into local common.hTony Lindgren2-4/+5
2012-02-24ARM: OMAP2xxx: PM: remove obsolete timer disable code in the suspend pathPaul Walmsley1-21/+1
2012-02-24ARM: OMAP: McSPI: Remove unused flag from struct omap2_mcspi_device_configJarkko Nikula6-10/+0
2012-02-23Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ...Russell King113-1771/+378
2012-02-22ARM: remove disable_fiq and arch_ret_to_user macrosRob Herring58-591/+0
2012-02-22ARM: make entry-macro.S depend on !MULTI_IRQ_HANDLERRob Herring1-1/+2
2012-02-22ARM: rpc: make default fiq handler run-time installedRob Herring3-1/+23
2012-02-22ARM: make arch_ret_to_user macro optionalRob Herring2-1/+13
2012-02-20ARM: OMAP2+: Split omap2_hsmmc_init() to properly support I2C GPIO pinsTony Lindgren21-57/+150
2012-02-20ARM: OMAP: omap_device: Expose omap_device_{alloc, delete, register}Ohad Ben-Cohen2-10/+10
2012-02-20ARM: OMAP: Fix build error when mmc_omap is built as module Tony Lindgren1-0/+4
2012-02-20ARM: OMAP: Fix kernel panic with HSMMC when twl4030_gpio is a moduleTony Lindgren2-1/+7
2012-02-19Merge tag 'fixes-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds61-388/+492
2012-02-19Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds5-29/+40
2012-02-19i387: re-introduce FPU state preloading at context switch timeLinus Torvalds4-42/+133
2012-02-18i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds6-32/+30
2012-02-17i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds3-22/+16
2012-02-17i387: do not preload FPU state at task switch timeLinus Torvalds4-68/+11
2012-02-17i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds4-23/+58
2012-02-17i387: move TS_USEDFPU clearing out of __save_init_fpu and into callersLinus Torvalds1-3/+6
2012-02-16i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds3-8/+45
2012-02-16powerpc/perf: power_pmu_start restores incorrect values, breaking frequency e...Anton Blanchard1-1/+7
2012-02-16powerpc: Disable interrupts early in Program CheckBenjamin Herrenschmidt1-1/+1
2012-02-16powerpc: Remove legacy iSeries from ppc64_defconfigStephen Rothwell1-5/+0
2012-02-16powerpc/fsl/pci: Fix PCIe fixup regressionBenjamin Herrenschmidt1-19/+29
2012-02-16powerpc: Fix kernel log of oops/panic instruction dumpIra Snyder1-3/+3
2012-02-15i387: fix sense of sanity checkLinus Torvalds1-1/+1
2012-02-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds9-27/+51
2012-02-15Merge tag 'stable/for-linus-fixes-3.3-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-1/+8
2012-02-14powerpc/pseries/eeh: Fix crash when error happens during device probeThadeu Lima de Souza Cascardo2-2/+7
2012-02-14powerpc/pseries: Fix partition migration hang in stop_topology_updateBrian King2-3/+8
2012-02-14powerpc/powernv: Disable interrupts while taking phb->lockMichael Ellerman1-8/+14