From: Hans de Goede <hdegoede@redhat.com>
To: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Hans Verkuil <hverkuil-cisco@xs4all.nl>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Jeff Johnson <quic_jjohnson@quicinc.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Jonathan Bergh <bergh.jonathan@gmail.com>,
Roshan Khatri <topofeverest8848@gmail.com>,
Dipendra Khadka <kdipendra88@gmail.com>,
Sergio de Almeida Cipriano Junior <sergiosacj@riseup.net>,
Kent Overstreet <kent.overstreet@linux.dev>,
Kartik Kulkarni <kartik.koolks@gmail.com>,
Kathara Sasikumar <katharasasikumar007@gmail.com>,
Tchadel Icard <hello@tchadelicard.fr>,
Kate Hsuan <hpa@redhat.com>,
Colin Ian King <colin.i.king@gmail.com>,
Lorenzo Stoakes <lorenzo.stoakes@oracle.com>,
linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-staging@lists.linux.dev,
Sakari Ailus <sakari.ailus@linux.intel.com>,
Andy Shevchenko <andy@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Re: [PATCH v1 1/1] media: atomisp: Remove License information boilerplate
Date: Thu, 7 Nov 2024 12:45:49 +0100 [thread overview]
Message-ID: <028717bf-e10c-4876-9be4-1b41661c447c@redhat.com> (raw)
In-Reply-To: <20241107124238.694fc4ef@foz.lan>
Hi,
On 7-Nov-24 12:42 PM, Mauro Carvalho Chehab wrote:
> Em Thu, 7 Nov 2024 12:32:33 +0100
> Mauro Carvalho Chehab <mchehab+huawei@kernel.org> escreveu:
>
>> Em Mon, 23 Sep 2024 13:53:06 +0300
>> Andy Shevchenko <andriy.shevchenko@linux.intel.com> escreveu:
>>
>>> We have the respective SPDX identifiers that are already being applied
>>> to the files in question. Remove the License information boilerplate.
>>>
>>> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
>>> ---
>>>
>>> Here to fix one of the missed TODO item before moving from staging.
>>> This depends on 20240923085652.3457117-1-andriy.shevchenko@linux.intel.com.
>>> But can be applied before that (it's trivial to adjust).
>>>
>>> drivers/staging/media/atomisp/i2c/atomisp-gc0310.c | 10 ----------
>>> drivers/staging/media/atomisp/i2c/atomisp-gc2235.c | 10 ----------
>>> .../media/atomisp/i2c/atomisp-libmsrlisthelper.c | 11 -----------
>>> drivers/staging/media/atomisp/i2c/atomisp-mt9m114.c | 11 -----------
>>> drivers/staging/media/atomisp/i2c/atomisp-ov2722.c | 10 ----------
>>> drivers/staging/media/atomisp/i2c/gc2235.h | 13 -------------
>>> drivers/staging/media/atomisp/i2c/mt9m114.h | 11 -----------
>>> drivers/staging/media/atomisp/i2c/ov2722.h | 11 -----------
>>> drivers/staging/media/atomisp/include/hmm/hmm.h | 11 -----------
>>
>> Hmm... there's no SPDX for hmm.h header. We need to ensure that all files
>> have SPDX license before removing the boilerplate.
>>
>>> drivers/staging/media/atomisp/include/hmm/hmm_bo.h | 11 -----------
>>> .../staging/media/atomisp/include/hmm/hmm_common.h | 11 -----------
>>
>> Same for the above and for other header files.
>
> Nevermind. I didn't show enough context while checking it. All files
> have SPDX. Patch LGTM.
That is good to hear.
Note I've included this + a bunch of other atomisp patches in an
atomisp pull-request for 6.13, see:
https://lore.kernel.org/linux-media/51e5e1cf-8aff-44fc-b40c-a0074a770a69@redhat.com/
(in case you have not seen that yet)
Regards,
Hans
prev parent reply other threads:[~2024-11-07 11:45 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-23 10:53 [PATCH v1 1/1] media: atomisp: Remove License information boilerplate Andy Shevchenko
2024-09-23 11:08 ` Andy Shevchenko
2024-11-04 11:57 ` Hans de Goede
2024-11-04 12:30 ` Andy Shevchenko
2024-11-04 12:51 ` Hans de Goede
2024-11-04 13:11 ` Andy Shevchenko
2024-11-07 11:32 ` Mauro Carvalho Chehab
2024-11-07 11:42 ` Mauro Carvalho Chehab
2024-11-07 11:45 ` Hans de Goede [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=028717bf-e10c-4876-9be4-1b41661c447c@redhat.com \
--to=hdegoede@redhat.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=andy@kernel.org \
--cc=bergh.jonathan@gmail.com \
--cc=colin.i.king@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=hello@tchadelicard.fr \
--cc=hpa@redhat.com \
--cc=hverkuil-cisco@xs4all.nl \
--cc=kartik.koolks@gmail.com \
--cc=katharasasikumar007@gmail.com \
--cc=kdipendra88@gmail.com \
--cc=kent.overstreet@linux.dev \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=lorenzo.stoakes@oracle.com \
--cc=mchehab+huawei@kernel.org \
--cc=mchehab@kernel.org \
--cc=quic_jjohnson@quicinc.com \
--cc=sakari.ailus@linux.intel.com \
--cc=sergiosacj@riseup.net \
--cc=topofeverest8848@gmail.com \
/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