aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hsi/git:/git.zx2c4.com
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2019-08-10 16:31:47 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2019-08-10 16:31:47 -0700
commit296d05cb0d3c9f4648e31abb8ce404ac6915d66c (patch)
tree155e0141f1e45f96a3653a26e8ddb2a8baa8ba30 /include/linux/hsi/git:/git.zx2c4.com
parentMerge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (diff)
parentdt-bindings: riscv: fix the schema compatible string for the HiFive Unleashed board (diff)
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
Diffstat (limited to 'include/linux/hsi/git:/git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
fau1-63/+219 2024-01-02HID: hid-steam: Make client_opened a counterVicki Pfau1-5/+5 2024-01-02HID: hid-steam: Clean up lockingVicki Pfau1-53/+69 2024-01-02HID: hid-steam: Disable watchdog instead of using a heartbeatVicki Pfau1-28/+2 2024-01-02HID: hid-steam: Avoid overwriting smoothing parameterVicki Pfau1-5/+0 2023-02-22Merge branch 'for-6.3/steam' into for-linusBenjamin Tissoires1-26/+357 2023-02-06HID: steam: Constify lowlevel HID driverThomas Weißschuh1-1/+1 2023-02-06HID: hid-steam: Add rumble on DeckVicki Pfau1-0/+54 2023-02-06HID: hid-steam: Add Steam Deck supportVicki Pfau1-26/+303 2022-10-05Merge branch 'for-6.1/core' into for-linusBenjamin Tissoires1-4/+4 2022-08-25HID: move from strlcpy with unused retval to strscpyWolfram Sang1-4/+4 2022-08-25HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_reportLee Jones1-0/+10 2020-06-19HID: steam: fixes race in handling device list.Rodrigo Rivas Costa1-2/+4 2020-01-09HID: steam: Fix input device disappearingRodrigo Rivas Costa1-0/+4 2019-03-18HID: steam: fix deadlock with input devices.Rodrigo Rivas Costa1-7/+19 2019-02-14HID: steam: fix boot loop with bluetooth firmwareRodrigo Rivas Costa1-23/+11 2018-11-19HID: steam: remove input device when a hid client is running.Rodrigo Rivas Costa1-64/+90 2018-06-20HID: steam: use hid_device.driver_data instead of hid_set_drvdata()Rodrigo Rivas Costa1-5/+5 2018-05-15HID: steam: add missing fields in client initializationJiri Kosina1-0/+3 2018-05-15HID: steam: add battery device.Rodrigo Rivas Costa1-1/+140 2018-05-15HID: add driver for Valve Steam ControllerRodrigo Rivas Costa1-0/+973