Re: [PATCH 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers

From: Danilo Krummrich

Date: Tue Apr 28 2026 - 06:08:54 EST


On Tue Apr 28, 2026 at 11:37 AM CEST, Uwe Kleine-König wrote:
> I didn't try to understand what you do here, but there is nothing
> scheduled so far for the pwm_th1520 driver in my tree, so

Compressed to one sentence, it is driver core plumbing to allow bus device
private data (and registration data) to represent their lifetime being tied to
the device / driver lifecycle with native Rust lifetimes.

Drivers can take advantage of this subsequently; for reference see the nova-core
changes at the end of this series.

> Acked-by: Uwe Kleine-König <ukleinek@xxxxxxxxxx>
>
> for patches #12 and #19 touching this driver for merging through (I
> guess) the rust tree.

Thanks -- as mentioned, it is driver core plumbing, so eventually I'll take it
through the driver core tree.

- Danilo