From: Ekansh Gupta <quic_ekangupt@quicinc.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: <srinivas.kandagatla@linaro.org>, <linux-arm-msm@vger.kernel.org>,
<quic_bkumar@quicinc.com>, <linux-kernel@vger.kernel.org>,
<quic_chennak@quicinc.com>, <dri-devel@lists.freedesktop.org>,
<arnd@arndb.de>, Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Subject: Re: [PATCH v3] misc: fastrpc: Move fastrpc driver to misc/fastrpc/
Date: Thu, 27 Jun 2024 16:50:38 +0530 [thread overview]
Message-ID: <bf5661dd-9d3b-4e7e-868b-600efdf3d65f@quicinc.com> (raw)
In-Reply-To: <2024062715-ultra-muppet-c899@gregkh>
On 6/27/2024 4:48 PM, Greg KH wrote:
> On Thu, Jun 27, 2024 at 04:12:44PM +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@quicinc.com>
>> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
>> ---
>> Changes in v2:
>> - Updated Kconfig.
>> Changes in v3:
>> - Added newline in kconfig.
>>
>> 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%)
> For now, no, sorry, not a new directory for just one .c file.
>
> If you want to add more stuff, wonderful, then do this as the first
> commit of the series when that actually happens.
>
> sorry, but I'm not going to take this now.
Sure, understood. I will bring in the new file/s along with this new directory change.
--Ekansh
> greg k-h
prev parent reply other threads:[~2024-06-27 11:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-27 10:42 [PATCH v3] misc: fastrpc: Move fastrpc driver to misc/fastrpc/ Ekansh Gupta
2024-06-27 11:18 ` Greg KH
2024-06-27 11:20 ` Ekansh Gupta [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bf5661dd-9d3b-4e7e-868b-600efdf3d65f@quicinc.com \
--to=quic_ekangupt@quicinc.com \
--cc=arnd@arndb.de \
--cc=dmitry.baryshkov@linaro.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=quic_bkumar@quicinc.com \
--cc=quic_chennak@quicinc.com \
--cc=srinivas.kandagatla@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox