18 Aug
2015
18 Aug
'15
4:09 p.m.
On Fri, Aug 14, 2015 at 05:58:01PM +0800, Axel Lin wrote:
regmap_readable() returns false if map->format.format_write is set. For .reg_bits = 7, .val_bits = 9, setting, map->format.format_write = regmap_format_7_9_write;
Even current code has implemented map->readable_reg, regmap_readable() still returns false anyway. Thus drop the misleading readable_reg callback implementation.
Signed-off-by: Axel Lin axel.lin@ingics.com
Acked-by: Charles Keepax ckeepax@opensource.wolfsonmicro.com
Apologies, on the slight delay we have had a bit of an email fiasco going on at this end, hopefully all resolved now.
Thanks, Charles