summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap-w1.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2019-05-07 17:24:07 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2019-05-07 17:24:07 +0300
commit962d5ecca101e65175a8cdb1b91da8e1b8434d96 (patch)
treed8c8fe2b695ffa5efa0b8b0fdcdbee628c233690 /drivers/base/regmap/regmap-w1.c
parent71ae5fc87c34ecbdca293c2a5c563d6be2576558 (diff)
parent615c4d9a50e25645646c3bafa658aedc22ab7ca9 (diff)
downloadlinux-962d5ecca101e65175a8cdb1b91da8e1b8434d96.tar.xz
Merge tag 'regmap-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
Pull regmap updates from Mark Brown: "A larger than usual set of changes, though mainly small: - An optimization to the debugfs code to greatly improve performance when dumping extremely sparse register maps from Lucas Tanure. - Stricter enforcement of writability checks from Han Nandor. - A fix for default interrupt mode configuration from Srinivas Kandagatla. - SPDX header conversion from Greg Kroah-Hartman" * tag 'regmap-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap: regmap: add proper SPDX identifiers on files that did not have them. regmap: verify if register is writeable before writing operations regmap: regmap-irq: fix getting type default values regmap: debugfs: Jump to the next readable register regmap: debugfs: Replace code by already existing function
Diffstat (limited to 'drivers/base/regmap/regmap-w1.c')
-rw-r--r--drivers/base/regmap/regmap-w1.c16
1 files changed, 6 insertions, 10 deletions
diff --git a/drivers/base/regmap/regmap-w1.c b/drivers/base/regmap/regmap-w1.c
index e6c64b0be5b2..3a7d30b8c3ac 100644
--- a/drivers/base/regmap/regmap-w1.c
+++ b/drivers/base/regmap/regmap-w1.c
@@ -1,13 +1,9 @@
-/*
- * Register map access API - W1 (1-Wire) support
- *
- * Copyright (c) 2017 Radioavionica Corporation
- * Author: Alex A. Mihaylov <minimumlaw@rambler.ru>
- *
- * 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
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Register map access API - W1 (1-Wire) support
+//
+// Copyright (c) 2017 Radioavionica Corporation
+// Author: Alex A. Mihaylov <minimumlaw@rambler.ru>
#include <linux/regmap.h>
#include <linux/module.h>