[PATCH 2/5] virt: add Bao IPC shared memory driver

Greg KH gregkh at linuxfoundation.org
Wed Dec 24 07:54:40 PST 2025


On Wed, Dec 24, 2025 at 01:52:14PM +0000, joaopeixoto at osyx.tech wrote:
> +struct class *cl;

Why not just use the misc device api instead?  No need for a full class
for just one char device, right?  Or even if you have multiple ones,
again, no need for a whole class.  That should make the code much
simpler overall.

thanks,

greg k-h



More information about the linux-arm-kernel mailing list