summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-02-221-28/+25
|\
| * VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-1/+1
| * hypfs: switch to read_iter/write_iterAl Viro2015-02-201-27/+24
* | 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 branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-02-21105-1123/+6390
|\ \ \
| * | | MIPS: sead3: Corrected get_c0_perfcount_intNiklas Cassel2015-02-201-1/+1
| * | | MIPS: mm: Remove dead macro definitionsAndreas Ruprecht2015-02-202-16/+0
| * | | MIPS: OCTEON: irq: add CIB and other fixesDavid Daney2015-02-201-269/+780
| * | | MIPS: OCTEON: Don't do acknowledge operations for level triggered irqs.David Daney2015-02-201-2/+43
| * | | MIPS: OCTEON: More OCTEONIII supportChandrakala Chavva2015-02-204-2/+326
| * | | MIPS: OCTEON: Remove setting of processor specific CVMCTL icache bits.Chad Reese2015-02-201-20/+0
| * | | MIPS: OCTEON: Core-15169 Workaround and general CVMSEG cleanup.David Daney2015-02-202-6/+17
| * | | MIPS: OCTEON: Update octeon-model.h code for new SoCs.David Daney2015-02-205-27/+90
| * | | MIPS: OCTEON: Implement DCache errata workaround for all CN6XXXDavid Daney2015-02-203-4/+8
| * | | MIPS: OCTEON: Add little-endian support to asm/octeon/octeon.hDavid Daney2015-02-201-30/+105
| * | | MIPS: OCTEON: Implement the core-16057 workaroundDavid Daney2015-02-201-0/+22
| * | | MIPS: OCTEON: Delete unused COP2 saving codeAleksey Makarov2015-02-201-26/+0
| * | | MIPS: OCTEON: Use correct instruction to read 64-bit COP0 registerChandrakala Chavva2015-02-201-3/+3
| * | | MIPS: OCTEON: Save and restore CP2 SHA3 stateDavid Daney2015-02-203-11/+35
| * | | MIPS: OCTEON: Fix FP context save.David Daney2015-02-201-12/+7
| * | | MIPS: OCTEON: Save/Restore wider multiply registers in OCTEON III CPUsDavid Daney2015-02-204-32/+150
| * | | MIPS: boot: Provide more uImage optionsMarkos Chandras2015-02-202-2/+55
| * | | MIPS: Remove unneeded #ifdef __KERNEL__ from asm/processor.hDavid Daney2015-02-201-6/+0
| * | | MIPS: ip22-gio: Remove legacy suspend/resume supportLars-Peter Clausen2015-02-202-26/+0
| * | | mips: pci: Add ifdef around pci_proc_domainZubair Lutfullah Kakakhel2015-02-201-0/+2
| * | | MIPS: Alchemy: Fix cpu clock calculationManuel Lauss2015-02-201-0/+2
OpenPOWER on IntegriCloud