summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-stm32.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-12-17 00:34:38 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2017-12-17 00:34:38 +0300
commitf25e22956058e783cb9bd6d015c2f6b621e831ca (patch)
treeb02875d2a4c8a31c7b2f206108d95cc5791aaf4f /drivers/i2c/busses/i2c-stm32.h
parentd025fbf1a2cd1d60f39579d331a9accf84c5ec5b (diff)
parent45fd4470ba86e9ca2837b666a52cc65dc69f0fa3 (diff)
downloadlinux-f25e22956058e783cb9bd6d015c2f6b621e831ca.tar.xz
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c fixes from Wolfram Sang: "Two bugfixes for the AT24 I2C eeprom driver and some minor corrections for I2C bus drivers" * 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: i2c: piix4: Fix port number check on release i2c: stm32: Fix copyrights i2c-cht-wc: constify platform_device_id eeprom: at24: change nvmem stride to 1 eeprom: at24: fix I2C device selection for runtime PM
Diffstat (limited to 'drivers/i2c/busses/i2c-stm32.h')
-rw-r--r--drivers/i2c/busses/i2c-stm32.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-stm32.h b/drivers/i2c/busses/i2c-stm32.h
index dab51761f8c5..d4f9cef251ac 100644
--- a/drivers/i2c/busses/i2c-stm32.h
+++ b/drivers/i2c/busses/i2c-stm32.h
@@ -1,10 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* i2c-stm32.h
*
* Copyright (C) M'boumba Cedric Madianga 2017
+ * Copyright (C) STMicroelectronics 2017
* Author: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
*
- * License terms: GNU General Public License (GPL), version 2
*/
#ifndef _I2C_STM32_H