Commit d7d8d7a2 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Lee Jones

mfd: maxim: Add SPDX license identifiers

Replace GPL v2.0+ license statements with SPDX license identifiers.
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 39b27ad9
/* // SPDX-License-Identifier: GPL-2.0+
* max14577.c - mfd core driver for the Maxim 14577/77836 //
* // max14577.c - mfd core driver for the Maxim 14577/77836
* Copyright (C) 2014 Samsung Electronics //
* Chanwoo Choi <cw00.choi@samsung.com> // Copyright (C) 2014 Samsung Electronics
* Krzysztof Kozlowski <krzk@kernel.org> // Chanwoo Choi <cw00.choi@samsung.com>
* // Krzysztof Kozlowski <krzk@kernel.org>
* 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 // This driver is based on max8997.c
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* This driver is based on max8997.c
*/
#include <linux/err.h> #include <linux/err.h>
#include <linux/module.h> #include <linux/module.h>
......
/* // SPDX-License-Identifier: GPL-2.0+
* max77686.c - mfd core driver for the Maxim 77686/802 //
* // max77686.c - mfd core driver for the Maxim 77686/802
* Copyright (C) 2012 Samsung Electronics //
* Chiwoong Byun <woong.byun@samsung.com> // Copyright (C) 2012 Samsung Electronics
* Jonghwa Lee <jonghwa3.lee@samsung.com> // Chiwoong Byun <woong.byun@samsung.com>
* // Jonghwa Lee <jonghwa3.lee@samsung.com>
* 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 //This driver is based on max8997.c
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* This driver is based on max8997.c
*/
#include <linux/export.h> #include <linux/export.h>
#include <linux/slab.h> #include <linux/slab.h>
......
/* // SPDX-License-Identifier: GPL-2.0+
* max77693.c - mfd core driver for the MAX 77693 //
* // max77693.c - mfd core driver for the MAX 77693
* Copyright (C) 2012 Samsung Electronics //
* SangYoung Son <hello.son@samsung.com> // Copyright (C) 2012 Samsung Electronics
* // SangYoung Son <hello.son@samsung.com>
* This program is not provided / owned by Maxim Integrated Products. //
* // This program is not provided / owned by Maxim Integrated Products.
* 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 // This driver is based on max8997.c
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* This driver is based on max8997.c
*/
#include <linux/module.h> #include <linux/module.h>
#include <linux/slab.h> #include <linux/slab.h>
......
/* // SPDX-License-Identifier: GPL-2.0+
* MFD core driver for the Maxim MAX77843 //
* // MFD core driver for the Maxim MAX77843
* Copyright (C) 2015 Samsung Electronics //
* Author: Jaewon Kim <jaewon02.kim@samsung.com> // Copyright (C) 2015 Samsung Electronics
* Author: Beomho Seo <beomho.seo@samsung.com> // Author: Jaewon Kim <jaewon02.kim@samsung.com>
* // Author: Beomho Seo <beomho.seo@samsung.com>
* 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/err.h> #include <linux/err.h>
#include <linux/i2c.h> #include <linux/i2c.h>
......
/* // SPDX-License-Identifier: GPL-2.0+
* max8997-irq.c - Interrupt controller support for MAX8997 //
* // max8997-irq.c - Interrupt controller support for MAX8997
* Copyright (C) 2011 Samsung Electronics Co.Ltd //
* MyungJoo Ham <myungjoo.ham@samsung.com> // Copyright (C) 2011 Samsung Electronics Co.Ltd
* // MyungJoo Ham <myungjoo.ham@samsung.com>
* 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 // This driver is based on max8998-irq.c
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* This driver is based on max8998-irq.c
*/
#include <linux/err.h> #include <linux/err.h>
#include <linux/irq.h> #include <linux/irq.h>
......
/* // SPDX-License-Identifier: GPL-2.0+
* max8997.c - mfd core driver for the Maxim 8966 and 8997 //
* // max8997.c - mfd core driver for the Maxim 8966 and 8997
* Copyright (C) 2011 Samsung Electronics //
* MyungJoo Ham <myungjoo.ham@samsung.com> // Copyright (C) 2011 Samsung Electronics
* // MyungJoo Ham <myungjoo.ham@samsung.com>
* 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 // This driver is based on max8998.c
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* This driver is based on max8998.c
*/
#include <linux/err.h> #include <linux/err.h>
#include <linux/slab.h> #include <linux/slab.h>
......
/* // SPDX-License-Identifier: GPL-2.0+
* Interrupt controller support for MAX8998 //
* // Interrupt controller support for MAX8998
* Copyright (C) 2010 Samsung Electronics Co.Ltd //
* Author: Joonyoung Shim <jy0922.shim@samsung.com> // Copyright (C) 2010 Samsung Electronics Co.Ltd
* // Author: Joonyoung Shim <jy0922.shim@samsung.com>
* 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/device.h> #include <linux/device.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
......
/* // SPDX-License-Identifier: GPL-2.0+
* max8998.c - mfd core driver for the Maxim 8998 //
* // max8998.c - mfd core driver for the Maxim 8998
* Copyright (C) 2009-2010 Samsung Electronics //
* Kyungmin Park <kyungmin.park@samsung.com> // Copyright (C) 2009-2010 Samsung Electronics
* Marek Szyprowski <m.szyprowski@samsung.com> // Kyungmin Park <kyungmin.park@samsung.com>
* // Marek Szyprowski <m.szyprowski@samsung.com>
* 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.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/err.h> #include <linux/err.h>
#include <linux/init.h> #include <linux/init.h>
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* max14577-private.h - Common API for the Maxim 14577/77836 internal sub chip * max14577-private.h - Common API for the Maxim 14577/77836 internal sub chip
* *
* Copyright (C) 2014 Samsung Electrnoics * Copyright (C) 2014 Samsung Electrnoics
* Chanwoo Choi <cw00.choi@samsung.com> * Chanwoo Choi <cw00.choi@samsung.com>
* Krzysztof Kozlowski <krzk@kernel.org> * Krzysztof Kozlowski <krzk@kernel.org>
*
* 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.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/ */
#ifndef __MAX14577_PRIVATE_H__ #ifndef __MAX14577_PRIVATE_H__
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* max14577.h - Driver for the Maxim 14577/77836 * max14577.h - Driver for the Maxim 14577/77836
* *
...@@ -5,16 +6,6 @@ ...@@ -5,16 +6,6 @@
* Chanwoo Choi <cw00.choi@samsung.com> * Chanwoo Choi <cw00.choi@samsung.com>
* Krzysztof Kozlowski <krzk@kernel.org> * Krzysztof Kozlowski <krzk@kernel.org>
* *
* 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.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* This driver is based on max8997.h * This driver is based on max8997.h
* *
* MAX14577 has MUIC, Charger devices. * MAX14577 has MUIC, Charger devices.
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* max77686-private.h - Voltage regulator driver for the Maxim 77686/802 * max77686-private.h - Voltage regulator driver for the Maxim 77686/802
* *
* Copyright (C) 2012 Samsung Electrnoics * Copyright (C) 2012 Samsung Electrnoics
* Chiwoong Byun <woong.byun@samsung.com> * Chiwoong Byun <woong.byun@samsung.com>
*
* 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.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#ifndef __LINUX_MFD_MAX77686_PRIV_H #ifndef __LINUX_MFD_MAX77686_PRIV_H
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* max77686.h - Driver for the Maxim 77686/802 * max77686.h - Driver for the Maxim 77686/802
* *
* Copyright (C) 2012 Samsung Electrnoics * Copyright (C) 2012 Samsung Electrnoics
* Chiwoong Byun <woong.byun@samsung.com> * Chiwoong Byun <woong.byun@samsung.com>
* *
* 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.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* This driver is based on max8997.h * This driver is based on max8997.h
* *
* MAX77686 has PMIC, RTC devices. * MAX77686 has PMIC, RTC devices.
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Common data shared between Maxim 77693 and 77843 drivers * Common data shared between Maxim 77693 and 77843 drivers
* *
* Copyright (C) 2015 Samsung Electronics * Copyright (C) 2015 Samsung Electronics
*
* 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 __LINUX_MFD_MAX77693_COMMON_H #ifndef __LINUX_MFD_MAX77693_COMMON_H
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* max77693-private.h - Voltage regulator driver for the Maxim 77693 * max77693-private.h - Voltage regulator driver for the Maxim 77693
* *
...@@ -5,20 +6,6 @@ ...@@ -5,20 +6,6 @@
* SangYoung Son <hello.son@samsung.com> * SangYoung Son <hello.son@samsung.com>
* *
* This program is not provided / owned by Maxim Integrated Products. * This program is not provided / owned by Maxim Integrated Products.
*
* 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.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#ifndef __LINUX_MFD_MAX77693_PRIV_H #ifndef __LINUX_MFD_MAX77693_PRIV_H
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* max77693.h - Driver for the Maxim 77693 * max77693.h - Driver for the Maxim 77693
* *
...@@ -6,20 +7,6 @@ ...@@ -6,20 +7,6 @@
* *
* This program is not provided / owned by Maxim Integrated Products. * This program is not provided / owned by Maxim Integrated Products.
* *
* 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.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* This driver is based on max8997.h * This driver is based on max8997.h
* *
* MAX77693 has PMIC, Charger, Flash LED, Haptic, MUIC devices. * MAX77693 has PMIC, Charger, Flash LED, Haptic, MUIC devices.
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Common variables for the Maxim MAX77843 driver * Common variables for the Maxim MAX77843 driver
* *
* Copyright (C) 2015 Samsung Electronics * Copyright (C) 2015 Samsung Electronics
* Author: Jaewon Kim <jaewon02.kim@samsung.com> * Author: Jaewon Kim <jaewon02.kim@samsung.com>
* Author: Beomho Seo <beomho.seo@samsung.com> * Author: Beomho Seo <beomho.seo@samsung.com>
*
* 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 __MAX77843_PRIVATE_H_ #ifndef __MAX77843_PRIVATE_H_
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* max8997-private.h - Voltage regulator driver for the Maxim 8997 * max8997-private.h - Voltage regulator driver for the Maxim 8997
* *
* Copyright (C) 2010 Samsung Electrnoics * Copyright (C) 2010 Samsung Electrnoics
* MyungJoo Ham <myungjoo.ham@samsung.com> * MyungJoo Ham <myungjoo.ham@samsung.com>
*
* 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.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#ifndef __LINUX_MFD_MAX8997_PRIV_H #ifndef __LINUX_MFD_MAX8997_PRIV_H
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* max8997.h - Driver for the Maxim 8997/8966 * max8997.h - Driver for the Maxim 8997/8966
* *
* Copyright (C) 2009-2010 Samsung Electrnoics * Copyright (C) 2009-2010 Samsung Electrnoics
* MyungJoo Ham <myungjoo.ham@samsung.com> * MyungJoo Ham <myungjoo.ham@samsung.com>
* *
* 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.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* This driver is based on max8998.h * This driver is based on max8998.h
* *
* MAX8997 has PMIC, MUIC, HAPTIC, RTC, FLASH, and Fuel Gauge devices. * MAX8997 has PMIC, MUIC, HAPTIC, RTC, FLASH, and Fuel Gauge devices.
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* max8998-private.h - Voltage regulator driver for the Maxim 8998 * max8998-private.h - Voltage regulator driver for the Maxim 8998
* *
* Copyright (C) 2009-2010 Samsung Electrnoics * Copyright (C) 2009-2010 Samsung Electrnoics
* Kyungmin Park <kyungmin.park@samsung.com> * Kyungmin Park <kyungmin.park@samsung.com>
* Marek Szyprowski <m.szyprowski@samsung.com> * Marek Szyprowski <m.szyprowski@samsung.com>
*
* 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.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#ifndef __LINUX_MFD_MAX8998_PRIV_H #ifndef __LINUX_MFD_MAX8998_PRIV_H
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* max8998.h - Voltage regulator driver for the Maxim 8998 * max8998.h - Voltage regulator driver for the Maxim 8998
* *
* Copyright (C) 2009-2010 Samsung Electrnoics * Copyright (C) 2009-2010 Samsung Electrnoics
* Kyungmin Park <kyungmin.park@samsung.com> * Kyungmin Park <kyungmin.park@samsung.com>
* Marek Szyprowski <m.szyprowski@samsung.com> * Marek Szyprowski <m.szyprowski@samsung.com>
*
* 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.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#ifndef __LINUX_MFD_MAX8998_H #ifndef __LINUX_MFD_MAX8998_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