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
| Person | Tokens | Prop | Commits | CommitProp |
sudip mukherjee | sudip mukherjee | 43 | 82.69% | 1 | 14.29% |
mike rapoport | mike rapoport | 9 | 17.31% | 6 | 85.71% |
| Total | 52 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.