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
Person | Tokens | Prop | Commits | CommitProp |
Sudip Mukherjee | 43 | 81.13% | 1 | 12.50% |
Mike Rapoport | 9 | 16.98% | 6 | 75.00% |
Greg Kroah-Hartman | 1 | 1.89% | 1 | 12.50% |
Total | 53 | 100.00% | 8 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.