sram_dev
Regular
4.4
: ✅struct sram_dev {
struct device *dev;
void *virt_base;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
4.8
: ✅struct sram_dev {
struct device *dev;
void *virt_base;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
4.10
: ✅struct sram_dev {
struct device *dev;
void *virt_base;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
4.13
: ✅struct sram_dev {
struct device *dev;
void *virt_base;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
4.15
: ✅struct sram_dev {
struct device *dev;
void *virt_base;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
4.18
: ✅struct sram_dev {
struct device *dev;
void *virt_base;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
5.0
: ✅struct sram_dev {
struct device *dev;
void *virt_base;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
5.3
: ✅struct sram_dev {
struct device *dev;
void *virt_base;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
5.4
: ✅struct sram_dev {
struct device *dev;
void *virt_base;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
5.8
: ✅struct sram_dev {
struct device *dev;
void *virt_base;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
5.11
: ✅struct sram_dev {
struct device *dev;
void *virt_base;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
5.13
: ✅struct sram_dev {
struct device *dev;
void *virt_base;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
5.15
: ✅struct sram_dev {
const struct sram_config *config;
struct device *dev;
void *virt_base;
bool no_memory_wc;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
5.19
: ✅struct sram_dev {
const struct sram_config *config;
struct device *dev;
void *virt_base;
bool no_memory_wc;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
6.2
: ✅struct sram_dev {
const struct sram_config *config;
struct device *dev;
void *virt_base;
bool no_memory_wc;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
6.5
: ✅struct sram_dev {
const struct sram_config *config;
struct device *dev;
void *virt_base;
bool no_memory_wc;
struct gen_pool *pool;
struct sram_partition *partition;
u32 partitions;
};
6.8
: ✅struct sram_dev {
const struct sram_config *config;
struct device *dev;
void *virt_base;
bool no_memory_wc;
struct gen_pool *pool;
struct sram_partition *partition;
u32 partitions;
};
arm64
: ✅struct sram_dev {
struct device *dev;
void *virt_base;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
armhf
: ✅struct sram_dev {
struct device *dev;
void *virt_base;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
ppc64el
: ✅struct sram_dev {
struct device *dev;
void *virt_base;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
riscv64
: ✅struct sram_dev {
struct device *dev;
void *virt_base;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
aws
: ✅struct sram_dev {
struct device *dev;
void *virt_base;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
azure
: ✅struct sram_dev {
struct device *dev;
void *virt_base;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
gcp
: ✅struct sram_dev {
struct device *dev;
void *virt_base;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
lowlatency
: ✅struct sram_dev {
struct device *dev;
void *virt_base;
struct gen_pool *pool;
struct clk *clk;
struct sram_partition *partition;
u32 partitions;
};
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
✅
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
⚠️const struct sram_config *config
bool no_memory_wc
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
⚠️struct clk *clk
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
⚠️struct clk *clk
➡️ struct clk *clk
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅