Re: [PATCH v6 15/16] samples: rust: add Rust platform sample driver

2024-12-18 Thread Danilo Krummrich
On Mon, Dec 16, 2024 at 05:43:31PM +0100, Miguel Ojeda wrote: > On Mon, Dec 16, 2024 at 5:31 PM Danilo Krummrich wrote: > > > > Thanks! If nothing else comes up, I'll send you a v7 end of this week > > addressing > > the two minor things I just replied to (remove wrong return statement in > > iou

Re: [PATCH v6 15/16] samples: rust: add Rust platform sample driver

2024-12-16 Thread Miguel Ojeda
On Mon, Dec 16, 2024 at 5:31 PM Danilo Krummrich wrote: > > Thanks! If nothing else comes up, I'll send you a v7 end of this week > addressing > the two minor things I just replied to (remove wrong return statement in > iounmap() helper, `pci::DeviceId` naming and `Deref` impl). If you are going

Re: [PATCH v6 15/16] samples: rust: add Rust platform sample driver

2024-12-16 Thread Danilo Krummrich
On Sun, Dec 15, 2024 at 01:25:45PM +0100, Greg KH wrote: > On Thu, Dec 12, 2024 at 05:33:46PM +0100, Danilo Krummrich wrote: > > Add a sample Rust platform driver illustrating the usage of the platform > > bus abstractions. > > > > This driver probes through either a match of device / driver name

Re: [PATCH v6 15/16] samples: rust: add Rust platform sample driver

2024-12-15 Thread Greg KH
On Thu, Dec 12, 2024 at 05:33:46PM +0100, Danilo Krummrich wrote: > Add a sample Rust platform driver illustrating the usage of the platform > bus abstractions. > > This driver probes through either a match of device / driver name or a > match within the OF ID table. > > Reviewed-by: Rob Herring

[PATCH v6 15/16] samples: rust: add Rust platform sample driver

2024-12-12 Thread Danilo Krummrich
Add a sample Rust platform driver illustrating the usage of the platform bus abstractions. This driver probes through either a match of device / driver name or a match within the OF ID table. Reviewed-by: Rob Herring (Arm) Signed-off-by: Danilo Krummrich --- MAINTAINERS