linux/drivers/gpu/nova-core
Miguel Ojeda b6cfba4366 rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Following the Rust compiler bump, we can now update Clippy's MSRV we
set in the configuration, which will improve the diagnostics it generates.

Thus do so and clean a few of the `allow`s that are not needed anymore.

Reviewed-by: Tamir Duberstein <tamird@kernel.org>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Reviewed-by: Gary Guo <gary@garyguo.net>
Link: https://patch.msgid.link/20260405235309.418950-7-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2026-04-07 09:51:39 +02:00
..
falcon gpu: nova-core: add Falcon HAL method load_method() 2026-01-24 10:48:59 +09:00
fb gpu: nova-core: justify remaining uses of `as` 2025-11-08 08:22:51 +09:00
firmware drm for 7.0-rc1 2026-02-11 12:55:44 -08:00
gsp rust: bump Clippy's MSRV and clean `incompatible_msrv` allows 2026-04-07 09:51:39 +02:00
regs rust: io: separate generic I/O helpers from MMIO implementation 2026-01-23 21:20:11 +01:00
Kconfig gpu: nova-core: select RUST_FW_LOADER_ABSTRACTIONS 2025-12-16 21:56:44 +09:00
Makefile
bitfield.rs gpu: nova-core: bitfield: remove BitOr implementation 2025-10-25 13:16:31 +09:00
dma.rs gpu: nova-core: Simplify `DmaObject::from_data` in nova-core/dma.rs 2025-11-07 23:10:44 +09:00
driver.rs gpu: nova: replace `kernel::c_str!` with C-Strings 2025-12-22 17:56:04 +01:00
falcon.rs gpu: nova-core: add Falcon HAL method load_method() 2026-01-24 10:48:59 +09:00
fb.rs gpu: nova-core: add missing newlines to several print strings 2026-01-12 14:44:06 +01:00
firmware.rs gpu: nova-core: add FalconUCodeDescV2 support 2026-01-24 10:48:59 +09:00
gfw.rs gpu: nova-core: apply the one "use" item per line policy 2025-11-07 23:10:44 +09:00
gpu.rs gpu: nova-core: add missing newlines to several print strings 2026-01-12 14:44:06 +01:00
gsp.rs gpu: nova-core: align LibosMemoryRegionInitArgument size to page size 2026-01-24 10:48:59 +09:00
nova_core.rs gpu: nova-core: use CStr::from_bytes_until_nul() and remove util.rs 2026-01-07 19:36:11 +01:00
num.rs gpu: nova-core: num: add functions to safely convert a const value to a smaller type 2025-11-14 20:25:15 +09:00
regs.rs gpu: nova-core: add NV_PFALCON_FALCON_ENGINE::reset_engine() 2026-01-24 08:45:13 +09:00
sbuffer.rs gpu: nova-core: remove imports available via prelude 2026-01-30 02:42:42 +01:00
vbios.rs Driver core changes for 7.0-rc1 2026-02-11 17:43:59 -08:00