summaryrefslogtreecommitdiffstats
path: root/arch/mips/boot
Commit message (Expand)AuthorAgeFilesLines
* kbuild: remove all dummy assignments to obj-Masahiro Yamada2017-11-1812-36/+0
* Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2017-11-1513-5/+29
|\
| * MIPS: generic: Add support for MIPSfpgaZubair Lutfullah Kakakhel2017-11-082-1/+9
| * MIPS: DTS: Remove num-slots from Pistachio SoCShawn Lin2017-11-081-1/+0
| * MIPS: Standardize DTS files, status "ok" -> "okay"Robert P. J. Day2017-11-073-3/+3
| * MIPS: BMIPS: name the refclk clock for uartJonas Gorski2017-11-076-0/+12
| * MIPS: jz4780: DTS: Probe the jz4740-watchdog driver from devicetreeMathieu Malaterre2017-10-091-0/+5
* | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-1414-58/+13
|\ \
| * | kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.libMasahiro Yamada2017-11-0913-43/+13
| * | MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entryMasahiro Yamada2017-11-091-1/+0
| * | kbuild: clean up *.dtb and *.dtb.S patterns from top-level MakefileMasahiro Yamada2017-11-0813-13/+0
| * | .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada2017-11-081-1/+0
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0292-0/+92
|/
* MIPS: jz4780: DTS: Probe the jz4740-rtc driver from devicetreeMathieu Malaterre2017-09-061-0/+11
* MIPS: Add Onion Omega2+ boardHarvey Hunt2017-08-292-0/+19
* MIPS: dts: Add Vocore2 boardHarvey Hunt2017-08-292-0/+19
* MIPS: dts: ralink: Add Mediatek MT7628A SoCHarvey Hunt2017-08-291-0/+126
* MIPS: dts: Ci20: Add ethernet and fixed-regulator nodesHarvey Hunt2017-08-291-0/+37
* MIPS: Allow platform to specify multiple its.S filesPaul Burton2017-08-291-5/+11
* MIPS: NI 169445 board supportNathan Sullivan2017-08-293-0/+108
* MIPS: gitignore: ignore generated .c filesBartosz Golaszewski2017-08-071-0/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-07-153-15/+238
|\
| * MIPS: generic: Support MIPS Boston development boardsPaul Burton2017-07-112-0/+226
| * MIPS: DTS: img: Don't attempt to build-in all .dtb filesPaul Burton2017-07-111-2/+1
| * MIPS: SEAD-3: Fix GIC interrupt specifiersPaul Burton2017-06-281-4/+4
| * MIPS: SEAD-3: Set interrupt-parent per-device, not at root nodePaul Burton2017-06-281-1/+4
| * MIPS: generic/yamon-dt: Use serial* rather than uart* aliasesPaul Burton2017-06-281-3/+3
| * MIPS: SEAD-3: Remove GIC timer from DTPaul Burton2017-06-281-5/+0
* | Merge tag 'v4.12-rc7' into develLinus Walleij2017-06-291-5/+5
|\ \ | |/
| * MIPS: .its targets depend on vmlinuxPaul Burton2017-06-151-5/+5
* | MIPS: JZ4780: CI20: Add pinctrl configuration for several driversPaul Cercueil2017-05-221-0/+60
* | MIPS: JZ4740: Qi LB60: Add pinctrl configuration for several driversPaul Cercueil2017-05-221-0/+13
* | MIPS: jz4780: DTS: Add nodes for ingenic pinctrl and gpio driversPaul Cercueil2017-05-221-0/+98
* | MIPS: jz4740: DTS: Add nodes for ingenic pinctrl and gpio driversPaul Cercueil2017-05-221-0/+68
|/
* devicetree: Move include prefixes from arch to separate directoryOlof Johansson2017-05-181-1/+0
* MIPS: DTS: Add img directory to MakefileIan Pozella2017-02-171-0/+1
* MIPS: BMIPS: Add support SPI device nodesJaedon Shin2017-01-2416-6/+478
* MIPS: zboot: Consolidate compiler flag filtering.Ralf Baechle2017-01-031-1/+1
* MIPS: DTS: img: add device tree for Marduk boardRahul Bedarkar2017-01-032-0/+172
* MIPS: DTS: Add base device tree for Pistachio SoCRahul Bedarkar2017-01-031-0/+924
* MIPS: xilfpga: Add DT node for AXI emacliteZubair Lutfullah Kakakhel2017-01-031-0/+26
* MIPS: xilfpga: Add DT node for AXI I2CZubair Lutfullah Kakakhel2017-01-031-0/+22
* MIPS: xilfpga: Update DT node and specify uart irqZubair Lutfullah Kakakhel2017-01-031-0/+3
* MIPS: xilfpga: Use Xilinx Interrupt ControllerZubair Lutfullah Kakakhel2017-01-031-0/+12
* MIPS: Zboot: Don't use $(LINUXINCLUDE) twicePaul Bolle2017-01-031-2/+2
* MIPS: zboot: Add "uzImage.bin" targetMaarten ter Huurne2017-01-031-0/+4
* Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2016-12-182-0/+15
|\
| * MIPS: qi_lb60: Probe RTC driver from DT and use it as power controllerPaul Cercueil2016-11-051-0/+4
| * MIPS: jz4740: DTS: Probe the jz4740-rtc driver from devicetreePaul Cercueil2016-11-051-0/+11
* | MIPS: Malta: Fixup rebootPaul Burton2016-11-041-1/+2
|/
OpenPOWER on IntegriCloud