summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-sirf.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4Thomas Gleixner2019-05-211-2/+1Star
* i2c: busses: i2c-sirf: Fix spelling: "formular" -> "formula".Patryk Kocielnik2018-02-221-2/+2
* i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada2017-07-311-4/+2Star
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-3/+1Star
* i2c: sirf: use new 8 bit address helper functionWolfram Sang2016-04-111-3/+1Star
* i2c: sirf: tune the divider to make i2c bus freq more accurateGuoying Zhang2015-10-231-4/+22
* i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* i2c: i2c-sirf: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-1/+1
* i2c: remove unnecessary OOM messagesJingoo Han2014-06-021-1/+0Star
* i2c: i2c-sirf: deprecate class based instantiationWolfram Sang2014-03-281-1/+1
* i2c: sirf: retry 3 times as sometimes we get random noack and timeoutZhiwu Song2013-08-281-1/+2
* i2c: sirf: support reverse direction of addressZhiwu Song2013-08-281-0/+4
* i2c: sirf: fix the typo for setting bitrate to less than 100kZhiwu Song2013-08-281-1/+1
* i2c: sirf: we need to wait I2C_RESET status in resumeZhiwu Song2013-08-281-0/+2
* i2c: sirf: reset i2c controller early after we get a noackZhiwu Song2013-08-281-9/+18
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-3/+0Star
* drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-6/+0Star
* Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-261-0/+4
|\
| * i2c: sirf: register i2c_client from dt child-nodes in probe entryBarry Song2013-01-221-0/+4
* | i2c: Convert to devm_ioremap_resource()Thierry Reding2013-01-241-4/+3Star
|/
* i2c: remove __dev* attributes from subsystemBill Pemberton2012-12-221-4/+4
* i2c: add CSR SiRFprimaII on-chip I2C controllers driverZhiwu Song2012-03-071-0/+459