summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-uniphier.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: uniphier: Use devm_clk_get_enabled()Andi Shyti2023-06-231-16/+5
* i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-051-4/+2
* i2c: move drivers from strlcpy to strscpyWolfram Sang2022-08-111-1/+1
* i2c: busses: remove duplicate dev_err()Dejin Zheng2020-04-181-3/+1
* i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-241-5/+2
* i2c: uniphier(-f): remove all dev_dbg()Masahiro Yamada2019-09-051-15/+3
* 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: fix violation of tLOW requirement for Fast-modeMasahiro Yamada2018-12-061-1/+7
* i2c: uniphier: issue STOP only for last message or I2C_M_STOPMasahiro Yamada2018-09-021-5/+2
* i2c: uniphier: add suspend / resume supportMasahiro Yamada2017-08-121-5/+35
* i2c: uniphier: rename jump label to follow coding style guidelineMasahiro Yamada2016-11-181-3/+3
* i2c: uniphier: avoid WARN_ON() of clk_disable() in failure pathMasahiro Yamada2016-09-081-42/+31
* 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: error out if bus speed is zeroMasahiro Yamada2015-12-141-0/+5
* i2c: uniphier: error out if clock rate is zeroMasahiro Yamada2015-12-141-1/+5
* i2c: uniphier: add UniPhier FIFO-less I2C driverMasahiro Yamada2015-10-231-0/+441