Release 4.12 include/linux/i2c/i2c-sh_mobile.h
#ifndef __I2C_SH_MOBILE_H__
#define __I2C_SH_MOBILE_H__
#include <linux/platform_device.h>
struct i2c_sh_mobile_platform_data {
unsigned long bus_speed;
unsigned int clks_per_count;
};
#endif /* __I2C_SH_MOBILE_H__ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Magnus Damm | 21 | 84.00% | 1 | 50.00% |
Shinya Kuribayashi | 4 | 16.00% | 1 | 50.00% |
Total | 25 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.