tps65912
Regular
4.4
: ✅struct tps65912 {
struct device *dev;
struct mutex io_mutex;
void *control_data;
int (*read)(struct tps65912 *, u8, int, void *);
int (*write)(struct tps65912 *, u8, int, void *);
struct tps65912_pmic *pmic;
struct gpio_chip gpio;
struct mutex irq_lock;
int chip_irq;
int irq_base;
int irq_num;
u32 irq_mask;
};
4.8
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
4.10
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
4.13
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
4.15
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
4.18
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
5.0
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
5.3
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
5.4
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
5.8
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
5.11
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
5.13
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
5.15
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
5.19
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
6.2
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
6.5
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
6.8
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
arm64
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
armhf
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
ppc64el
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
riscv64
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
aws
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
azure
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
gcp
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
lowlatency
: ✅struct tps65912 {
struct device *dev;
struct regmap *regmap;
int irq;
struct regmap_irq_chip_data *irq_data;
};
Regular
4.4
and 4.8
⚠️struct regmap *regmap
int irq
struct regmap_irq_chip_data *irq_data
struct mutex io_mutex
void *control_data
int (*read)(struct tps65912 *, u8, int, void *)
int (*write)(struct tps65912 *, u8, int, void *)
struct tps65912_pmic *pmic
struct gpio_chip gpio
struct mutex irq_lock
int chip_irq
int irq_base
int irq_num
u32 irq_mask
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
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 aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅