aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-exynos5.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-04i2c: exynos5: Remove IRQF_ONESHOTSebastian Andrzej Siewior1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-08i2c: exynos5: use core helper to mark adapter suspendedWolfram Sang1-9/+2
2018-07-21i2c: exynos5: Describe the hardware variant for readabilityKrzysztof Kozlowski1-8/+14
2018-05-15i2c: exynos5: simplify transfer functionAndrzej Hajda1-22/+7
2018-02-27i2c: exynos5: rework HSI2C_MASTER_ST_LOSE state handlingAndrzej Hajda1-6/+57
2018-01-15i2c: exynos5: change internal transmission timeout to 100msAndrzej Hajda1-1/+1
2017-07-31i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada1-4/+2
2017-04-21i2c: exynos5: use core helper to get driver dataAndrzej Hajda1-12/+3
2017-04-21i2c: exynos5: de-duplicate error logs on clock setupAndrzej Hajda1-17/+7
2017-04-21i2c: exynos5: simplify clock frequency handlingAndrzej Hajda1-33/+12
2017-04-21i2c: exynos5: simplify timings calculationAndrzej Hajda1-26/+14
2017-03-09i2c: exynos5: Avoid transaction timeouts due TRANSFER_DONE_AUTO not setJavier Martinez Canillas1-1/+2
2017-02-23i2c: exynos5: fix arbitration lost handlingAndrzej Hajda1-1/+26
2017-02-23i2c: exynos5: disable fifo-almost-empty irq signal when necessaryAndrzej Hajda1-1/+6
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-3/+1
2016-05-19Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-8/+2
2016-04-24i2c: exynos5: Use SET_NOIRQ_SYSTEM_SLEEP_PM_OPS instead of open-codedAxel Lin1-8/+2
2016-04-22i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock preparedJavier Martinez Canillas1-5/+19
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-10i2c: exynos5: use proper errno for timeoutWolfram Sang1-2/+2
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-03i2c: exynos: add support for HSI2C module on Exynos7Naveen Krishna Ch1-6/+65
2014-07-17i2c: exynos5: remove extra line and fix an assignmentNaveen Krishna Ch1-2/+1
2014-07-17i2c: exynos5: remove an unnecessary read of FIFO_STATUS registerNaveen Krishna Ch1-1/+0
2014-07-16i2c: exynos5: Properly use the "noirq" variants of suspend/resumeDoug Anderson1-2/+10
2014-06-02i2c: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-22i2c: exynos5: add support for HSI2C on Exynos5260 SoCNaveen Krishna Ch1-12/+55
2014-03-13i2c: exynos5: remove unnecessary cast of void pointerJingoo Han1-1/+1
2014-03-13i2c: exynos5: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-0/+2
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-19treewide: Fix typos in printkMasanari Iida1-1/+1
2013-11-18Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+769
2013-11-14i2c: exynos5: Remove incorrect clk_disable_unprepareSachin Kamat1-5/+0
2013-11-01i2c: exynos5: add High Speed I2C controller driverNaveen Krishna Ch1-0/+774