|
@@ -1,3 +1,4 @@
|
|
|
|
+// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
/*
|
|
* Driver for STMicroelectronics STM32F7 I2C controller
|
|
* Driver for STMicroelectronics STM32F7 I2C controller
|
|
*
|
|
*
|
|
@@ -7,11 +8,11 @@
|
|
* http://www.st.com/resource/en/reference_manual/dm00124865.pdf
|
|
* http://www.st.com/resource/en/reference_manual/dm00124865.pdf
|
|
*
|
|
*
|
|
* Copyright (C) M'boumba Cedric Madianga 2017
|
|
* Copyright (C) M'boumba Cedric Madianga 2017
|
|
|
|
+ * Copyright (C) STMicroelectronics 2017
|
|
* Author: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
|
|
* Author: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
|
|
*
|
|
*
|
|
* This driver is based on i2c-stm32f4.c
|
|
* This driver is based on i2c-stm32f4.c
|
|
*
|
|
*
|
|
- * License terms: GNU General Public License (GPL), version 2
|
|
|
|
*/
|
|
*/
|
|
#include <linux/clk.h>
|
|
#include <linux/clk.h>
|
|
#include <linux/delay.h>
|
|
#include <linux/delay.h>
|