]> 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)
commit0270e75b8ea344e3b6658a2ff6cb163bdab86d78
treecbbcb72d55b7b9a0cad72b079304654f2e994423
parent404284e65da82844761f45d1a06d676986bfcf25
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