mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-21 14:21:48 +00:00
Revert "Merge branch 'mctp-i2c-driver'"
This reverts commit71812af723
, reversing changes made tocc0be1ad68
. Wolfram Sang says: Please revert. Besides the driver in net, it modifies the I2C core code. This has not been acked by the I2C maintainer (in this case me). So, please don't pull this in via the net tree. The question raised here (extending SMBus calls to 255 byte) is complicated because we need ABI backwards compatibility. Link: https://lore.kernel.org/all/YZJ9H4eM%2FM7OXVN0@shikoro/ Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
6d3b1b0699
commit
2f6a470d65
12 changed files with 25 additions and 1209 deletions
|
@ -39,14 +39,12 @@
|
|||
|
||||
|
||||
/* This is the structure as used in the I2C_SMBUS ioctl call */
|
||||
#ifndef __KERNEL__
|
||||
struct i2c_smbus_ioctl_data {
|
||||
__u8 read_write;
|
||||
__u8 command;
|
||||
__u32 size;
|
||||
union i2c_smbus_data __user *data;
|
||||
};
|
||||
#endif
|
||||
|
||||
/* This is the structure as used in the I2C_RDWR ioctl call */
|
||||
struct i2c_rdwr_ioctl_data {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue