i2c-stm32.c (3eb66e91a25497065c5322b1268cbc3953642227) i2c-stm32.c (af873fcecef567abf8a3468b06dd4e4aab46da6d)
1// SPDX-License-Identifier: GPL-2.0-only
1/*
2 * i2c-stm32.c
3 *
4 * Copyright (C) M'boumba Cedric Madianga 2017
5 * Author: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
2/*
3 * i2c-stm32.c
4 *
5 * Copyright (C) M'boumba Cedric Madianga 2017
6 * Author: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
6 *
7 * License terms: GNU General Public License (GPL), version 2
8 */
9
10#include "i2c-stm32.h"
11
12/* Functions for DMA support */
13struct stm32_i2c_dma *stm32_i2c_dma_request(struct device *dev,
14 dma_addr_t phy_addr,
15 u32 txdr_offset,

--- 138 unchanged lines hidden ---
7 */
8
9#include "i2c-stm32.h"
10
11/* Functions for DMA support */
12struct stm32_i2c_dma *stm32_i2c_dma_request(struct device *dev,
13 dma_addr_t phy_addr,
14 u32 txdr_offset,

--- 138 unchanged lines hidden ---