summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: dts: omap5: add minimal l4 bus layout with control module supportTero Kristo2015-03-311-70/+112
* ARM: OMAP4+: control: remove support for legacy pad read/writeTero Kristo2015-03-313-34/+6
* ARM: OMAP4: display: convert display to use syscon for dsi muxingTero Kristo2015-03-311-2/+13
* ARM: dts: omap4: add minimal l4 bus layout with control module supportTero Kristo2015-03-311-79/+121
* ARM: dts: am4372: add minimal l4 bus layout with control module supportTero Kristo2015-03-313-38/+51
* ARM: dts: am43xx-epos-evm: fix pinmux node layoutTero Kristo2015-03-311-42/+42
* ARM: dts: am33xx: add minimal l4 bus layout with control module supportTero Kristo2015-03-313-42/+49
* ARM: dts: omap3: add minimal l4 bus layout with control module supportTero Kristo2015-03-315-50/+65
* ARM: dts: omap24xx: add minimal l4 bus layout with control module supportTero Kristo2015-03-315-86/+122
* ARM: OMAP2+: control: add syscon support for register accessesTero Kristo2015-03-311-17/+87
* ARM: OMAP2+: id: cache omap_type valueTero Kristo2015-03-311-1/+4
* ARM: OMAP2+: control: remove API for getting control module base addressTero Kristo2015-03-312-7/+0
* ARM: OMAP2+: clock: add low-level support for regmapTero Kristo2015-03-315-11/+47
* ARM: OMAP4+: PRM: get rid of cpu_is_omap44xx calls from interrupt initTero Kristo2015-03-313-36/+26
* ARM: OMAP4+: PRM: setup prm_features from the PRM init time flagsTero Kristo2015-03-312-2/+5
* ARM: OMAP2+: CM: move SoC specific init calls within a generic APITero Kristo2015-03-3111-34/+75
* ARM: OMAP4+: PRM: determine prm_device_inst based on DT compatibilityTero Kristo2015-03-315-18/+42
* ARM: OMAP2+: PRM: move SoC specific init calls within a generic APITero Kristo2015-03-3115-39/+90
* ARM: OMAP2+: control: determine control module base address from DTTero Kristo2015-03-275-30/+61
* ARM: OMAP2+: PRM: determine PRM base address from device treeTero Kristo2015-03-277-20/+52
* ARM: OMAP2+: CM: determine CM base address from device treeTero Kristo2015-03-279-19/+81
* ARM: OMAP2+: PRCM: split PRCM module init to their own driver filesTero Kristo2015-03-276-21/+106
* ARM: OMAP2+: clock: move clock provider infrastructure to clock driverTero Kristo2015-03-273-44/+75
* ARM: OMAP2+: PRCM: add support for static clock memmap indicesTero Kristo2015-03-252-29/+58
* ARM: OMAP4: PRM: move omap4xxx_prm_init earlier in init orderTero Kristo2015-03-251-1/+1
* ARM: OMAP4+: CM: move omap_cm_base_init under OMAP4 CM driverTero Kristo2015-03-253-6/+3
* ARM: OMAP4+: PRM: move omap_prm_base_init under OMAP4 PRM driverTero Kristo2015-03-252-4/+2
* ARM: OMAP3+: PRM: add common APIs for prm_vp_check/clear_txdoneTero Kristo2015-03-259-25/+60
* ARM: OMAP2+: PRM: add generic API for clear_mod_irqsTero Kristo2015-03-258-28/+47
* ARM: OMAP3: PRM: invert the wkst_mask for the prm_clear_mod_irqsTero Kristo2015-03-253-14/+14
* ARM: OMAP2+: PRCM: rename of_prcm_init to omap_prcm_initTero Kristo2015-03-253-3/+9
* 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
OpenPOWER on IntegriCloud