aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2018-07-02 13:12:13 -0500
committerJacek Anaszewski <jacek.anaszewski@gmail.com>2018-07-03 22:26:47 +0200
commit43d20ff3633112322de38c18b4b35bbbf04438d7 (patch)
treee730535d183ace54a4d8108bb3123ee21894090f /drivers/leds
parentleds: max8997: use mode when calling max8997_led_set_mode (diff)
downloadlinux-dev-43d20ff3633112322de38c18b4b35bbbf04438d7.tar.xz
linux-dev-43d20ff3633112322de38c18b4b35bbbf04438d7.zip
leds: lm3692x: Update license header to SPDX
Update the license header to the current SPDX licensing format. Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Diffstat (limited to 'drivers/leds')
-rw-r--r--drivers/leds/leds-lm3692x.c17
1 files changed, 3 insertions, 14 deletions
diff --git a/drivers/leds/leds-lm3692x.c b/drivers/leds/leds-lm3692x.c
index 437173d1712c..e518ae36f410 100644
--- a/drivers/leds/leds-lm3692x.c
+++ b/drivers/leds/leds-lm3692x.c
@@ -1,17 +1,6 @@
-/*
- * TI lm3692x LED Driver
- *
- * Copyright (C) 2017 Texas Instruments
- *
- * Author: Dan Murphy <dmurphy@ti.com>
- *
- * 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.
- *
- * Data sheet is located
- * http://www.ti.com/lit/ds/snvsa29/snvsa29.pdf
- */
+// SPDX-License-Identifier: GPL-2.0
+// TI LM3692x LED chip family driver
+// Copyright (C) 2017-18 Texas Instruments Incorporated - http://www.ti.com/
#include <linux/gpio/consumer.h>
#include <linux/i2c.h>