]> asedeno.scripts.mit.edu Git - linux.git/commit
rtc: isl1208: Use i2c block read/write routines
authorTrent Piepho <tpiepho@impinj.com>
Thu, 15 Nov 2018 18:51:18 +0000 (18:51 +0000)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 22 Nov 2018 17:11:37 +0000 (18:11 +0100)
commitfacc23b8ff21e9fb328938baf15ae68a91af0cb9
treecbbcb72d55b7b9a0cad72b079304654f2e994423
parent41ef3878203cd9218d92eaa07df4b85a2cb128fb
rtc: isl1208: Use i2c block read/write routines

The Linux i2c layer has functions to execute common SMBUS/I2C
transactions.  The register access code here is identical to the I2C
read/write block data routines.

Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Trent Piepho <tpiepho@impinj.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-isl1208.c