summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-sirf.c
AgeCommit message (Expand)Author
2021-01-22i2c: remove sirf bus driverArnd Bergmann
2020-07-04i2c: Use separate MODULE_AUTHOR() statements for multiple authorsJarkko Nikula
2020-04-15i2c: busses: convert to devm_platform_ioremap_resourceDejin Zheng
2020-03-24i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4Thomas Gleixner
2018-02-22i2c: busses: i2c-sirf: Fix spelling: "formular" -> "formula".Patryk Kocielnik
2017-07-31i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang
2016-04-11i2c: sirf: use new 8 bit address helper functionWolfram Sang
2015-10-23i2c: sirf: tune the divider to make i2c bus freq more accurateGuoying Zhang
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang
2014-07-16i2c: i2c-sirf: Drop class based scanning to improve bootup timeWolfram Sang
2014-06-02i2c: remove unnecessary OOM messagesJingoo Han
2014-03-28i2c: i2c-sirf: deprecate class based instantiationWolfram Sang
2013-08-28i2c: sirf: retry 3 times as sometimes we get random noack and timeoutZhiwu Song
2013-08-28i2c: sirf: support reverse direction of addressZhiwu Song
2013-08-28i2c: sirf: fix the typo for setting bitrate to less than 100kZhiwu Song
2013-08-28i2c: sirf: we need to wait I2C_RESET status in resumeZhiwu Song
2013-08-28i2c: sirf: reset i2c controller early after we get a noackZhiwu Song
2013-08-23i2c: move OF helpers into the coreWolfram Sang
2013-05-18drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman
2013-01-24i2c: Convert to devm_ioremap_resource()Thierry Reding
2013-01-22i2c: sirf: register i2c_client from dt child-nodes in probe entryBarry Song
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton
2012-03-07i2c: add CSR SiRFprimaII on-chip I2C controllers driverZhiwu Song