From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-x243.google.com (mail-lf0-x243.google.com [IPv6:2a00:1450:4010:c07::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3zsP8Q0lT5zF1bl for ; Thu, 1 Mar 2018 18:24:53 +1100 (AEDT) Received: by mail-lf0-x243.google.com with SMTP id r80so7281813lfe.13 for ; Wed, 28 Feb 2018 23:24:53 -0800 (PST) Date: Thu, 1 Mar 2018 08:24:42 +0100 From: Marcus Folkesson To: Florian Fainelli Cc: Wim Van Sebroeck , Guenter Roeck , Joel Stanley , Nicolas Ferre , Alexandre Belloni , 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 , 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 Subject: Re: [PATCH v4] watchdog: add SPDX identifiers for watchdog subsystem Message-ID: <20180301072432.GA8901@gmail.com> References: <20180228150209.2525-1-marcus.folkesson@gmail.com> <786d740d-f29c-8f09-4648-95244c06e59b@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <786d740d-f29c-8f09-4648-95244c06e59b@gmail.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Florian, On Wed, Feb 28, 2018 at 03:45:43PM -0800, Florian Fainelli wrote: > 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? Good catch! I will fix that, thank you. > -- > Florian Best regards Marcus Folkesson