Displaying 3 results from an estimated 3 matches for "6144437984a9".
2024 May 29
0
[RFC PATCH 7/8] rust: add firmware abstractions
...;s pointer from the Rust object and calls C's
> function to load firmware, returns the result.
>
> You have concerns about the simple code like the following?
>
>
> diff --git a/rust/kernel/device.rs b/rust/kernel/device.rs
> new file mode 100644
> index 000000000000..6144437984a9
> --- /dev/null
> +++ b/rust/kernel/device.rs
> @@ -0,0 +1,30 @@
> +// SPDX-License-Identifier: GPL-2.0
> +
> +//! Generic devices that are part of the kernel's driver model.
> +//!
> +//! C header: [`include/linux/device.h`](srctree/include/linux/device.h)
> +
> +...
2024 May 30
0
[RFC PATCH 7/8] rust: add firmware abstractions
...to load firmware, returns the result.
> >>
> >> You have concerns about the simple code like the following?
> >>
> >>
> >> diff --git a/rust/kernel/device.rs b/rust/kernel/device.rs
> >> new file mode 100644
> >> index 000000000000..6144437984a9
> >> --- /dev/null
> >> +++ b/rust/kernel/device.rs
> >> @@ -0,0 +1,30 @@
> >> +// SPDX-License-Identifier: GPL-2.0
> >> +
> >> +//! Generic devices that are part of the kernel's driver model.
> >> +//!
> >> +//! C header:...
2024 May 30
0
[RFC PATCH 7/8] rust: add firmware abstractions
...> >> >> You have concerns about the simple code like the following?
> >> >>
> >> >>
> >> >> diff --git a/rust/kernel/device.rs b/rust/kernel/device.rs
> >> >> new file mode 100644
> >> >> index 000000000000..6144437984a9
> >> >> --- /dev/null
> >> >> +++ b/rust/kernel/device.rs
> >> >> @@ -0,0 +1,30 @@
> >> >> +// SPDX-License-Identifier: GPL-2.0
> >> >> +
> >> >> +//! Generic devices that are part of the kernel's driver m...