summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-uniphier-f.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: uniphier-f: issue STOP only for last message or I2C_M_STOPMasahiro Yamada2018-09-021-5/+2
* i2c: uniphier-f: add suspend / resume supportMasahiro Yamada2017-08-121-9/+37
* i2c: uniphier-f: rename jump label to follow coding style guidelineMasahiro Yamada2016-11-181-3/+3
* i2c: uniphier-f: fix misdetection of incomplete STOP conditionMasahiro Yamada2016-09-241-5/+11
* i2c: uniphier-f: set the adapter to master mode when probingMasahiro Yamada2016-09-081-6/+10
* i2c: uniphier-f: avoid WARN_ON() of clk_disable() in failure pathMasahiro Yamada2016-09-081-41/+32
* i2c: uniphier{-f}: don't print error when adding adapter failsWolfram Sang2016-08-221-5/+0
* i2c: uniphier: add "\n" at the end of error logMasahiro Yamada2016-04-271-1/+1
* i2c: uniphier: fix typos in error messagesMasahiro Yamada2016-02-121-1/+1
* i2c: uniphier_f: error out if bus speed is zeroMasahiro Yamada2015-12-141-0/+5
* i2c: uniphier_f: error out if clock rate is zeroMasahiro Yamada2015-12-141-1/+5
* i2c: uniphier_f: add UniPhier FIFO-builtin I2C driverMasahiro Yamada2015-10-231-0/+584