5 Jul
2018
5 Jul
'18
5:47 p.m.
On Thu, Jul 05, 2018 at 06:39:14PM +0100, Srinivas Kandagatla wrote:
Are reg_read/reg_write callbacks in bus regmap redundant to read/write callbacks?
By the looks of it, it seems redundant, reg_read/reg_write will never be used if bus regmap has read/write callbacks. Just wanted reconfirm before replacing them with just read/write callbacks.
Yes.