summaryrefslogtreecommitdiffstats
path: root/arch/mips/boot
Commit message (Expand)AuthorAgeFilesLines
* MIPS:DTS:Correct the license for Loongson-2Kxiaochuan mao2021-04-231-1/+1
* MIPS:DTS:Fix label name and interrupt number of ohci for Loongson-2Kxiaochuan mao2021-04-231-2/+2
* MIPS: Makefile: Replace -pg with CC_FLAGS_FTRACEzhaoxiao2021-04-211-1/+1
* mips: bmips: bcm63268: populate device tree nodesÁlvaro Fernández Rojas2021-04-061-14/+116
* mips: bmips: bcm6368: populate device tree nodesÁlvaro Fernández Rojas2021-04-061-11/+116
* mips: bmips: bcm6362: populate device tree nodesÁlvaro Fernández Rojas2021-04-061-11/+116
* mips: bmips: bcm6358: populate device tree nodesÁlvaro Fernández Rojas2021-04-061-11/+72
* mips: bmips: bcm6328: populate device tree nodesÁlvaro Fernández Rojas2021-04-061-14/+105
* mips: bmips: fix syscon-reboot nodesÁlvaro Fernández Rojas2021-04-065-5/+5
* MIPS: Loongson64: DeviceTree for Loongson-2K1000Qing Zhang2021-03-253-0/+254
* MIPS: ingenic: gcw0: SPI panel does not require active-high CSPaul Cercueil2021-03-121-1/+0
* mips: bmips: bcm63268: include dt-bindingsÁlvaro Fernández Rojas2021-03-121-0/+5
* mips: bmips: bcm6368: include dt-bindingsÁlvaro Fernández Rojas2021-03-121-0/+4
* mips: bmips: bcm6362: include dt-bindingsÁlvaro Fernández Rojas2021-03-121-0/+5
* mips: bmips: bcm6358: include dt-bindingsÁlvaro Fernández Rojas2021-03-121-0/+4
* mips: bmips: bcm6328: include dt-bindingsÁlvaro Fernández Rojas2021-03-121-0/+5
* mips: bmips: bcm3368: include dt-bindingsÁlvaro Fernández Rojas2021-03-121-0/+3
* mips: dts: brcm: allow including header filesÁlvaro Fernández Rojas2021-03-1216-21/+21
* MIPS: boot/compressed: Copy DTB to aligned addressPaul Cercueil2021-03-081-0/+8
* Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-02-217-12/+117
|\
| * MIPS: compressed: fix build with enabled UBSANAlexander Lobakin2021-02-091-0/+1
| * mips: dts: Add support for Cisco SG220-26 switchBert Vermeulen2021-02-042-0/+27
| * Add support for Realtek RTL838x/RTL839x switch SoCsBert Vermeulen2021-02-043-0/+81
| * MIPS: zboot: Avoid endless loop in clear BSS.Jinyang He2021-01-071-1/+1
| * MIPS: zboot: head.S clean upJiaxun Yang2021-01-041-11/+7
* | MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTBPaul Cercueil2020-12-281-1/+2
|/
* MIPS: DTS: img: Fix schema warnings for pwm-ledsAlexander Dahl2020-12-051-2/+3
* MIPS: Enable GCOVXingxing Su2020-12-041-0/+1
* mips: bmips: dts: add BCM63268 reset controller supportÁlvaro Fernández Rojas2020-11-171-0/+6
* mips: bmips: dts: add BCM6368 reset controller supportÁlvaro Fernández Rojas2020-11-171-0/+6
* mips: bmips: dts: add BCM6362 reset controller supportÁlvaro Fernández Rojas2020-11-171-0/+6
* mips: bmips: dts: add BCM6358 reset controller supportÁlvaro Fernández Rojas2020-11-171-0/+6
* mips: bmips: dts: add BCM6328 reset controller supportÁlvaro Fernández Rojas2020-11-171-0/+6
* MIPS: Ingenic: Add missing nodes for Ingenic SoCs and boards.周琰杰 (Zhou Yanjie)2020-11-176-19/+313
* mips: boot: add support for self-extracting FIT images (vmlinuz.itb)Alexander Lobakin2020-11-121-0/+48
* mips: boot: clean up self-extracting targets scenariosAlexander Lobakin2020-11-122-15/+36
* MIPS: mscc: Add serval supportGregory CLEMENT2020-11-125-1/+318
* MIPS: mscc: Add jaguar2 supportGregory CLEMENT2020-11-126-0/+626
* MIPS: mscc: Add luton PC0B91 device treeGregory CLEMENT2020-11-122-1/+34
* MIPS: mscc: Add luton dtsiGregory CLEMENT2020-11-121-0/+116
* MIPS: mscc: Prepare configuration to handle more SoCsGregory CLEMENT2020-11-122-2/+2
* mips: dts: ralink: mt7628a: Harmonize EHCI/OHCI DT nodes nameSerge Semin2020-11-121-1/+1
* mips: dts: sead3: Harmonize EHCI/OHCI DT nodes nameSerge Semin2020-11-121-1/+1
* mips: dts: jz47x: Harmonize EHCI/OHCI DT nodes nameSerge Semin2020-11-122-2/+2
* MIPS: zboot: put appended dtb into a sectionChuanhong Guo2020-11-061-3/+6
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-10-243-0/+18
|\
| * MIPS: BMIPS: dts: add BCM63268 power domain supportÁlvaro Fernández Rojas2020-08-171-0/+6
| * MIPS: BMIPS: dts: add BCM6362 power domain supportÁlvaro Fernández Rojas2020-08-171-0/+6
| * MIPS: BMIPS: dts: add BCM6328 power domain supportÁlvaro Fernández Rojas2020-08-171-0/+6
* | Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2020-10-1611-71/+228
|\ \