Message ID | 20250304173555.2496-1-dakr@kernel.org |
---|---|
Headers | show |
Series | Initial Nova Core series | expand |
On Tue, Mar 04, 2025 at 06:34:47PM +0100, Danilo Krummrich wrote: > Danilo Krummrich (5): > rust: module: add type `LocalModule` > rust: firmware: introduce `firmware::ModInfoBuilder` > rust: firmware: add `module_firmware!` macro Greg, Luis, Russ, any objections on me taking the two firmware patches through the nova tree? > gpu: nova-core: add initial driver stub > gpu: nova-core: add initial documentation
On Wed, Mar 05, 2025 at 08:56:42PM +0100, Danilo Krummrich wrote: > On Tue, Mar 04, 2025 at 06:34:47PM +0100, Danilo Krummrich wrote: > > Danilo Krummrich (5): > > rust: module: add type `LocalModule` > > rust: firmware: introduce `firmware::ModInfoBuilder` > > rust: firmware: add `module_firmware!` macro > > Greg, Luis, Russ, any objections on me taking the two firmware patches through > the nova tree? I don't speak Rust so I'd my recommendation would be to add the rust firmware file under the firmware loader entry for maintainers provided we get a volunteer from the rust community do help maintain *both* C and the Rust version of the firmware loader. Luis
On Wed, Mar 05, 2025 at 03:27:13PM -0800, Luis Chamberlain wrote: > On Wed, Mar 05, 2025 at 08:56:42PM +0100, Danilo Krummrich wrote: > > On Tue, Mar 04, 2025 at 06:34:47PM +0100, Danilo Krummrich wrote: > > > Danilo Krummrich (5): > > > rust: module: add type `LocalModule` > > > rust: firmware: introduce `firmware::ModInfoBuilder` > > > rust: firmware: add `module_firmware!` macro > > > > Greg, Luis, Russ, any objections on me taking the two firmware patches through > > the nova tree? > > I don't speak Rust so I'd my recommendation would be to add the rust > firmware file under the firmware loader entry for maintainers provided > we get a volunteer from the rust community do help maintain *both* C and > the Rust version of the firmware loader. Yeah, you suggested that when I sent the first firmware loader abstraction more than half a year ago and since I'm doing exactly that. :-)
On Thu, Mar 06, 2025 at 12:40:44AM +0100, Danilo Krummrich wrote: > On Wed, Mar 05, 2025 at 03:27:13PM -0800, Luis Chamberlain wrote: > > On Wed, Mar 05, 2025 at 08:56:42PM +0100, Danilo Krummrich wrote: > > > On Tue, Mar 04, 2025 at 06:34:47PM +0100, Danilo Krummrich wrote: > > > > Danilo Krummrich (5): > > > > rust: module: add type `LocalModule` > > > > rust: firmware: introduce `firmware::ModInfoBuilder` > > > > rust: firmware: add `module_firmware!` macro > > > > > > Greg, Luis, Russ, any objections on me taking the two firmware patches through > > > the nova tree? > > > > I don't speak Rust so I'd my recommendation would be to add the rust > > firmware file under the firmware loader entry for maintainers provided > > we get a volunteer from the rust community do help maintain *both* C and > > the Rust version of the firmware loader. > > Yeah, you suggested that when I sent the first firmware loader abstraction more > than half a year ago and since I'm doing exactly that. :-) Great, it sounds like we have a firmware loader maintainer volunteer! Luis
On Wed, Mar 05, 2025 at 08:56:42PM +0100, Danilo Krummrich wrote: > On Tue, Mar 04, 2025 at 06:34:47PM +0100, Danilo Krummrich wrote: > > Danilo Krummrich (5): > > rust: module: add type `LocalModule` > > rust: firmware: introduce `firmware::ModInfoBuilder` > > rust: firmware: add `module_firmware!` macro > > Greg, Luis, Russ, any objections on me taking the two firmware patches through > the nova tree? None from me!
On Wed, Mar 05, 2025 at 08:56:42PM +0100, Danilo Krummrich wrote: > On Tue, Mar 04, 2025 at 06:34:47PM +0100, Danilo Krummrich wrote: > > Danilo Krummrich (5): > > rust: module: add type `LocalModule` > > rust: firmware: introduce `firmware::ModInfoBuilder` > > rust: firmware: add `module_firmware!` macro > > Greg, Luis, Russ, any objections on me taking the two firmware patches through > the nova tree? > > > gpu: nova-core: add initial driver stub > > gpu: nova-core: add initial documentation No objections here. - Russ