summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-exynos5.c
AgeCommit message (Expand)Author
2023-10-23i2c: exynos5: Calculate t_scl_l, t_scl_h according to i2c specCamel Guo
2023-10-21i2c: exynos5: add support for atomic transfersMarek Szyprowski
2023-08-14I2C: Explicitly include correct DT includesRob Herring
2023-08-08i2c: exynos5: Remove #ifdef guards for PM related functionsPaul Cercueil
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König
2022-08-11i2c: move drivers from strlcpy to strscpyWolfram Sang
2021-12-16i2c: exynos5: Fix getting the optional clockSam Protsenko
2021-12-09i2c: exynos5: Add bus clock supportSam Protsenko
2021-12-09i2c: exynos5: Add support for ExynosAutoV9 SoCJaewon Kim
2021-04-06i2c: exynos5: correct top kerneldocKrzysztof Kozlowski
2021-02-26i2c: exynos5: Preserve high speed master codeMårten Lindahl
2020-11-03i2c: exynos5: don't check for irq 0Martin Kaiser
2020-11-03i2c: exynos5: fix platform_get_irq error handlingMartin Kaiser
2020-11-03i2c: exynos5: remove duplicate error messageMartin Kaiser
2020-06-11i2c: Drop stray comma in MODULE_AUTHOR statementsJean Delvare
2020-04-15i2c: busses: convert to devm_platform_ioremap_resourceDejin Zheng
2020-03-24i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko
2019-09-04i2c: exynos5: Remove IRQF_ONESHOTSebastian Andrzej Siewior
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-01-08i2c: exynos5: use core helper to mark adapter suspendedWolfram Sang
2018-07-21i2c: exynos5: Describe the hardware variant for readabilityKrzysztof Kozlowski
2018-05-15i2c: exynos5: simplify transfer functionAndrzej Hajda
2018-02-27i2c: exynos5: rework HSI2C_MASTER_ST_LOSE state handlingAndrzej Hajda
2018-01-15i2c: exynos5: change internal transmission timeout to 100msAndrzej Hajda
2017-07-31i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada
2017-04-21i2c: exynos5: use core helper to get driver dataAndrzej Hajda
2017-04-21i2c: exynos5: de-duplicate error logs on clock setupAndrzej Hajda
2017-04-21i2c: exynos5: simplify clock frequency handlingAndrzej Hajda
2017-04-21i2c: exynos5: simplify timings calculationAndrzej Hajda
2017-03-09i2c: exynos5: Avoid transaction timeouts due TRANSFER_DONE_AUTO not setJavier Martinez Canillas
2017-02-23i2c: exynos5: fix arbitration lost handlingAndrzej Hajda
2017-02-23i2c: exynos5: disable fifo-almost-empty irq signal when necessaryAndrzej Hajda
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang
2016-05-19Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2016-04-24i2c: exynos5: Use SET_NOIRQ_SYSTEM_SLEEP_PM_OPS instead of open-codedAxel Lin
2016-04-22i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock preparedJavier Martinez Canillas
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-10i2c: exynos5: use proper errno for timeoutWolfram Sang
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang
2014-10-03i2c: exynos: add support for HSI2C module on Exynos7Naveen Krishna Ch
2014-07-17i2c: exynos5: remove extra line and fix an assignmentNaveen Krishna Ch
2014-07-17i2c: exynos5: remove an unnecessary read of FIFO_STATUS registerNaveen Krishna Ch
2014-07-16i2c: exynos5: Properly use the "noirq" variants of suspend/resumeDoug Anderson
2014-06-02i2c: remove unnecessary OOM messagesJingoo Han
2014-05-22i2c: exynos5: add support for HSI2C on Exynos5260 SoCNaveen Krishna Ch
2014-03-13i2c: exynos5: remove unnecessary cast of void pointerJingoo Han
2014-03-13i2c: exynos5: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-19treewide: Fix typos in printkMasanari Iida
2013-11-18Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds