summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-uniphier.c
AgeCommit message (Expand)Author
2023-06-23i2c: uniphier: Use devm_clk_get_enabled()Andi Shyti
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König
2022-08-11i2c: move drivers from strlcpy to strscpyWolfram Sang
2020-04-18i2c: busses: remove duplicate dev_err()Dejin Zheng
2020-03-24i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko
2019-09-05i2c: uniphier(-f): remove all dev_dbg()Masahiro Yamada
2019-09-05i2c: uniphier(-f): use devm_platform_ioremap_resource()Masahiro Yamada
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2018-12-06i2c: uniphier: fix violation of tLOW requirement for Fast-modeMasahiro Yamada
2018-09-02i2c: uniphier: issue STOP only for last message or I2C_M_STOPMasahiro Yamada
2017-08-12i2c: uniphier: add suspend / resume supportMasahiro Yamada
2016-11-18i2c: uniphier: rename jump label to follow coding style guidelineMasahiro Yamada
2016-09-08i2c: uniphier: 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: error out if bus speed is zeroMasahiro Yamada
2015-12-14i2c: uniphier: error out if clock rate is zeroMasahiro Yamada
2015-10-23i2c: uniphier: add UniPhier FIFO-less I2C driverMasahiro Yamada