Commit 9efbc6f1 authored by Wolfram Sang's avatar Wolfram Sang Committed by Lee Jones

mfd: da9063: Convert headers to SPDX

Covnert the headers of the source and include files to SPDX.
And fix some typos in the descriptions ("interrupt" instead of "I2C").
Signed-off-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: default avatarSteve Twiss <stwiss.opensource@diasemi.com>
Reviewed-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 4f799e47
// SPDX-License-Identifier: GPL-2.0+
/* /*
* da9063-core.c: Device access for Dialog DA9063 modules * Device access for Dialog DA9063 modules
* *
* Copyright 2012 Dialog Semiconductors Ltd. * Copyright 2012 Dialog Semiconductors Ltd.
* Copyright 2013 Philipp Zabel, Pengutronix * Copyright 2013 Philipp Zabel, Pengutronix
...@@ -7,11 +8,6 @@ ...@@ -7,11 +8,6 @@
* Author: Krystian Garbaciak, Dialog Semiconductor * Author: Krystian Garbaciak, Dialog Semiconductor
* Author: Michal Hajduk, Dialog Semiconductor * Author: Michal Hajduk, Dialog Semiconductor
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
......
/* da9063-i2c.c: Interrupt support for Dialog DA9063 // SPDX-License-Identifier: GPL-2.0+
/* I2C support for Dialog DA9063
* *
* Copyright 2012 Dialog Semiconductor Ltd. * Copyright 2012 Dialog Semiconductor Ltd.
* Copyright 2013 Philipp Zabel, Pengutronix * Copyright 2013 Philipp Zabel, Pengutronix
* *
* Author: Krystian Garbaciak, Dialog Semiconductor * Author: Krystian Garbaciak, Dialog Semiconductor
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
......
/* da9063-irq.c: Interrupts support for Dialog DA9063 // SPDX-License-Identifier: GPL-2.0+
/* Interrupt support for Dialog DA9063
* *
* Copyright 2012 Dialog Semiconductor Ltd. * Copyright 2012 Dialog Semiconductor Ltd.
* Copyright 2013 Philipp Zabel, Pengutronix * Copyright 2013 Philipp Zabel, Pengutronix
* *
* Author: Michal Hajduk, Dialog Semiconductor * Author: Michal Hajduk, Dialog Semiconductor
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Definitions for DA9063 MFD driver * Definitions for DA9063 MFD driver
* *
...@@ -5,12 +6,6 @@ ...@@ -5,12 +6,6 @@
* *
* Author: Michal Hajduk, Dialog Semiconductor * Author: Michal Hajduk, Dialog Semiconductor
* Author: Krystian Garbaciak, Dialog Semiconductor * Author: Krystian Garbaciak, Dialog Semiconductor
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*
*/ */
#ifndef __MFD_DA9063_CORE_H__ #ifndef __MFD_DA9063_CORE_H__
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Registers definition for DA9063 modules * Registers definition for DA9063 modules
* *
...@@ -5,12 +6,6 @@ ...@@ -5,12 +6,6 @@
* *
* Author: Michal Hajduk, Dialog Semiconductor * Author: Michal Hajduk, Dialog Semiconductor
* Author: Krystian Garbaciak, Dialog Semiconductor * Author: Krystian Garbaciak, Dialog Semiconductor
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*
*/ */
#ifndef _DA9063_REG_H #ifndef _DA9063_REG_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment