aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mfd
AgeCommit message (Collapse)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 464Thomas Gleixner2-3/+2
Based on 1 normalized pattern(s): license terms gnu general public license version 2 extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 11 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Allison Randal <[email protected]> Reviewed-by: Enrico Weigelt <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2-24/+2
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public license version 2 as published by the free software foundation 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 see http www gnu org licenses extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 503 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Alexios Zavras <[email protected]> Reviewed-by: Allison Randal <[email protected]> Reviewed-by: Enrico Weigelt <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
2019-06-18Merge tag 'v5.2-rc4' into regulator-5.3Mark Brown94-692/+94
Linux 5.2-rc4
2019-06-17mfd: lp87565: Add support for 4-phase LP87561 combinationKeerthy1-0/+2
Add support for 4-phase LP87561 combination. Data Sheet: https://www.ti.com/lit/ds/symlink/lp87561-q1.pdf Signed-off-by: Keerthy <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-12regulator: wm831x: Convert to use GPIO descriptorsLinus Walleij1-1/+0
This converts the Wolfson Micro WM831x DCDC converter to use a GPIO descriptor for the GPIO driving the DVS pin. There is just one (non-DT) machine in the kernel using this, and that is the Wolfson Micro (now Cirrus) Cragganmore 6410 so we patch this board to pass a descriptor table and fix up the driver accordingly. Cc: Charles Keepax <[email protected]> Cc: Richard Fitzgerald <[email protected]> Cc: [email protected] Signed-off-by: Linus Walleij <[email protected]> Acked-by: Charles Keepax <[email protected]> Signed-off-by: Mark Brown <[email protected]>
2019-06-10mfd: cros_ec: Update I2S APIGwendal Grignou1-24/+20
Improve I2S API. Rename ec_response_codec_gain into ec_codec_i2s_gain, update caller accordlingly. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Add Management API entry pointsGwendal Grignou1-0/+113
Add commands for test and management. Add command space for future development. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Add SKU ID and Secure storage APIGwendal Grignou1-0/+107
Add API to store SKU, Cros board information in EC flash memory. Add API to store security data in EC. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Add API for rwsigGwendal Grignou1-0/+26
Add command to retrieve signature of image stored in the RW memory slot(s). Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Add API for Fingerprint supportGwendal Grignou1-0/+228
Add API for fingerprint sensor presented by embedded controller. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Add API for Touchpad supportGwendal Grignou1-0/+26
Add API to control touchpad presented by Embedded Controller. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Add API for EC-EC communicationGwendal Grignou1-0/+95
Allow EC to talk to other ECs that are not presented to the host. Neeed when EC are present in detachable keyboard. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Add I2C passthru protection APIGwendal Grignou1-0/+22
Prevent direct i2c access to device behind EC when not in development mode. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Add Smart Battery Firmware update APIGwendal Grignou1-0/+73
Add API to update battery firmware. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Add Hibernate APIGwendal Grignou1-2/+70
Add support for controlling hibernation of the Embedded Controller. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Add API for keyboard testingGwendal Grignou1-0/+18
Add command to allow keyboard testing in factory. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Complete Power and USB PD APIGwendal Grignou1-8/+228
Improve API for USB Powe delivery and power management. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Fix temperature APIGwendal Grignou1-7/+57
Improve API to retrieve temperature information. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Add fingerprint APIGwendal Grignou1-0/+34
Add support for fingerprint sensors managed by embedded controller. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Fix event processing APIGwendal Grignou1-11/+76
Improve API between EC and Host to report events. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Complete MEMS sensor APIGwendal Grignou1-58/+406
Add new command for batched mode, add support for more sensors. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Add EC transport protocol v4Gwendal Grignou1-2/+141
Introduce a new transport procotol between EC and host. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Expand hash APIGwendal Grignou1-2/+9
Improve API to verify EC image signature. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Add lightbar v2 APIGwendal Grignou1-4/+120
New API split commands, improve EC command latency. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Add PWM_SET_DUTY APIGwendal Grignou1-2/+18
Add API for fan control. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Add Flash V2 commands APIGwendal Grignou1-3/+147
Added for supporting larger embedded controller flash. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Remove zero-size structsGwendal Grignou1-15/+18
Empty structure size is different between C and C++. To prevent clang warning when compiling this include file in C++ programs, remove empty structures. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: move HDMI CEC API definitionGwendal Grignou1-73/+75
Move near the end of file. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Update ACPI interface definitionGwendal Grignou1-126/+293
Add more fields and improve API when EC presents data through ACPI memory space. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: use BIT macroGwendal Grignou1-55/+55
Replace (1 << ...) with BIT(). Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Define commands as 4-digit UPPER CASE hex valuesGwendal Grignou1-99/+136
This change is required for compilation of embedded controller firmware to work properly (See CONFIG_HOSTCMD_SECTION_SORTED). Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: add ec_align macrosGwendal Grignou1-204/+238
To reduce code and improve performance of the embedded controller firmware, pragma __aligned(2) or __aligned(4) are used when alignment to 16 or 32 bit boundary is expected. Define all ec_align to packed when compiling kernel. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: set comments properlyGwendal Grignou1-25/+40
Fix comments syntax and spelling errors. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Zero BUILD_ macroGwendal Grignou1-0/+5
Defined out build macro used when compiling embedded controller firmware. Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-10mfd: cros_ec: Update license termGwendal Grignou1-15/+5
Update to SPDX-License-Identifier, GPL-2.0 Signed-off-by: Gwendal Grignou <[email protected]> Acked-by: Enric Balletbo i Serra <[email protected]> Acked-by: Benson Leung <[email protected]> Reviewed-by: Fabien Lahoudere <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2019-06-06mfd: ti-lmu: Add LM36274 support to the ti-lmuDan Murphy2-0/+27
Add the LM36274 register support to the ti-lmu MFD driver. Signed-off-by: Dan Murphy <[email protected]> Acked-by: Lee Jones <[email protected]> Acked-by: Pavel Machek <[email protected]> Signed-off-by: Jacek Anaszewski <[email protected]>
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 450Thomas Gleixner2-8/+2
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public license version 2 as published bythe free software foundation extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 5 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Armijn Hemel <[email protected]> Reviewed-by: Allison Randal <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 446Thomas Gleixner1-7/+1
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public license version 2 as published by the free software foundation you should have received a copy of the gnu general public license along with this program if not see http www gnu org licenses extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 30 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Allison Randal <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 424Thomas Gleixner1-4/+1
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public license 2 as published by the free software foundation extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 1 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Allison Randal <[email protected]> Reviewed-by: Armijn Hemel <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner1-4/+1
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms and conditions of the gnu general public license version 2 as published by the free software foundation extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 101 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Allison Randal <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner1-4/+1
Based on 1 normalized pattern(s): 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 version 2 extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 135 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Allison Randal <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner4-58/+4
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public license version 2 as published by the free software foundation 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 51 franklin st fifth floor boston ma 02110 1301 usa extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 246 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Alexios Zavras <[email protected]> Reviewed-by: Allison Randal <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public license version 2 as published by the free software foundation 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 extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 136 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Alexios Zavras <[email protected]> Reviewed-by: Allison Randal <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 312Thomas Gleixner1-4/+1
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the version 2 of the gnu general public license as published by the free software foundation extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 3 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Allison Randal <[email protected]> Reviewed-by: Alexios Zavras <[email protected]> Reviewed-by: Kate Stewart <[email protected]> Reviewed-by: Armijn Hemel <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 300Thomas Gleixner1-13/+1
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public license 2 as published by the free software foundation 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 see the file copying if not write to the free software foundation 675 mass ave cambridge ma 02139 usa extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 3 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Alexios Zavras <[email protected]> Reviewed-by: Allison Randal <[email protected]> Reviewed-by: Richard Fontana <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms and conditions of the gnu general public license version 2 as published by the free software foundation this program is distributed in the hope 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 extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 263 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Allison Randal <[email protected]> Reviewed-by: Alexios Zavras <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner3-30/+3
Based on 1 normalized pattern(s): 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 version 2 of the license 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 extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 100 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Alexios Zavras <[email protected]> Reviewed-by: Allison Randal <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2-18/+2
Based on 1 normalized pattern(s): this software is licensed under the terms of the gnu general public license version 2 as published by the free software foundation and may be copied distributed and modified under those terms 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 extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 285 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Alexios Zavras <[email protected]> Reviewed-by: Allison Randal <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2-25/+2
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms and conditions of the gnu general public license version 2 as published by the free software foundation this program is distributed in the hope 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 see http www gnu org licenses extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 228 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Allison Randal <[email protected]> Reviewed-by: Steve Winslow <[email protected]> Reviewed-by: Richard Fontana <[email protected]> Reviewed-by: Alexios Zavras <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197Thomas Gleixner3-4/+3
Based on 1 normalized pattern(s): license terms gnu general public license v2 extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 37 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Steve Winslow <[email protected]> Reviewed-by: Alexios Zavras <[email protected]> Reviewed-by: Richard Fontana <[email protected]> Reviewed-by: Allison Randal <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>