aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-sirf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-22i2c: busses: i2c-sirf: Fix spelling: "formular" -> "formula".Patryk Kocielnik1-2/+2
2017-07-31i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada1-4/+2
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-3/+1
2016-04-11i2c: sirf: use new 8 bit address helper functionWolfram Sang1-3/+1
2015-10-23i2c: sirf: tune the divider to make i2c bus freq more accurateGuoying Zhang1-4/+22
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-16i2c: i2c-sirf: Drop class based scanning to improve bootup timeWolfram Sang1-1/+1
2014-06-02i2c: remove unnecessary OOM messagesJingoo Han1-1/+0
2014-03-28i2c: i2c-sirf: deprecate class based instantiationWolfram Sang1-1/+1
2013-08-28i2c: sirf: retry 3 times as sometimes we get random noack and timeoutZhiwu Song1-1/+2
2013-08-28i2c: sirf: support reverse direction of addressZhiwu Song1-0/+4
2013-08-28i2c: sirf: fix the typo for setting bitrate to less than 100kZhiwu Song1-1/+1
2013-08-28i2c: sirf: we need to wait I2C_RESET status in resumeZhiwu Song1-0/+2
2013-08-28i2c: sirf: reset i2c controller early after we get a noackZhiwu Song1-9/+18
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-3/+0
2013-05-18drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang1-6/+0
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman1-0/+4
2013-01-24i2c: Convert to devm_ioremap_resource()Thierry Reding1-4/+3
2013-01-22i2c: sirf: register i2c_client from dt child-nodes in probe entryBarry Song1-0/+4
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton1-4/+4
2012-03-07i2c: add CSR SiRFprimaII on-chip I2C controllers driverZhiwu Song1-0/+459