i2c_bus_recovery_infoRegular
4.4: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
int scl_gpio;
int sda_gpio;
};
4.8: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
int scl_gpio;
int sda_gpio;
};
4.10: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
int scl_gpio;
int sda_gpio;
};
4.13: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
int scl_gpio;
int sda_gpio;
};
4.15: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
int scl_gpio;
int sda_gpio;
};
4.18: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*set_sda)(struct i2c_adapter *, int);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
struct gpio_desc *scl_gpiod;
struct gpio_desc *sda_gpiod;
};
5.0: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*set_sda)(struct i2c_adapter *, int);
int (*get_bus_free)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
struct gpio_desc *scl_gpiod;
struct gpio_desc *sda_gpiod;
};
5.3: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*set_sda)(struct i2c_adapter *, int);
int (*get_bus_free)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
struct gpio_desc *scl_gpiod;
struct gpio_desc *sda_gpiod;
};
5.4: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*set_sda)(struct i2c_adapter *, int);
int (*get_bus_free)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
struct gpio_desc *scl_gpiod;
struct gpio_desc *sda_gpiod;
};
5.8: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*set_sda)(struct i2c_adapter *, int);
int (*get_bus_free)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
struct gpio_desc *scl_gpiod;
struct gpio_desc *sda_gpiod;
};
5.11: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*set_sda)(struct i2c_adapter *, int);
int (*get_bus_free)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
struct gpio_desc *scl_gpiod;
struct gpio_desc *sda_gpiod;
struct pinctrl *pinctrl;
struct pinctrl_state *pins_default;
struct pinctrl_state *pins_gpio;
};
5.13: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*set_sda)(struct i2c_adapter *, int);
int (*get_bus_free)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
struct gpio_desc *scl_gpiod;
struct gpio_desc *sda_gpiod;
struct pinctrl *pinctrl;
struct pinctrl_state *pins_default;
struct pinctrl_state *pins_gpio;
};
5.15: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*set_sda)(struct i2c_adapter *, int);
int (*get_bus_free)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
struct gpio_desc *scl_gpiod;
struct gpio_desc *sda_gpiod;
struct pinctrl *pinctrl;
struct pinctrl_state *pins_default;
struct pinctrl_state *pins_gpio;
};
5.19: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*set_sda)(struct i2c_adapter *, int);
int (*get_bus_free)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
struct gpio_desc *scl_gpiod;
struct gpio_desc *sda_gpiod;
struct pinctrl *pinctrl;
struct pinctrl_state *pins_default;
struct pinctrl_state *pins_gpio;
};
6.2: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*set_sda)(struct i2c_adapter *, int);
int (*get_bus_free)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
struct gpio_desc *scl_gpiod;
struct gpio_desc *sda_gpiod;
struct pinctrl *pinctrl;
struct pinctrl_state *pins_default;
struct pinctrl_state *pins_gpio;
};
6.5: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*set_sda)(struct i2c_adapter *, int);
int (*get_bus_free)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
struct gpio_desc *scl_gpiod;
struct gpio_desc *sda_gpiod;
struct pinctrl *pinctrl;
struct pinctrl_state *pins_default;
struct pinctrl_state *pins_gpio;
};
6.8: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*set_sda)(struct i2c_adapter *, int);
int (*get_bus_free)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
struct gpio_desc *scl_gpiod;
struct gpio_desc *sda_gpiod;
struct pinctrl *pinctrl;
struct pinctrl_state *pins_default;
struct pinctrl_state *pins_gpio;
};
arm64: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*set_sda)(struct i2c_adapter *, int);
int (*get_bus_free)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
struct gpio_desc *scl_gpiod;
struct gpio_desc *sda_gpiod;
};
armhf: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*set_sda)(struct i2c_adapter *, int);
int (*get_bus_free)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
struct gpio_desc *scl_gpiod;
struct gpio_desc *sda_gpiod;
};
ppc64el: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*set_sda)(struct i2c_adapter *, int);
int (*get_bus_free)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
struct gpio_desc *scl_gpiod;
struct gpio_desc *sda_gpiod;
};
riscv64: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*set_sda)(struct i2c_adapter *, int);
int (*get_bus_free)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
struct gpio_desc *scl_gpiod;
struct gpio_desc *sda_gpiod;
};
aws: Absent ⚠️
azure: Absent ⚠️
gcp: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*set_sda)(struct i2c_adapter *, int);
int (*get_bus_free)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
struct gpio_desc *scl_gpiod;
struct gpio_desc *sda_gpiod;
};
lowlatency: ✅struct i2c_bus_recovery_info {
int (*recover_bus)(struct i2c_adapter *);
int (*get_scl)(struct i2c_adapter *);
void (*set_scl)(struct i2c_adapter *, int);
int (*get_sda)(struct i2c_adapter *);
void (*set_sda)(struct i2c_adapter *, int);
int (*get_bus_free)(struct i2c_adapter *);
void (*prepare_recovery)(struct i2c_adapter *);
void (*unprepare_recovery)(struct i2c_adapter *);
struct gpio_desc *scl_gpiod;
struct gpio_desc *sda_gpiod;
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ✅
4.10 and 4.13 ✅
4.13 and 4.15 ✅
4.15 and 4.18 ⚠️void (*set_sda)(struct i2c_adapter *, int)
struct gpio_desc *scl_gpiod
struct gpio_desc *sda_gpiod
int scl_gpio
int sda_gpio
4.18 and 5.0 ⚠️int (*get_bus_free)(struct i2c_adapter *)
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ⚠️struct pinctrl *pinctrl
struct pinctrl_state *pins_default
struct pinctrl_state *pins_gpio
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and gcp ✅
generic and lowlatency ✅