Re: [PATCH v2 2/3] rpmsg: char: Implement eptdev based on anon inode

2025-05-15 Thread Mathieu Poirier
On Fri, May 09, 2025 at 11:59:26PM +0800, Dawei Li wrote: > Introduce new eptdev abstraction based on anon inode. The new API is > exactly same with legacy one except: > > - It's anonymous and devnode/path free. > - Its fops->open() is empty. > > Signed-off-by: Dawei Li > --- > drivers/rpmsg/rp

[PATCH v2 2/3] rpmsg: char: Implement eptdev based on anon inode

2025-05-09 Thread Dawei Li
Introduce new eptdev abstraction based on anon inode. The new API is exactly same with legacy one except: - It's anonymous and devnode/path free. - Its fops->open() is empty. Signed-off-by: Dawei Li --- drivers/rpmsg/rpmsg_char.c | 44 ++ drivers/rpmsg/rpmsg_