aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-s3c2410.c
AgeCommit message (Expand)Author
2024-01-18i2c: s3c24xx: add support for atomic transfersMarek Szyprowski
2024-01-18i2c: s3c24xx: fix transferring more than one message in polling modeMarek Szyprowski
2024-01-18i2c: s3c24xx: fix read transfers in polling modeMarek Szyprowski
2023-10-29i2c: s3c2410: make i2c_s3c_irq_nextbyte() voidJason Yan
2023-08-14i2c: s3c2410: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-08-14I2C: Explicitly include correct DT includesRob Herring
2023-08-08i2c: s3c2410: Remove #ifdef guards for PM related functionsPaul Cercueil
2023-08-08i2c: s3c2410: Remove redundant dev_err()Ruan Jinjie
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König
2023-01-16ARM: s3c: remove s3c24xx specific hacksArnd Bergmann
2022-08-11i2c: move drivers from strlcpy to strscpyWolfram Sang
2021-08-19i2c: s3c2410: fix IRQ checkSergey Shtylyov
2021-05-28i2c: s3c2410: fix possible NULL pointer deref on read message after writeKrzysztof Kozlowski
2021-04-17i2c: s3c2410: simplify getting of_device_id match dataKrzysztof Kozlowski
2021-01-22i2c: s3c2410: advertise SMBus transfers using RECV_LENWolfram Sang
2020-06-13Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2020-06-11i2c: Drop stray comma in MODULE_AUTHOR statementsJean Delvare
2020-05-19ARM/SAMSUNG EXYNOS ARM ARCHITECTURES: Use fallthrough;Joe Perches
2020-03-24i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko
2019-08-01i2c: s3c2410: Mark expected switch fall-throughGustavo A. R. Silva
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2019-06-12i2c: s3c2410: Convert to use GPIO descriptorsLinus Walleij
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-01-08i2c: s3c2410: use core helper to mark adapter suspendedWolfram Sang
2018-07-13i2c: remove i2c_lock_adapter and use i2c_lock_bus directlyPeter Rosin
2018-04-30i2c: s3c2410: Remove support for Exynos5440Krzysztof Kozlowski
2017-07-31i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang
2016-04-26i2c: s3c2410: Check clk_prepare_enable() return valueJavier Martinez Canillas
2016-04-26i2c: s3c2410: Print errno code in error logsJavier Martinez Canillas
2016-04-26i2c: s3c2410: Cleanup indentation and comment styleKrzysztof Kozlowski
2016-04-26i2c: s3c2410: Minor function-level comment cleanupKrzysztof Kozlowski
2016-04-26i2c: s3c2410: Add missing clock unprepare on probe() error pathKrzysztof Kozlowski
2016-04-24i2c: s3c2410: Use SET_NOIRQ_SYSTEM_SLEEP_PM_OPS instead of open-codedAxel Lin
2016-01-10i2c: s3c2410: remove superfluous runtime PM callsWolfram Sang
2015-10-15i2c: s3c2410: enable RuntimePM before registering to the coreWolfram Sang
2015-06-25Merge branch 'i2c/for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2015-05-12i2c: constify platform_device_idKrzysztof Kozlowski
2015-05-12i2c: s3c2410: fix oops in suspend callback for non-dt platformsVasily Khoruzhick
2015-01-24i2c: s3c2410: fix ABBA deadlock by keeping clock preparedPaul Osmialowski
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-24i2c: s3c2410: Handle i2c sys_cfg register in i2c driverPankaj Dubey
2014-11-07i2c: remove FSF addressWolfram Sang
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-08-26treewide: Fix typo in printkMasanari Iida
2014-08-01i2c: s3c2410: resume the I2C controller earlierVincent Palatin
2014-07-16i2c: i2c-s3c2410: Drop class based scanning to improve bootup timeWolfram Sang
2014-06-02i2c: remove unnecessary OOM messagesJingoo Han
2014-05-14i2c: s3c2410: resume race fixOlof Johansson