- Downloads
"...0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png" did not exist on "15180eca569bfe1d4d3edbe02da76d5345e773b5"
Merge tag 'riscv/for-v5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Pull RISC-V updates from Paul Walmsley:
"A few minor RISC-V updates for v5.3-rc4:
- Remove __udivdi3() from the 32-bit Linux port, converting the only
upstream user to use do_div(), per Linux policy
- Convert the RISC-V standard clocksource away from per-cpu data
structures, since only one is used by Linux, even on a multi-CPU
system
- A set of DT binding updates that remove an obsolete text binding in
favor of a YAML binding, fix a bogus compatible string in the
schema (thus fixing a "make dtbs_check" warning), and clarifies the
future values expected in one of the RISC-V CPU properties"
* tag 'riscv/for-v5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:
dt-bindings: riscv: fix the schema compatible string for the HiFive Unleashed board
dt-bindings: riscv: remove obsolete cpus.txt
RISC-V: Remove udivdi3
riscv: delay: use do_div() instead of __udivdi3()
dt-bindings: Update the riscv,isa string description
RISC-V: Remove per cpu clocksource
Showing
- Documentation/devicetree/bindings/riscv/cpus.txt 0 additions, 162 deletionsDocumentation/devicetree/bindings/riscv/cpus.txt
- Documentation/devicetree/bindings/riscv/cpus.yaml 16 additions, 0 deletionsDocumentation/devicetree/bindings/riscv/cpus.yaml
- Documentation/devicetree/bindings/riscv/sifive.yaml 1 addition, 1 deletionDocumentation/devicetree/bindings/riscv/sifive.yaml
- arch/riscv/lib/Makefile 0 additions, 2 deletionsarch/riscv/lib/Makefile
- arch/riscv/lib/delay.c 5 additions, 1 deletionarch/riscv/lib/delay.c
- arch/riscv/lib/udivdi3.S 0 additions, 32 deletionsarch/riscv/lib/udivdi3.S
- drivers/clocksource/timer-riscv.c 2 additions, 4 deletionsdrivers/clocksource/timer-riscv.c
arch/riscv/lib/udivdi3.S
deleted
100644 → 0
Please sign in to comment