From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-path: Subject: Re: [PATCH v4] watchdog: add SPDX identifiers for watchdog subsystem To: Marcus Folkesson , Wim Van Sebroeck , Guenter Roeck , Joel Stanley , Nicolas Ferre , Alexandre Belloni , Florian Fainelli , Ray Jui , Scott Branden , bcm-kernel-feedback-list@broadcom.com, Eric Anholt , Stefan Wahren , Support Opensource , Baruch Siach , William Breathitt Gray , Jimmy Vance , Keguang Zhang , Joachim Eastwood , Tomas Winkler , Johannes Thumshirn , Andreas Werner , Carlo Caione , Kevin Hilman , Matthias Brugger , Wan ZongShun , Michal Simek , Vladimir Zapolskiy , Sylvain Lemieux , Kukjin Kim , Krzysztof Kozlowski , Zwane Mwaikambo , Jim Cromie , Barry Song , Patrice Chotard , Maxime Ripard , Chen-Yu Tsai , Marc Gonzalez , Mans Rullgard , Thierry Reding , Jonathan Hunter , Masahiro Yamada , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Jun Nie , Baoyou Xie , Shawn Guo Cc: linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rpi-kernel@lists.infradead.org, adi-buildroot-devel@lists.sourceforge.net, linux-mips@linux-mips.org, linux-amlogic@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-tegra@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, patches@opensource.cirrus.com References: <20180228150209.2525-1-marcus.folkesson@gmail.com> From: Florian Fainelli Message-ID: <786d740d-f29c-8f09-4648-95244c06e59b@gmail.com> Date: Wed, 28 Feb 2018 15:45:43 -0800 MIME-Version: 1.0 In-Reply-To: <20180228150209.2525-1-marcus.folkesson@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit List-ID: On 02/28/2018 07:01 AM, Marcus Folkesson wrote: > - Add SPDX identifier > - Remove boiler plate license text > - If MODULE_LICENSE and boiler plate does not match, go for boiler plate > license > > Signed-off-by: Marcus Folkesson > Acked-by: Adam Thomson > Acked-by: Baruch Siach > Acked-by: Charles Keepax > Acked-by: Keiji Hayashibara > Acked-by: Johannes Thumshirn > Acked-by: Mans Rullgard > Acked-by: Matthias Brugger > Acked-by: Michal Simek > Acked-by: Neil Armstrong > Acked-by: Nicolas Ferre > Acked-by: Thierry Reding > Acked-by: Tomas Winkler > Acked-by: Patrice Chotard > Acked-by: William Breathitt Gray > Reviewed-by: Eric Anholt > --- > > Notes: > v4: > - Drop coh901327_wdt since it allready is a pending patch > v3: > - Keep license text for ebc-c384_wdt > v2: > - Put back removed copyright texts for meson_gxbb_wdt and coh901327_wdt > - Change to BSD-3-Clause for meson_gxbb_wdt > v1: Please have an extra look at meson_gxbb_wdt.c > > drivers/watchdog/ar7_wdt.c | 14 +--------- > drivers/watchdog/bcm2835_wdt.c | 5 +--- > drivers/watchdog/bcm47xx_wdt.c | 5 +--- > drivers/watchdog/bcm63xx_wdt.c | 5 +--- > drivers/watchdog/bcm7038_wdt.c | 12 ++------ > drivers/watchdog/bcm_kona_wdt.c | 9 +----- > drivers/watchdog/mtx-1_wdt.c | 11 +------- For these drivers above: Acked-by: Florian Fainelli and it looks like you missed rdc321x_wdt.c, is there a specific reason? -- Florian