Age | Commit message (Expand) | Author | Files | Lines |
2017-09-04 | MIPS: Octeon: Watchdog registers for 70xx, 73xx, 78xx, F75xx. | Steven J. Hill | 1 | -0/+10 |
2017-09-04 | MIPS: Octeon: Add support for accessing the boot vector. | Steven J. Hill | 5 | -1/+334 |
2017-09-04 | MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation | Martin Blumenstingl | 3 | -148/+2 |
2017-09-04 | MIPS: lantiq: remove old USB PHY initialisation | Hauke Mehrtens | 1 | -43/+0 |
2017-09-04 | phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module | Hauke Mehrtens | 1 | -18/+18 |
2017-09-04 | MIPS: lantiq: remove old GPHY loader code | Hauke Mehrtens | 3 | -221/+0 |
2017-09-04 | MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd | Martin Blumenstingl | 1 | -2/+4 |
2017-09-04 | MIPS: lantiq: remove old reset controller implementation | Hauke Mehrtens | 1 | -68/+0 |
2017-09-04 | MIPS: lantiq: Replace ltq_boot_select() with dummy implementation. | Ralf Baechle | 1 | -5/+5 |
2017-09-04 | MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select() | Hauke Mehrtens | 3 | -34/+0 |
2017-09-04 | MIPS: lantiq: Convert the fpi bus driver to a platform_driver | Hauke Mehrtens | 2 | -45/+0 |
2017-09-04 | MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD | Martin Blumenstingl | 1 | -0/+1 |
2017-09-04 | MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_buses | Martin Blumenstingl | 1 | -1/+1 |
2017-09-04 | MIPS: Remove unnecessary inclusions of linux/irqchip/mips-gic.h | Paul Burton | 3 | -3/+0 |
2017-09-04 | MIPS: VDSO: Avoid use of linux/irqchip/mips-gic.h | Paul Burton | 1 | -4/+3 |
2017-09-04 | irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.h | Paul Burton | 5 | -4/+32 |
2017-09-04 | MIPS: Use mips_gic_present() in place of gic_present | Paul Burton | 5 | -23/+17 |
2017-09-04 | MIPS: VDSO: Drop gic_get_usm_range() usage | Paul Burton | 1 | -10/+5 |
2017-09-04 | irqchip: mips-gic: Move various definitions to the driver | Paul Burton | 1 | -5/+0 |
2017-09-04 | MIPS: GIC: Move GIC_LOCAL_INT_* to asm/mips-gic.h | Paul Burton | 1 | -0/+24 |
2017-09-04 | MIPS: Add __ioread64_copy | Paul Burton | 3 | -1/+45 |
2017-09-04 | MIPS: CPS: Read GIC_VL_IDENT directly, not via irqchip driver | Paul Burton | 1 | -1/+1 |
2017-09-04 | Merge branch 'linus' into locking/core, to fix up conflicts | Ingo Molnar | 4 | -28/+4 |
2017-09-03 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 3 | -23/+4 |
2017-09-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+0 |
2017-09-01 | MIPS: Malta: Use new GIC accessor functions | Paul Burton | 1 | -3/+3 |
2017-09-01 | Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next | Boris Brezillon | 7 | -7/+7 |
2017-09-01 | KVM: update to new mmu_notifier semantic v2 | Jérôme Glisse | 1 | -5/+0 |
2017-08-30 | MIPS: GIC: Introduce asm/mips-gic.h with accessor functions | Paul Burton | 2 | -0/+294 |
2017-08-30 | MIPS: Don't use dma_cache_sync to implement fd_cacheflush | Christoph Hellwig | 1 | -2/+2 |
2017-08-30 | MIPS: generic: Bump default NR_CPUS to 16 | Paul Burton | 1 | -1/+1 |
2017-08-30 | MIPS: generic: Don't explicitly disable CONFIG_USB_SUPPORT | Paul Burton | 1 | -1/+0 |
2017-08-30 | MIPS: Make CONFIG_MIPS_MT_SMP default y | Paul Burton | 6 | -4/+2 |
2017-08-30 | MIPS: Prevent direct use of generic_defconfig | Paul Burton | 1 | -0/+13 |
2017-08-30 | MIPS: NI 169445: Only include in 32r2el kernels | Paul Burton | 1 | -0/+3 |
2017-08-30 | MIPS: SEAD-3: Only include in 32 bit kernels by default | Paul Burton | 1 | -0/+2 |
2017-08-30 | MIPS: generic: Allow filtering enabled boards by requirements | Paul Burton | 2 | -2/+98 |
2017-08-30 | MIPS: CPS: Detect CPUs in secondary clusters | Paul Burton | 1 | -29/+51 |
2017-08-30 | MIPS: CPS: Cluster support for topology functions | Paul Burton | 7 | -48/+136 |
2017-08-30 | MIPS: CPS: Have asm/mips-cps.h include CM & CPC headers | Paul Burton | 19 | -29/+27 |
2017-08-30 | MIPS: SMP: Allow boot_secondary SMP op to return errors | Paul Burton | 14 | -15/+37 |
2017-08-30 | MIPS: CM: Add cluster & block args to mips_cm_lock_other() | Paul Burton | 4 | -18/+58 |
2017-08-30 | MIPS: Add CPU cluster number accessors | Paul Burton | 2 | -0/+21 |
2017-08-30 | MIPS: Unify checks for sibling CPUs | Paul Burton | 3 | -11/+26 |
2017-08-30 | MIPS: Store core & VP IDs in GlobalNumber-style variable | Paul Burton | 2 | -26/+35 |
2017-08-30 | MIPS: Abstract CPU core & VP(E) ID access through accessor functions | Paul Burton | 15 | -45/+70 |
2017-08-30 | MIPS: CPS: Use GlobalNumber macros rather than magic numbers | Paul Burton | 1 | -2/+2 |
2017-08-30 | MIPS: Add accessor & bit definitions for GlobalNumber | Paul Burton | 1 | -0/+13 |
2017-08-30 | MIPS: CPS: Add CM/CPC 3.5 register definitions | Paul Burton | 2 | -7/+69 |
2017-08-30 | MIPS: CPS: Use change_*, set_* & clear_* where appropriate | Paul Burton | 3 | -21/+8 |