Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v2 0/3] misc: fastrpc: Add polling mode support
@ 2025-11-06  5:08 Ekansh Gupta
  2025-11-06  5:08 ` [PATCH v2 1/3] misc: fastrpc: Move fdlist to invoke context structure Ekansh Gupta
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ekansh Gupta @ 2025-11-06  5:08 UTC (permalink / raw)
  To: srini, linux-arm-msm
  Cc: gregkh, quic_bkumar, linux-kernel, quic_chennak, dri-devel, arnd,
	dmitry.baryshkov

This patch series adds polling mode feature that have been missing in
upstream FastRPC driver.

- Add changes to move fdlist to ctx structure to avoid code duplicacy.
- Update context mask to support polling mode.
- Add changes to support polling feature.

Userspace change: https://github.com/qualcomm/fastrpc/pull/258
Patch [v1]: https://lore.kernel.org/all/20250901053336.3939595-1-ekansh.gupta@oss.qualcomm.com/

Changes in v2:
  - Added comments and fixed commit text.
  - Defined context id position as a macro.
  - Added new IOCTL to control polling mode as always enabling
    it might cause excess power consumption.
  - Cleaned up polling mode implementation.

Ekansh Gupta (3):
  misc: fastrpc: Move fdlist to invoke context structure
  misc: fastrpc: Update context ID mask for polling mode support
  misc: fastrpc: Add polling mode support for fastRPC driver

 drivers/misc/fastrpc.c      | 163 +++++++++++++++++++++++++++++++-----
 include/uapi/misc/fastrpc.h |   9 ++
 2 files changed, 150 insertions(+), 22 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-11-06 23:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-06  5:08 [PATCH v2 0/3] misc: fastrpc: Add polling mode support Ekansh Gupta
2025-11-06  5:08 ` [PATCH v2 1/3] misc: fastrpc: Move fdlist to invoke context structure Ekansh Gupta
2025-11-06  5:08 ` [PATCH v2 2/3] misc: fastrpc: Update context ID mask for polling mode support Ekansh Gupta
2025-11-06  5:08 ` [PATCH v2 3/3] misc: fastrpc: Add polling mode support for fastRPC driver Ekansh Gupta
2025-11-06 23:10   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox