[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <z6g5ool5vomkudiroyaxh532rhlfu5x4i3l5xoqrsho2sxv4im@v5ghemjkpc3v>
Date: Fri, 21 Jun 2024 01:19:46 -0500
From: Bjorn Andersson <andersson@...nel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@...aro.org>
Cc: Ekansh Gupta <quic_ekangupt@...cinc.com>,
Oded Gabbay <ogabbay@...nel.org>, srinivas.kandagatla@...aro.org, linux-arm-msm@...r.kernel.org,
gregkh@...uxfoundation.org, quic_bkumar@...cinc.com, linux-kernel@...r.kernel.org,
quic_chennak@...cinc.com, dri-devel@...ts.freedesktop.org
Subject: Re: [PATCH v1] misc: fastrpc: Move fastrpc driver to misc/fastrpc/
On Wed, Jun 12, 2024 at 09:28:39PM GMT, Dmitry Baryshkov wrote:
> On Wed, Jun 12, 2024 at 12:17:28PM +0530, Ekansh Gupta wrote:
> > Move fastrpc.c from misc/ to misc/fastrpc/. New C files are planned
> > to be added for PD notifications and other missing features. Adding
> > and maintaining new files from within fastrpc directory would be easy.
> >
> > Example of feature that is being planned to be introduced in a new C
> > file:
> > https://lore.kernel.org/all/20240606165939.12950-6-quic_ekangupt@quicinc.com/
> >
> > Signed-off-by: Ekansh Gupta <quic_ekangupt@...cinc.com>
> > ---
> > MAINTAINERS | 2 +-
> > drivers/misc/Kconfig | 13 +------------
> > drivers/misc/Makefile | 2 +-
> > drivers/misc/fastrpc/Kconfig | 16 ++++++++++++++++
> > drivers/misc/fastrpc/Makefile | 2 ++
> > drivers/misc/{ => fastrpc}/fastrpc.c | 0
> > 6 files changed, 21 insertions(+), 14 deletions(-)
> > create mode 100644 drivers/misc/fastrpc/Kconfig
> > create mode 100644 drivers/misc/fastrpc/Makefile
> > rename drivers/misc/{ => fastrpc}/fastrpc.c (100%)
>
> Please consider whether it makes sense to move to drivers/accel instead
> (and possibly writing a better Kconfig entry, specifying that the driver
> is to be used to offload execution to the DSP).
>
Wouldn't this come with the expectation of following the ABIs of
drivers/accel and thereby breaking userspace?
Regards,
Bjorn
Powered by blists - more mailing lists