summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * ARM: at91/at91sam9x5: SoC basic supportDan Liang2012-02-033-0/+376
| | | * ARM: at91/at91sam9x5: Configuration and MakefileNicolas Ferre2012-02-032-0/+10
| | | * ARM: at91/at91sam9x5: clock management for at91sam9x5 chip familyNicolas Ferre2012-02-031-19/+64
| | | * ARM: at91/at91sam9x5: PMC header fileNicolas Ferre2012-02-031-12/+48
| | | * ARM: at91/at91sam9x5: overall definitionDan Liang2012-02-032-0/+133
| | * | Merge remote-tracking branch 'armsoc/at91/device-board' into at91-3.4-base2Nicolas Ferre2012-02-116-23/+209
| | |\ \
| | | * | ARM: at91: Add external RTC for Flexibity boardMaxim Osipov2012-02-031-1/+11
| | | * | ARM: at91: add Atmel ISI and ov2640 support on sam9m10g45 boardJosh Wu2012-02-032-2/+172
| | | * | ARM: at91: add clock selection parameter for at91_add_device_isi()Josh Wu2012-02-032-4/+13
| | | * | ARM: at91: Update struct atmel_nand_data to support PMECCHong Xu2012-02-031-0/+2
| | | * | ARM: at91/dma: DMA controller registering with DT supportNicolas Ferre2012-02-031-1/+9
| | | * | ARM: at91/dma: remove platform data from DMA controllerNicolas Ferre2012-02-032-15/+2
| | | |/
| | * | ARM: at91: implement the standby function for pm/cpuidleDaniel Lezcano2012-02-033-42/+34
| | * | ARM: at91: remove wait_for_interrupt definitionDaniel Lezcano2012-02-032-10/+1
| | * | ARM: at91: declare header nameDaniel Lezcano2012-02-031-0/+15
| | * | ARM: at91: coding style fixesDaniel Lezcano2012-02-031-6/+14
| | |/
| | * ARM: at91: code removal of CAP9 SoCJean-Christophe PLAGNIOL-VILLARD2012-02-0323-2580/+15
| | * Merge remote-tracking branch 'armsoc/depends/rmk/for-armsoc' into at91-3.4-baseNicolas Ferre2012-02-03134-2273/+774
| | |\
* | | | ARM: OMAP2+: Fix L4_EMU_34XX_BASE error after iomap changesTony Lindgren2012-02-291-0/+2
* | | | Merge branch 'iomap' into cleanupTony Lindgren2012-02-2889-258/+439
|\ \ \ \
| * | | | ARM: OMAP2+: Limit omap_read/write usage to legacy USB driversTony Lindgren2012-02-244-50/+43
| * | | | ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.hTony Lindgren2012-02-2430-109/+179
| * | | | ARM: OMAP2+: Move most of plat/io.h into local iomap.hTony Lindgren2012-02-2432-215/+264
| * | | | ARM: OMAP1: Move most of plat/io.h into local iomap.hTony Lindgren2012-02-2436-72/+152
| * | | | ARM: OMAP1: Move 16xx GPIO system clock to platform init codeTony Lindgren2012-02-241-0/+7
| * | | | ARM: OMAP: Move omap_init_consistent_dma_size() to local common.hTony Lindgren2012-02-243-2/+3
| * | | | ARM: OMAP2+: Move SDRC related functions from io.h into local common.hTony Lindgren2012-02-242-4/+5
| * | | | ARM: OMAP2xxx: PM: remove obsolete timer disable code in the suspend pathPaul Walmsley2012-02-241-21/+1
| |/ / /
* | | | ARM: OMAP: McSPI: Remove unused flag from struct omap2_mcspi_device_configJarkko Nikula2012-02-246-10/+0
* | | | Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ...Russell King2012-02-22113-1771/+378
|\ \ \ \
| * | | | ARM: remove disable_fiq and arch_ret_to_user macrosRob Herring2012-02-2258-591/+0
| * | | | ARM: make entry-macro.S depend on !MULTI_IRQ_HANDLERRob Herring2012-02-221-1/+2
| * | | | ARM: rpc: make default fiq handler run-time installedRob Herring2012-02-223-1/+23
| * | | | ARM: make arch_ret_to_user macro optionalRob Herring2012-02-222-1/+13
| |/ / /
| * | | Merge tag 'fbdev-fixes-for-3.3-1' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-02-083-12/+28
| |\ \ \
| | * | | OMAPDSS: HDMI: PHY burnout fixTomi Valkeinen2012-01-262-0/+10
| | * | | OMAP: 4430SDP/Panda: add HDMI HPD gpioTomi Valkeinen2012-01-262-0/+6
| | * | | OMAP: 4430SDP/Panda: setup HDMI GPIO muxesTomi Valkeinen2012-01-262-0/+6
| | * | | OMAPDSS: remove wrong HDMI HPD muxingTomi Valkeinen2012-01-261-4/+0
| | * | | OMAP: 4430SDP/Panda: rename HPD GPIO to CT_CP_HPDTomi Valkeinen2012-01-262-4/+4
| | * | | OMAP: 4430SDP/Panda: use gpio_free_array to free HDMI gpiosTomi Valkeinen2012-01-262-4/+2
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-02-074-4/+6
| |\ \ \ \
| | * | | | sh: use the the PCI channels's io_map_baseMichael S. Tsirkin2012-01-312-2/+3
| | * | | | mips: use the the PCI controller's io_map_baseMichael S. Tsirkin2012-01-312-2/+3
| * | | | | Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-02-073-0/+112
| |\ \ \ \ \
| | * | | | | KVM: do not #GP on perf MSR writes when vPMU is disabledGleb Natapov2012-02-011-0/+22
| | * | | | | KVM: x86: fix missing checks in syscall emulationStephan Bärwolf2012-02-012-0/+64
| | * | | | | KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf2012-02-012-0/+26
| * | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-02-0423-1093/+105
| |\ \ \ \ \ \
| | * | | | | | ARM: bcmring: fix build failure in mach-bcmring/arch.cPaul Gortmaker2012-02-041-1/+1