cregit-Linux how code gets into the kernel

Release 4.7 drivers/staging/sm750fb/ddk750_hwi2c.h

#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 mukherjeesudip mukherjee4382.69%114.29%
mike rapoportmike rapoport917.31%685.71%
Total52100.00%7100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}