cregit-Linux how code gets into the kernel

Release 4.18 drivers/staging/sm750fb/ddk750_hwi2c.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef DDK750_HWI2C_H__

#define DDK750_HWI2C_H__

/* hwi2c functions */
int sm750_hw_i2c_init(unsigned char bus_speed_mode);
void sm750_hw_i2c_close(void);

unsigned char sm750_hw_i2c_read_reg(unsigned char addr, unsigned char reg);
int sm750_hw_i2c_write_reg(unsigned char addr, unsigned char reg,
			   unsigned char data);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Sudip Mukherjee4381.13%112.50%
Mike Rapoport916.98%675.00%
Greg Kroah-Hartman11.89%112.50%
Total53100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.