On Wed, Apr 16, 2025 at 06:21:39PM +0200, Ivan Vecera wrote:

> +static const struct regmap_config zl3073x_regmap_config = {
> +     .reg_bits       = 8,
> +     .val_bits       = 8,
> +     .max_register   = ZL_RANGE_OFF + ZL_NUM_REGS - 1,
> +     .ranges         = &zl3073x_regmap_range,
> +     .num_ranges     = 1,
> +     .cache_type     = REGCACHE_RBTREE,

Unless you have a specific reason to use something else you should
probably use _MAPLE these days, it's a more modern data structure and
makes choices more suited to current hardware.

Attachment: signature.asc
Description: PGP signature

Reply via email to