Merge tag 'v6.19-rc3' into driver-core-next

We need the driver-core fixes in here as well to build on top of.

Signed-off-by: Danilo Krummrich <dakr@kernel.org>
This commit is contained in:
Danilo Krummrich
2025-12-29 12:30:06 +01:00
575 changed files with 4429 additions and 2357 deletions

View File

@@ -54,7 +54,7 @@ impl SampleDriver {
// Select the test.
bar.write8(index.0, Regs::TEST);
let offset = u32::from_le(bar.read32(Regs::OFFSET)) as usize;
let offset = bar.read32(Regs::OFFSET) as usize;
let data = bar.read8(Regs::DATA);
// Write `data` to `offset` to increase `count` by one.