[PATCH v5 3/5] docs: staging: gpio-rpmsg: gpio over rpmsg bus

Andrew Lunn andrew at lunn.ch
Wed Nov 12 05:41:30 PST 2025


> Hi Linus,
> 
> Thank you very much for the review and suggestions.
> 
> Would it be feasible to use the reserved field for this purpose? This approach would maintain 
> compatibility with the existing system.

Since this has not been merged yet, there are no existing systems.

It is well known that what gets merged into mainline is often
different to the initial out of tree version. You just need to deal
with it. One option you have is to set the vendor byte to 1, so
indicating NXP. If Linux uses vendor 0, it might be your out of tree
vendor driver, not the in kernel driver. Just document in the
specification vendor 0 is reserved.

You are going to have to modify your firmware anyway, level interrupts
are broken. And this is an example of why quirks are needed.

	Andrew



More information about the linux-arm-kernel mailing list