]> asedeno.scripts.mit.edu Git - linux.git/commit
rtc: rv3029: drop rv3029_read_regs and rv3029_write_regs
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 14 Dec 2019 22:10:15 +0000 (23:10 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 18 Dec 2019 09:38:01 +0000 (10:38 +0100)
commit7518dd9a93b9ed1cdcf10caba269d2f3f79ca798
treebf990d56b5655b6940ccf4e0a79e7b6828be9bc1
parent8fd3d609a5c87ccff2327c9813d35723b9a6ac10
rtc: rv3029: drop rv3029_read_regs and rv3029_write_regs

rv3029_read_regs and rv3029_write_regs are simply calling
regmap_bulk_{read,write}. Drop them and call regmap_{,bulk}_{read,write} as
appropriate.

Link: https://lore.kernel.org/r/20191214221022.622482-10-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-rv3029c2.c