summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/riscv'Sascha Hauer2021-07-18102-171/+4930
|\
| * RISC-V: boards: beaglev: make it possible to use nmonAntony Pavlov2021-07-092-0/+3
| * RISC-V: boards: erizo: make it possible to use nmonAntony Pavlov2021-07-091-0/+2
| * RISC-V: make it possible to run nmon from PBL C codeAntony Pavlov2021-07-093-17/+46
| * clk: starfive-jh7100: Fix duplicate numbersGeert Uytterhoeven2021-06-251-2/+2
| * RISC-V: StarFive: add board support for BeagleV StarlightAhmad Fatoum2021-06-2417-0/+1504
| * misc: add power sequencing driver for initializing StarFive peripheralsAhmad Fatoum2021-06-243-0/+103
| * gpio: add support for StarFive GPIO controllerAhmad Fatoum2021-06-245-2/+194
| * reset: add device_reset_all helperAhmad Fatoum2021-06-242-10/+75
| * hw_random: add driver for RNG on StarFive SoCAhmad Fatoum2021-06-243-0/+216
| * watchdog: add StarFive watchdog driverAhmad Fatoum2021-06-243-0/+114
| * reset: add StarFive reset controller driverAhmad Fatoum2021-06-246-0/+409
| * clk: add initial StarFive clock supportAhmad Fatoum2021-06-245-0/+634
| * mci: dw_mmc: match against StarFive MMC compatiblesAhmad Fatoum2021-06-241-3/+11
| * mci: dw_mmc: add optional reset lineAhmad Fatoum2021-06-241-0/+11
| * dma: allocate 32-byte aligned buffers by defaultAhmad Fatoum2021-06-241-1/+6
| * mci: allocate sector_buf on demandAhmad Fatoum2021-06-241-9/+5
| * mci: allocate DMA-able memoryAhmad Fatoum2021-06-241-1/+2
| * net: designware: add support for IP integrated into StarFive SoCAhmad Fatoum2021-06-246-3/+139
| * net: designware: fix non-1:1 mapped 64-bit systemsAhmad Fatoum2021-06-243-27/+68
| * soc: sifive: l2_cache: enable maximum available cache waysAhmad Fatoum2021-06-241-0/+19
| * soc: starfive: add support for JH7100 incoherent interconnectAhmad Fatoum2021-06-245-0/+63
| * drivers: soc: sifive: add basic L2 cache controller driverAhmad Fatoum2021-06-247-1/+164
| * RISC-V: support incoherent I-CacheAhmad Fatoum2021-06-248-0/+48
| * RISC-V: add exception supportAhmad Fatoum2021-06-2412-0/+510
| * RISC-V: dma: support multiple dma_alloc_coherent backendsAhmad Fatoum2021-06-243-35/+88
| * nvmem: add StarFive OTP supportAhmad Fatoum2021-06-243-0/+211
| * RISC-V: socs: add Kconfig entry for StarFive JH7100Ahmad Fatoum2021-06-241-0/+22
| * RISC-V: erizo: make it easier to reuse ns16550 debug_llAhmad Fatoum2021-06-242-2/+11
| * RISC-V: S-Mode: propagate Hart IDAhmad Fatoum2021-06-2410-11/+114
| * RISC-V: cpuinfo: return some output for non-SBI systems as wellAhmad Fatoum2021-06-213-24/+43
| * RISC-V: extend multi-image to support both S- and M-ModeAhmad Fatoum2021-06-2114-31/+102
| * RISC-V: virt: select only one timerAhmad Fatoum2021-06-211-1/+0
| * clocksource: RISC-V: demote probe success messages to debug levelAhmad Fatoum2021-06-212-2/+2
* | Merge branch 'for-next/nvmem'Sascha Hauer2021-07-1834-134/+548
|\ \
| * | sandbox: ship sample environmentAhmad Fatoum2021-07-0311-71/+86
| * | net: consult device tree for ethernet address in NVMEM as fall-backAhmad Fatoum2021-06-221-0/+24
| * | of: of_net: sync of_get_mac_address with Linux for NVMEM supportAhmad Fatoum2021-06-222-15/+84
| * | sandbox: hostfile: move initcall to earlier postcore levelAhmad Fatoum2021-06-211-1/+1
| * | nvmem: add command to list nvmem devicesAhmad Fatoum2021-06-215-0/+43
| * | sandbox: dts: fix unit-address for state partitionAhmad Fatoum2021-06-211-1/+1
| * | sandbox: use nvmem-reboot-mode instead of syscon-reboot-modeAhmad Fatoum2021-06-212-6/+11
| * | power: reset: port Linux generic NVMEM reboot mode driverAhmad Fatoum2021-06-213-0/+94
| * | sandbox: use nvmem on top of stickypage for reset reasonAhmad Fatoum2021-06-213-28/+45
| * | nvmem: add support for nvmem-cells bindingAhmad Fatoum2021-06-215-6/+63
| * | nvmem: add support for new read-only memory (rmem) bindingAhmad Fatoum2021-06-216-5/+96
| * | nvmem: treat devices without nvmem_bus::write as read onlyAhmad Fatoum2021-06-211-2/+2
| * | nvmem: bsec: remove unused, left-over, struct memberAhmad Fatoum2021-06-211-1/+0
* | | Merge branch 'for-next/misc'Sascha Hauer2021-07-1818-45/+138
|\ \ \
| * | | nvmem: fix dev_dbg(unregistered_device, ...)Ahmad Fatoum2021-06-281-1/+1