summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-wmt.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-08i2c: wmt: Fix an error handling path in wmt_i2c_probe()Christophe JAILLET1-1/+5
2024-01-18i2c: wmt: Reduce redundant: REG_CR settingHans Hu1-26/+9
2024-01-18i2c: wmt: Reduce redundant: function parameterHans Hu1-10/+5
2024-01-18i2c: wmt: Reduce redundant: clock mode settingHans Hu1-21/+7
2024-01-18i2c: wmt: Reduce redundant: wait event completeHans Hu1-14/+6
2024-01-18i2c: wmt: Reduce redundant: bus busy checkHans Hu1-12/+7
2023-06-14i2c: wmt: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-08-12i2c: move drivers from strlcpy to strscpyWolfram Sang1-1/+1
2020-03-25i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 75Thomas Gleixner1-5/+1
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-3/+1
2015-03-15i2c: wmt: match return type of wait_for_completion_timeoutNicholas Mc Guire1-2/+4
2015-03-15i2c: wmt: use msecs_to_jiffies for time conversionsNicholas Mc Guire1-2/+2
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-02i2c: Make of_device_id array constJingoo Han1-1/+1
2014-06-02i2c: remove unnecessary OOM messagesJingoo Han1-3/+1
2013-11-19Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-2/+2
2013-11-14i2c: wmt: add missing clk_disable_unprepare() on errorWei Yongjun1-0/+1
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-3/+0
2013-06-15i2c: vt8500: Add support for I2C bus on Wondermedia SoCsTony Prisk1-0/+479