]> git.baikalelectronics.ru Git - kernel.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)
commitcecec95e082d579fe99780819115ffb14f33d14c
treecbbcb72d55b7b9a0cad72b079304654f2e994423
parentd9130134232c2725e40831ae411bad97d8373639
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