Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 5e9384c7 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Mark Brown
Browse files

regulator: maxim: Add SPDX license identifiers



Replace GPL v2.0 and v2.0+ license statements with SPDX license
identifiers.

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 410e8b4f
Loading
Loading
Loading
Loading
+6 −16
Original line number Original line Diff line number Diff line
/*
// SPDX-License-Identifier: GPL-2.0+
 * max14577.c - Regulator driver for the Maxim 14577/77836
//
 *
// max14577.c - Regulator driver for the Maxim 14577/77836
 * Copyright (C) 2013,2014 Samsung Electronics
//
 * Krzysztof Kozlowski <krzk@kernel.org>
// Copyright (C) 2013,2014 Samsung Electronics
 *
// 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.
 */


#include <linux/module.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/platform_device.h>
+9 −23
Original line number Original line Diff line number Diff line
/*
// SPDX-License-Identifier: GPL-2.0+
 * max77686.c - Regulator driver for the Maxim 77686
//
 *
// max77686.c - Regulator driver for the Maxim 77686
 * 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/kernel.h>
#include <linux/kernel.h>
#include <linux/bug.h>
#include <linux/bug.h>
+9 −23
Original line number Original line Diff line number Diff line
/*
// SPDX-License-Identifier: GPL-2.0+
 * max77693.c - Regulator driver for the Maxim 77693 and 77843
//
 *
// max77693.c - Regulator driver for the Maxim 77693 and 77843
 * Copyright (C) 2013-2015 Samsung Electronics
//
 * Jonghwa Lee <jonghwa3.lee@samsung.com>
// Copyright (C) 2013-2015 Samsung Electronics
 * Krzysztof Kozlowski <krzk@kernel.org>
// Jonghwa Lee <jonghwa3.lee@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 max77686.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 max77686.c
 */


#include <linux/err.h>
#include <linux/err.h>
#include <linux/slab.h>
#include <linux/slab.h>
+12 −22
Original line number Original line Diff line number Diff line
/*
// SPDX-License-Identifier: GPL-2.0+
 * max77802.c - Regulator driver for the Maxim 77802
//
 *
// max77802.c - Regulator driver for the Maxim 77802
 * Copyright (C) 2013-2014 Google, Inc
//
 * Simon Glass <sjg@chromium.org>
// Copyright (C) 2013-2014 Google, Inc
 *
// Simon Glass <sjg@chromium.org>
 * 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.
 *
 * This driver is based on max8997.c
 */


#include <linux/kernel.h>
#include <linux/kernel.h>
#include <linux/bug.h>
#include <linux/bug.h>
+8 −22
Original line number Original line Diff line number Diff line
/*
// SPDX-License-Identifier: GPL-2.0+
 * max8997.c - Regulator driver for the Maxim 8997/8966
//
 *
// max8997.c - Regulator driver for the Maxim 8997/8966
 * 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/bug.h>
#include <linux/bug.h>
#include <linux/err.h>
#include <linux/err.h>
Loading