summaryrefslogtreecommitdiffstats
path: root/arch/riscv/boot
Commit message (Expand)AuthorAgeFilesLines
* riscv: dts: k210: fix broken IRQs on hart1Niklas Cassel2022-03-031-1/+2
* riscv: dts: sifive unmatched: Add gpio poweroffRon Economos2022-01-201-0/+5
* Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-199-77/+72
|\
| * riscv: dts: sifive: fu540-c000: Fix PLIC nodeGeert Uytterhoeven2022-01-091-2/+3
| * riscv: dts: sifive: fu540-c000: Drop bogus soc node compatible valuesGeert Uytterhoeven2022-01-091-1/+1
| * riscv: dts: sifive: Group tuples in register propertiesGeert Uytterhoeven2022-01-091-6/+6
| * riscv: dts: sifive: Group tuples in interrupt propertiesGeert Uytterhoeven2022-01-092-17/+18
| * riscv: dts: microchip: mpfs: Group tuples in interrupt propertiesGeert Uytterhoeven2022-01-091-15/+16
| * riscv: dts: microchip: mpfs: Fix clock controller nodeGeert Uytterhoeven2022-01-091-9/+0
| * riscv: dts: microchip: mpfs: Fix reference clock nodeGeert Uytterhoeven2022-01-092-7/+9
| * riscv: dts: microchip: mpfs: Fix PLIC nodeGeert Uytterhoeven2022-01-091-2/+3
| * riscv: dts: microchip: mpfs: Drop empty chosen nodeGeert Uytterhoeven2022-01-091-3/+0
| * riscv: dts: canaan: Group tuples in interrupt propertiesGeert Uytterhoeven2022-01-091-11/+12
| * riscv: dts: canaan: Fix SPI FLASH node namesGeert Uytterhoeven2022-01-094-4/+4
| * riscv: dts: enable more DA9063 functions for the SiFive HiFive UnmatchedAurelien Jarno2021-11-181-0/+12
* | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-191-3/+1
|\ \
| * | kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-081-3/+1
| |/
* | Merge tag 'newsoc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2022-01-104-0/+397
|\ \
| * | RISC-V: Add BeagleV Starlight Beta device treeEmil Renner Berthing2021-12-163-0/+167
| * | RISC-V: Add initial StarFive JH7100 device treeEmil Renner Berthing2021-12-161-0/+230
| |/
* | riscv: dts: sifive unmatched: Link the tmp451 with its power supplyVincent Pelletier2021-12-161-0/+1
* | riscv: dts: sifive unmatched: Fix regulator for board rev3Vincent Pelletier2021-12-161-60/+24
* | riscv: dts: sifive unmatched: Expose the PMIC sub-functionsVincent Pelletier2021-12-161-0/+12
* | riscv: dts: sifive unmatched: Expose the board ID eepromVincent Pelletier2021-12-161-0/+10
* | riscv: dts: sifive unmatched: Name gpio linesVincent Pelletier2021-12-161-0/+4
* | riscv: dts: unmatched: Add gpio card detect to mmc-spi-slotBin Meng2021-11-241-0/+2
* | riscv: dts: unleashed: Add gpio card detect to mmc-spi-slotBin Meng2021-11-241-0/+1
|/
* Merge tag 'riscv-sifive-dt-5.16' of git://gitolite.kernel.org/pub/scm/linux/k...Palmer Dabbelt2021-10-214-16/+7
|\
| * riscv: dts: sifive: add missing compatible for plicKrzysztof Kozlowski2021-10-191-1/+1
| * riscv: dts: microchip: add missing compatibles for clint and plicKrzysztof Kozlowski2021-10-191-2/+2
| * riscv: dts: sifive: drop duplicated nodes and properties in sifiveKrzysztof Kozlowski2021-10-192-10/+0
| * riscv: dts: sifive: fix Unleashed board compatibleKrzysztof Kozlowski2021-10-191-1/+2
| * riscv: dts: sifive: use only generic JEDEC SPI NOR flash compatibleKrzysztof Kozlowski2021-10-192-2/+2
* | riscv: dts: microchip: use vendor compatible for Cadence SD4HCKrzysztof Kozlowski2021-10-071-1/+1
* | riscv: dts: microchip: drop unused pinctrl-namesKrzysztof Kozlowski2021-10-071-1/+0
* | riscv: dts: microchip: drop duplicated MMC/SDHC nodeKrzysztof Kozlowski2021-10-072-28/+12
* | riscv: dts: microchip: fix board compatibleKrzysztof Kozlowski2021-10-072-3/+3
* | riscv: dts: microchip: drop duplicated nodesKrzysztof Kozlowski2021-10-071-5/+0
|/
* riscv: dts: microchip: mpfs-icicle: Fix serial consoleGeert Uytterhoeven2021-09-101-1/+5
* riscv: move the (z)install rules to arch/riscv/MakefileMasahiro Yamada2021-09-101-8/+0
* riscv: dts: microchip: Add ethernet0 to the aliases nodeBin Meng2021-08-241-0/+4
* riscv: dts: microchip: Use 'local-mac-address' for emac1Bin Meng2021-08-241-1/+1
* riscv: dts: fix memory size for the SiFive HiFive UnmatchedQiu Wenbo2021-08-031-1/+1
* riscv: dts: fu740: fix cache-controller interruptsDavid Abdurachmanov2021-06-191-1/+1
* riscv: Fix BUILTIN_DTB for sifive and microchip socAlexandre Ghiti2021-06-112-0/+2
* Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-066-1/+419
|\
| * RISC-V: Initial DTS for Microchip ICICLE boardAtish Patra2021-04-264-0/+404
| * RISC-V: enable XIPVitaly Wool2021-04-261-0/+13
| * riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti2021-04-261-1/+2
* | riscv: dts: Add PCIe support for the SiFive FU740-C000 SoCGreentime Hu2021-05-041-0/+33
|/