summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-uniphier-f.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-241-4/+2
* i2c: uniphier(-f): remove all dev_dbg()Masahiro Yamada2019-09-051-21/+1
* i2c: uniphier(-f): use devm_platform_ioremap_resource()Masahiro Yamada2019-09-051-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* i2c: uniphier-f: fix violation of tLOW requirement for Fast-modeMasahiro Yamada2018-12-061-1/+18
* i2c: uniphier-f: fill TX-FIFO only in IRQ handler for repeated STARTMasahiro Yamada2018-12-061-4/+9
* i2c: uniphier-f: fix timeout error after reading 8 bytesMasahiro Yamada2018-12-061-3/+14
* i2c: uniphier-f: fix race condition when IRQ is clearedMasahiro Yamada2018-10-291-5/+6
* i2c: uniphier-f: fix occasional timeout errorMasahiro Yamada2018-10-291-8/+25
* i2c: uniphier-f: make driver robust against concurrencyMasahiro Yamada2018-10-291-1/+16
* 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