summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-05-13MIPS: ath79: add initial support for DPT-ModuleAntony Pavlov2-0/+79
2016-05-13MIPS: ath79: add initial support for Onion OmegaAntony Pavlov2-0/+79
2016-05-13MIPS: ath79: add initial support for Dragino MS14 (Dragino 2)Antony Pavlov2-0/+103
2016-05-13MIPS: ath79: add initial support for TP-LINK MR3020Antony Pavlov2-0/+119
2016-05-13MIPS: ath79: update devicetree clock support for AR9331Antony Pavlov1-34/+62
2016-05-13MIPS: dts: qca: introduce AR9331 devicetreeAntony Pavlov1-0/+155
2016-05-13MIPS: ath79: Disable platform code for OF boards.Antony Pavlov1-7/+9
2016-05-13MIPS: ath79: update devicetree clock support for AR9132Antony Pavlov3-25/+108
2016-05-13MIPS: ath79: Introduce <dt-bindings/clock/ath79-clk.h>Antony Pavlov2-19/+22
2016-05-13MIPS: dts: qca: ar9132: use short references for dt nodesAntony Pavlov2-53/+49
2016-05-13MIPS: dts: qca: ar9132_tl_wr1043nd_v1.dts: drop unused alias nodeAntony Pavlov1-4/+0
2016-05-13MIPS: Lantiq: Make it possible to build in no device treeHauke Mehrtens1-1/+11
2016-05-13MIPS: Lantiq: Add support for device tree file from boot loaderHauke Mehrtens1-2/+11
2016-05-13MIPS: Octeon: Add DTS for EdgeRouter LiteAaro Koskinen1-0/+59
2016-05-13MIPS: Octeon: Add DTS for D-Link DSR-1000NAaro Koskinen3-202/+312
2016-05-13MIPS: panic immediately when panic_on_oopsAaro Koskinen1-4/+1
2016-05-13MIPS: BCM47xx: Move SPROM driver to drivers/firmware/Rafał Miłecki5-729/+3
2016-05-13MIPS: ralink: Make reset_control_ops constPhilipp Zabel1-1/+1
2016-05-13MIPS: lantiq: Make reset_control_ops constPhilipp Zabel1-1/+1
2016-05-13MIPS: Octeon: device_tree_init: fill mac addresses when using appended dtbAaro Koskinen1-1/+7
2016-05-13MIPS: Octeon: device_tree_init: don't fill mac if already setAaro Koskinen1-0/+8
2016-05-13MIPS: Octeon: device_tree_init: use separate pass to fill mac addressesAaro Koskinen2-16/+72
2016-05-13MIPS: Octeon: Use model string from DTB for unknown board typeAaro Koskinen1-2/+10
2016-05-13MIPS: Octeon: Initialize system type string after device tree init.Aaro Koskinen1-4/+2
2016-05-13MIPS: Octeon: board_type_to_string: return NULL for unsupported boardAaro Koskinen2-3/+8
2016-05-13MIPS: OCTEON: Simplify code in octeon_irq_ciu_gpio_set_type()David Daney1-1/+1
2016-05-13MIPS: OCTEON: Add SMP support for OCTEON cn78xx et al.David Daney3-16/+139
2016-05-13MIPS: OCTEON: Add support for OCTEON III interrupt controller.David Daney2-1/+668
2016-05-13MIPS: OCTEON: Don't attempt to use nonexistent registers on OCTEON III models.David Daney2-17/+30
2016-05-13MIPS: OCTEON: Add model checking support for cn73xx, cnf75xx and cn78xxDavid Daney4-8/+125
2016-05-13MIPS: OCTEON: Add register definitions for cn73xx, cnf75xx and cn78xx.David Daney3-16/+748
2016-05-13MIPS: Select CONFIG_HANDLE_DOMAIN_IRQ and make it work.David Daney2-0/+11
2016-05-13MIPS: OCTEON: Remove some code limiting NR_IRQS to 255David Daney1-25/+2
2016-05-13MIPS: OCTEON: Extend number of supported CPUs past 32David Daney5-8/+125
2016-05-13MIPS: OCTEON: Remove dead code from cvmx-sysinfo.David Daney2-97/+5
2016-05-13MIPS: Add CPU identifiers and probing for Cavium CN73xx and CNF75xx processors.David Daney2-0/+4
2016-05-13MIPS: highmem: Turn flush_cache_kmaps into a no-op.Ralf Baechle1-1/+3
2016-05-13MIPS: Loongson64: Remove call to flush_cache_all().Ralf Baechle1-1/+0
2016-05-13MIPS: VR41xx: Use __flush_cache_all instead of flush_cache_all.Ralf Baechle1-1/+1
2016-05-13MIPS: MSP71xx: Use __flush_cache_all instead of flush_cache_all.Ralf Baechle1-1/+1
2016-05-13MIPS: Octeon: Use __flush_cache_all instead of flush_cache_all.Ralf Baechle1-1/+1
2016-05-13MIPS: ath79: Use the reset controller to restart OF machinesAlban Bedel1-3/+4
2016-05-13MIPS: ath79: Add zboot debug serial supportAlban Bedel2-1/+6
2016-05-13MIPS: ath79: Remove the builtin DTB supportAlban Bedel3-19/+0
2016-05-13MIPS: ath79: Add support for DTB passed using the UHI boot protocolAlban Bedel1-0/+2
2016-05-09MIPS: Netlogic: Fix CP0_EBASE redefinition warningsJames Hogan2-9/+6
2016-05-09MIPS: Adjust set_pte() SMP fix to handle R10000_LLSC_WARJoshua Kinard1-13/+32
2016-05-09MIPS: Move definitions for 32/64-bit agonstic inline assembler to new file.Ralf Baechle3-25/+31
2016-05-09MIPS: Fix MSA assembly warningsJames Hogan1-0/+6
2016-05-09MIPS: Fix MSA assembly with big thread offsetsJames Hogan1-66/+83