summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: imx6sx-sdb: add revb board and make it defaultPeter Chen2015-03-302-1/+147
* ARM: imx6sx-sdb: change default board as reva boardPeter Chen2015-03-303-131/+144
* ARM: vf-colibri: add SPI support and enable MCP2515 CANBhuvanchandra DV2015-03-302-0/+46
* ARM: vf610: add second DSPI instanceBhuvanchandra DV2015-03-302-0/+15
* Merge remote-tracking branch 'jcooper/irqchip/vybrid' into imx/dtShawn Guo2015-03-301-0/+1
|\
| * irqchip: vf610-mscm-ir: Add support for Vybrid MSCM interrupt routerStefan Agner2015-03-081-0/+1
* | Merge branch 'imx/soc' into imx/dtShawn Guo2015-03-303-2/+222
|\ \
| * | ARM: imx: depend MXC debug board on 3DS machinesStefan Agner2015-03-131-0/+1
| * | ARM: imx6: gpc: Add PU power domain for GPU/VPUPhilipp Zabel2015-03-112-0/+214
| * | ARM: imx6q: clk: Add support for mipi_ipg clock as a shared clock gateLiu Ying2015-03-021-0/+1
| * | ARM: imx6q: clk: Add support for mipi_core_cfg clock as a shared clock gateLiu Ying2015-03-021-0/+1
| * | ARM: imx6q: clk: Change hsi_tx clock to be a shared clock gateLiu Ying2015-03-021-1/+2
| * | ARM: imx6q: clk: Change hdmi_isfr clock's parent to be video_27m clockLiu Ying2015-03-021-1/+1
| * | ARM: imx6q: clk: Add the video_27m clockLiu Ying2015-03-021-0/+1
| * | ARM: vf610: use SMP_ON_UP for Vybrid SoCStefan Agner2015-02-261-0/+1
| |/
* | ARM: imx_v4_v5_defconfig: Remove CONFIG_MACH_MX25_3DSFabio Estevam2015-03-131-1/+0
* | ARM: mx25: Remove imxdi_rtc platform codeFabio Estevam2015-03-133-46/+0
* | ARM: mx25: Remove "mx25.h" header fileFabio Estevam2015-03-1314-202/+0
* | ARM: mx25: Remove static memory mappingFabio Estevam2015-03-134-96/+19
* | ARM: mx25: Retrieve IIM base from dtFabio Estevam2015-03-131-1/+10
* | ARM: mx25: Remove mx25_clocks_init()Fabio Estevam2015-03-132-76/+0
* | ARM: mx25: Remove platform code support filesFabio Estevam2015-03-114-709/+1
* | ARM: mx25: Convert to a dt-only platformFabio Estevam2015-03-115-20/+17
* | ARM: imx25: Remove eukrea mx25 board filesFabio Estevam2015-03-114-518/+0
* | ARM: mx25: Remove mach-mx25_3ds board fileFabio Estevam2015-03-063-286/+0
* | ARM: imx: Fix trivial typo in commentsYannick Guerrini2015-03-032-2/+2
* | ARM: imx: Kconfig: Fix grammar in help textFabio Estevam2015-03-031-2/+2
* | ARM: imx/iomux-v3: allow pad_list to be constUwe Kleine-König2015-03-0310-11/+13
|/
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-221-1/+1
|\
| * ARM: 8305/1: DMA: Fix kzalloc flags in __iommu_alloc_buffer()Alexandre Courbot2015-02-201-1/+1
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-02-2141-58/+88
|\ \
| * | ARM: make of_device_ids constUwe Kleine-König2015-02-1915-16/+16
| * | ARM: make arrays containing machine compatible strings constUwe Kleine-König2015-02-1911-16/+16
| * | ARM: mm: Remove Kconfig symbol CACHE_PL310Paul Bolle2015-02-182-8/+0
| * | Merge tag 'arm-soc/for-3.20/dts' of http://github.com/broadcom/stblinux into ...Arnd Bergmann2015-02-182-2/+23
| |\ \
| | * | ARM: dts: add I2C device nodes for Broadcom CygnusRay Jui2015-02-161-0/+20
| | * | ARM: dts: BCM63xx: fix L2 cache propertiesFlorian Fainelli2015-02-161-2/+3
| * | | ARM: rockchip: force built-in regulator support for PMArnd Bergmann2015-02-181-0/+1
| * | | ARM: mvebu: build armada375-smp code conditionallyArnd Bergmann2015-02-181-1/+1
| * | | ARM: sti: always enable RESET_CONTROLLERArnd Bergmann2015-02-181-0/+1
| * | | ARM: rockchip: make rockchip_suspend_init conditionalArnd Bergmann2015-02-181-0/+6
| * | | ARM: ixp4xx: fix {in,out}s{bwl} data typesArnd Bergmann2015-02-181-6/+13
| * | | ARM: prima2: do not select SMP_ON_UPArnd Bergmann2015-02-181-1/+0
| * | | ARM: at91: fix pm declarationsArnd Bergmann2015-02-181-4/+4
| * | | ARM: davinci: multi-soc kernels require AUTO_ZRELADDRArnd Bergmann2015-02-181-0/+2
| * | | ARM: davinci: davinci_cfg_reg cannot be initArnd Bergmann2015-02-181-2/+2
| * | | ARM: BCM: put back ARCH_MULTI_V7 dependency for mobileArnd Bergmann2015-02-181-2/+2
| * | | ARM: vexpress: use ARM_CPU_SUSPEND if neededArnd Bergmann2015-02-181-0/+1
* | | | Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2015-02-2117-3867/+343
|\ \ \ \
| * \ \ \ Merge tag 'tegra-clk-3.20' of git://nv-tegra.nvidia.com/user/pdeschrijver/lin...Michael Turquette2015-02-021-2/+0
| |\ \ \ \
OpenPOWER on IntegriCloud