summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-uniphier-f.c
AgeCommit message (Expand)Author
2018-12-06i2c: uniphier-f: fix violation of tLOW requirement for Fast-modeMasahiro Yamada
2018-12-06i2c: uniphier-f: fill TX-FIFO only in IRQ handler for repeated STARTMasahiro Yamada
2018-12-06i2c: uniphier-f: fix timeout error after reading 8 bytesMasahiro Yamada
2018-10-29i2c: uniphier-f: fix race condition when IRQ is clearedMasahiro Yamada
2018-10-29i2c: uniphier-f: fix occasional timeout errorMasahiro Yamada
2018-10-29i2c: uniphier-f: make driver robust against concurrencyMasahiro Yamada
2018-09-02i2c: uniphier-f: issue STOP only for last message or I2C_M_STOPMasahiro Yamada
2017-08-12i2c: uniphier-f: add suspend / resume supportMasahiro Yamada
2016-11-18i2c: uniphier-f: rename jump label to follow coding style guidelineMasahiro Yamada
2016-09-24i2c: uniphier-f: fix misdetection of incomplete STOP conditionMasahiro Yamada
2016-09-08i2c: uniphier-f: set the adapter to master mode when probingMasahiro Yamada
2016-09-08i2c: uniphier-f: avoid WARN_ON() of clk_disable() in failure pathMasahiro Yamada
2016-08-22i2c: uniphier{-f}: don't print error when adding adapter failsWolfram Sang
2016-04-27i2c: uniphier: add "\n" at the end of error logMasahiro Yamada
2016-02-12i2c: uniphier: fix typos in error messagesMasahiro Yamada
2015-12-14i2c: uniphier_f: error out if bus speed is zeroMasahiro Yamada
2015-12-14i2c: uniphier_f: error out if clock rate is zeroMasahiro Yamada
2015-10-23i2c: uniphier_f: add UniPhier FIFO-builtin I2C driverMasahiro Yamada