Re: [PATCH v4] watchdog: add SPDX identifiers for watchdog subsystem

2018-02-28 Thread Marcus Folkesson
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 > >

[PATCH v4] watchdog: add SPDX identifiers for watchdog subsystem

2018-02-28 Thread Marcus Folkesson
- 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 <marcus.folkes...@gmail.com> Acked-by: Adam Thomson <adam.thomson.opensou...@diasemi.com> Acked-by: Baruc

[PATCH v3] watchdog: add SPDX identifiers for watchdog subsystem

2018-02-21 Thread Marcus Folkesson
- 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 <marcus.folkes...@gmail.com> Acked-by: Adam Thomson <adam.thomson.opensou...@diasemi.com> Acked-by: Charles

Re: [PATCH v2] watchdog: add SPDX identifiers for watchdog subsystem

2018-02-20 Thread Marcus Folkesson
On Tue, Feb 20, 2018 at 07:13:43AM -0800, Guenter Roeck wrote: > On 02/20/2018 05:21 AM, Marcus Folkesson wrote: > > Hello William, > > > > On Tue, Feb 20, 2018 at 07:49:55AM -0500, William Breathitt Gray wrote: > > > On Tue, Feb 20, 2018 at 11:45:31AM +0100, Marcus

Re: [PATCH v2] watchdog: add SPDX identifiers for watchdog subsystem

2018-02-20 Thread Marcus Folkesson
On Tue, Feb 20, 2018 at 01:14:27PM -0500, William Breathitt Gray wrote: > On Tue, Feb 20, 2018 at 04:33:26PM +0100, Marcus Folkesson wrote: > >On Tue, Feb 20, 2018 at 07:13:43AM -0800, Guenter Roeck wrote: > >> On 02/20/2018 05:21 AM, Marcus Folkesson wrote: &g

Re: [PATCH v2] watchdog: add SPDX identifiers for watchdog subsystem

2018-02-20 Thread Marcus Folkesson
Hello William, On Tue, Feb 20, 2018 at 07:49:55AM -0500, William Breathitt Gray wrote: > On Tue, Feb 20, 2018 at 11:45:31AM +0100, Marcus Folkesson wrote: > >- Add SPDX identifier > >- Remove boiler plate license text > >- If MODULE_LICENSE and boiler plate does not match

[PATCH v2] watchdog: add SPDX identifiers for watchdog subsystem

2018-02-20 Thread Marcus Folkesson
- 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 <marcus.folkes...@gmail.com> Acked-by: Adam Thomson <adam.thomson.opensou...@diasemi.com> Acked-by: Charles

Re: [PATCH] watchdog: add SPDX identifiers for watchdog subsystem

2018-02-20 Thread Marcus Folkesson
On Tue, Feb 20, 2018 at 10:47:03AM +0100, Neil Armstrong wrote: > Hi Marcus, > > On 20/02/2018 10:31, Marcus Folkesson wrote: > > - Add SPDX identifier > > - Remove boiler plate license text > > - If MODULE_LICENSE and boiler plate does not match, go for boiler plate &g

[PATCH] watchdog: add SPDX identifiers for watchdog subsystem

2018-02-20 Thread Marcus Folkesson
- 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 <marcus.folkes...@gmail.com> --- Notes: v1: Please have an extra look at meson_gxbb_wdt.c drivers/wa