On Sun, Jun 22, 2025 at 07:08:20PM +0530, Ling Xu wrote: > The fastrpc driver has support for 5 types of remoteprocs. There are > some products which support GDSP remoteprocs. Add changes to support > GDSP remoteprocs.
Please don't mix code refactoring with adding new features. Split this patch accordingly. > > Signed-off-by: Ling Xu <quic_l...@quicinc.com> > --- > drivers/misc/fastrpc.c | 57 ++++++++++++++++--------------------- > include/uapi/misc/fastrpc.h | 11 +++++-- > 2 files changed, 33 insertions(+), 35 deletions(-) > -- With best wishes Dmitry