cregit-Linux how code gets into the kernel

Release 4.16 drivers/i2c/busses/i2c-stm32.h

// 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>
 *
 */

#ifndef _I2C_STM32_H

#define _I2C_STM32_H


enum stm32_i2c_speed {
	
STM32_I2C_SPEED_STANDARD, /* 100 kHz */
	
STM32_I2C_SPEED_FAST, /* 400 kHz */
	
STM32_I2C_SPEED_FAST_PLUS, /* 1 MHz */
	
STM32_I2C_SPEED_END,
};

#endif /* _I2C_STM32_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Pierre-Yves MORDRET2492.31%150.00%
Benjamin Gaignard27.69%150.00%
Total26100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.