aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-04MIPS: Octeon: Add support for accessing the boot vector.Steven J. Hill5-1/+334
2017-09-04MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementationMartin Blumenstingl3-148/+2
2017-09-04MIPS: lantiq: remove old USB PHY initialisationHauke Mehrtens1-43/+0
2017-09-04phy: Add an USB PHY driver for the Lantiq SoCs using the RCU moduleHauke Mehrtens7-19/+324
2017-09-04MIPS: lantiq: remove old GPHY loader codeHauke Mehrtens3-221/+0
2017-09-04MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfdMartin Blumenstingl5-2/+316
2017-09-04MIPS: lantiq: remove old reset controller implementationHauke Mehrtens1-68/+0
2017-09-04reset: Add a reset controller driver for the Lantiq XWAY based SoCsMartin Blumenstingl4-0/+249
2017-09-04MIPS: lantiq: Replace ltq_boot_select() with dummy implementation.Ralf Baechle1-5/+5
2017-09-04MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()Hauke Mehrtens3-34/+0
2017-09-04MIPS: lantiq: Convert the fpi bus driver to a platform_driverHauke Mehrtens7-45/+121
2017-09-04Documentation: DT: MIPS: lantiq: Add docs for the RCU bindingsHauke Mehrtens1-0/+89
2017-09-04MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFDMartin Blumenstingl1-0/+1
2017-09-04watchdog: lantiq: add device tree binding documentationHauke Mehrtens1-0/+24
2017-09-04watchdog: lantiq: access boot cause register through regmapHauke Mehrtens1-5/+69
2017-09-04mtd: lantiq-flash: drop check of boot selectHauke Mehrtens1-6/+0
2017-09-04MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_busesMartin Blumenstingl1-1/+1
2017-09-04irqchip: mips-gic: Let the core set struct irq_common_data affinityPaul Burton1-2/+1
2017-09-04irqchip: mips-gic: Use cpumask_first_and() in gic_set_affinity()Paul Burton1-6/+6
2017-09-04irqchip: mips-gic: Clean up mti, reserved-cpu-vectors handlingPaul Burton1-7/+7
2017-09-04irqchip: mips-gic: Use pcpu_masks to avoid reading GIC_SH_MASK*Paul Burton1-21/+31
2017-09-04irqchip: mips-gic: Make pcpu_masks a per-cpu variablePaul Burton1-9/+8
2017-09-04irqchip: mips-gic: Inline gic_basic_init()Paul Burton1-27/+19
2017-09-04irqchip: mips-gic: Inline __gic_init()Paul Burton1-60/+55
2017-09-04irqchip: mips-gic: Remove linux/irqchip/mips-gic.hPaul Burton1-14/+0
2017-09-04MIPS: Remove unnecessary inclusions of linux/irqchip/mips-gic.hPaul Burton3-3/+0
2017-09-04MIPS: VDSO: Avoid use of linux/irqchip/mips-gic.hPaul Burton2-8/+3
2017-09-04irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.hPaul Burton7-13/+32
2017-09-04irqchip: mips-gic: Remove gic_presentPaul Burton2-8/+0
2017-09-04MIPS: Use mips_gic_present() in place of gic_presentPaul Burton5-23/+17
2017-09-04irqchip: mips-gic: Remove gic_init()Paul Burton2-10/+0
2017-09-04irqchip: mips-gic: Remove __gic_irq_dispatch() forward declarationPaul Burton1-2/+0
2017-09-04irqchip: mips-gic: Remove gic_get_usm_range()Paul Burton2-25/+0
2017-09-04MIPS: VDSO: Drop gic_get_usm_range() usagePaul Burton1-10/+5
2017-09-04irqchip: mips-gic: Move various definitions to the driverPaul Burton3-24/+16
2017-09-04irqchip: mips-gic: Remove GIC_CPU_INT* macrosPaul Burton1-8/+0
2017-09-04MIPS: GIC: Move GIC_LOCAL_INT_* to asm/mips-gic.hPaul Burton2-10/+24
2017-09-04irqchip: mips-gic: Convert remaining local reg access to new accessorsPaul Burton2-100/+12
2017-09-04irqchip: mips-gic: Convert local int mask access to new accessorsPaul Burton2-59/+7
2017-09-04irqchip: mips-gic: Convert remaining shared reg access to new accessorsPaul Burton2-28/+8
2017-09-04irqchip: mips-gic: Remove gic_map_to_vpe()Paul Burton2-15/+2
2017-09-04irqchip: mips-gic: Remove gic_map_to_pin()Paul Burton2-17/+1
2017-09-04irqchip: mips-gic: Remove gic_set_dual_edge()Paul Burton2-40/+5
2017-09-04irqchip: mips-gic: Remove gic_set_trigger()Paul Burton2-18/+6
2017-09-04irqchip: mips-gic: Remove gic_set_polarity()Paul Burton2-17/+5
2017-09-04irqchip: mips-gic: Drop gic_(re)set_mask() functionsPaul Burton2-19/+3
2017-09-04irqchip: mips-gic: Simplify gic_local_irq_domain_map()Paul Burton2-47/+16
2017-09-04irqchip: mips-gic: Simplify shared interrupt pending/mask readsPaul Burton2-24/+11
2017-09-04MIPS: Add __ioread64_copyPaul Burton3-1/+45
2017-09-04irqchip: mips-gic: Remove gic_read_local_vp_id()Paul Burton2-25/+0