Re: [PATCH 06/11] io: move PIO_OFFSET to linux/io.h

2025-05-09 Thread Andy Shevchenko
On Thu, May 08, 2025 at 10:15:19PM -0500, Andrew Ballance wrote: > From: Fiona Behrens > > Move the non arch specific PIO size to linux/io.h. > > This allows rust to access `PIO_OFFSET`, `PIO_MASK` and > `PIO_RESERVED`. This is required to implement `IO_COND` in rust. ... > +/* > + * We encode

Re: [PATCH 06/11] io: move PIO_OFFSET to linux/io.h

2025-05-08 Thread Arnd Bergmann
On Fri, May 9, 2025, at 05:15, Andrew Ballance wrote: > From: Fiona Behrens > > Move the non arch specific PIO size to linux/io.h. > > This allows rust to access `PIO_OFFSET`, `PIO_MASK` and > `PIO_RESERVED`. This is required to implement `IO_COND` in rust. > > Signed-off-by: Fiona Behrens > Sign

[PATCH 06/11] io: move PIO_OFFSET to linux/io.h

2025-05-08 Thread Andrew Ballance
From: Fiona Behrens Move the non arch specific PIO size to linux/io.h. This allows rust to access `PIO_OFFSET`, `PIO_MASK` and `PIO_RESERVED`. This is required to implement `IO_COND` in rust. Signed-off-by: Fiona Behrens Signed-off-by: Andrew Ballance --- include/linux/io.h | 13