From: Peter Ujfalusi Date: Wed, 31 Aug 2016 11:46:20 +0000 (+0300) Subject: mfd: twl6040: The chip does not support bulk access X-Git-Tag: v4.9-rc1~97^2~30 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=c78cb17867e48a4b74abbc8ffc52ac1ed5d0299d;p=linux.git mfd: twl6040: The chip does not support bulk access Bulk access is not working with twl6040, we need to use single register access. Bulk access would happen when we try to sync the regcache after power on. Signed-off-by: Peter Ujfalusi Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/twl6040.c b/drivers/mfd/twl6040.c index ab328ec49353..c3ad59ef43dd 100644 --- a/drivers/mfd/twl6040.c +++ b/drivers/mfd/twl6040.c @@ -609,6 +609,7 @@ static const struct regmap_config twl6040_regmap_config = { .writeable_reg = twl6040_writeable_reg, .cache_type = REGCACHE_RBTREE, + .use_single_rw = true, }; static const struct regmap_irq twl6040_irqs[] = {