aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-sprd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-14i2c: sprd: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-2/+2
2021-04-13i2c: sprd: Add missing MODULE_DEVICE_TABLEBixuan Cui1-0/+1
2021-01-04i2c: sprd: use a specific timeout to avoid system hang up issueChunyan Zhang1-1/+7
2020-04-18i2c: busses: remove duplicate dev_err()Dejin Zheng1-3/+1
2020-03-24i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko1-4/+5
2019-08-06i2c: sprd: Validate the return value of clock initializationBaolin Wang1-4/+7
2019-08-06i2c: sprd: Change to use devm_platform_ioremap_resource()Baolin Wang1-3/+1
2019-08-06i2c: sprd: Make I2C driver can be built as a moduleBaolin Wang1-5/+5
2019-01-08i2c: sprd: use core helper to mark adapter suspendedWolfram Sang1-12/+2
2019-01-08i2c: sprd: don't use pdev as variable name for struct device *Wolfram Sang1-10/+10
2018-07-13i2c: remove i2c_lock_adapter and use i2c_lock_bus directlyPeter Rosin1-4/+4
2018-04-27i2c: sprd: Fix the i2c count issueBaolin Wang1-4/+2
2018-04-27i2c: sprd: Prevent i2c accesses after suspend is calledBaolin Wang1-0/+16
2017-10-05i2c: ensure termination of *_device_id tablesThomas Meyer1-0/+1
2017-08-29i2c: Add Spreadtrum I2C controller driverBaolin Wang1-0/+646