Re: [PATCH v1 3/4] misc: fastrpc: Introduce fastrpc_shared.h header

2024-11-20 Thread Ekansh Gupta
On 11/18/2024 7:28 PM, Greg KH wrote: > On Mon, Nov 18, 2024 at 02:10:45PM +0530, Ekansh Gupta wrote: >> Move fastrpc structures and MACRO definitions to a new header file. >> These definitions are consumed by other upcoming features like >> debugfs, PDR support etc. >> >> Signed-off-by: Ekansh

[PATCH v1 3/4] misc: fastrpc: Introduce fastrpc_shared.h header

2024-11-18 Thread Ekansh Gupta
Move fastrpc structures and MACRO definitions to a new header file. These definitions are consumed by other upcoming features like debugfs, PDR support etc. Signed-off-by: Ekansh Gupta --- drivers/misc/fastrpc/fastrpc_main.c | 136 +- drivers/misc/fastrpc/fastrpc_shared.h |

Re: [PATCH v1 3/4] misc: fastrpc: Introduce fastrpc_shared.h header

2024-11-18 Thread Greg KH
On Mon, Nov 18, 2024 at 02:10:45PM +0530, Ekansh Gupta wrote: > Move fastrpc structures and MACRO definitions to a new header file. > These definitions are consumed by other upcoming features like > debugfs, PDR support etc. > > Signed-off-by: Ekansh Gupta > --- > drivers/misc/fastrpc/fastrpc_ma