summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-s3c2410.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: s3c24xx: add support for atomic transfersMarek Szyprowski2024-01-181-2/+19
* i2c: s3c24xx: fix transferring more than one message in polling modeMarek Szyprowski2024-01-181-17/+10
* i2c: s3c24xx: fix read transfers in polling modeMarek Szyprowski2024-01-181-2/+11
* i2c: s3c2410: make i2c_s3c_irq_nextbyte() voidJason Yan2023-10-291-4/+3
* i2c: s3c2410: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-08-141-3/+1
* I2C: Explicitly include correct DT includesRob Herring2023-08-141-1/+0
* i2c: s3c2410: Remove #ifdef guards for PM related functionsPaul Cercueil2023-08-081-11/+3
* i2c: s3c2410: Remove redundant dev_err()Ruan Jinjie2023-08-081-1/+0
* i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-051-4/+2
* ARM: s3c: remove s3c24xx specific hacksArnd Bergmann2023-01-161-72/+0
* i2c: move drivers from strlcpy to strscpyWolfram Sang2022-08-111-1/+1
* i2c: s3c2410: fix IRQ checkSergey Shtylyov2021-08-191-1/+1
* i2c: s3c2410: fix possible NULL pointer deref on read message after writeKrzysztof Kozlowski2021-05-281-0/+3
* i2c: s3c2410: simplify getting of_device_id match dataKrzysztof Kozlowski2021-04-171-6/+3
* i2c: s3c2410: advertise SMBus transfers using RECV_LENWolfram Sang2021-01-221-1/+1
* Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2020-06-131-1/+1
|\
| * i2c: Drop stray comma in MODULE_AUTHOR statementsJean Delvare2020-06-111-1/+1
* | ARM/SAMSUNG EXYNOS ARM ARCHITECTURES: Use fallthrough;Joe Perches2020-05-191-2/+1
|/
* i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-241-2/+2
* i2c: s3c2410: Mark expected switch fall-throughGustavo A. R. Silva2019-08-011-0/+1
* Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-07-151-38/+9
|\
| * i2c: s3c2410: Convert to use GPIO descriptorsLinus Walleij2019-06-121-38/+9
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
|/
* i2c: s3c2410: use core helper to mark adapter suspendedWolfram Sang2019-01-081-6/+2
* i2c: remove i2c_lock_adapter and use i2c_lock_bus directlyPeter Rosin2018-07-131-2/+2
* i2c: s3c2410: Remove support for Exynos5440Krzysztof Kozlowski2018-04-301-2/+0
* i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada2017-07-311-4/+2
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-1/+0
* i2c: s3c2410: Check clk_prepare_enable() return valueJavier Martinez Canillas2016-04-261-1/+6
* i2c: s3c2410: Print errno code in error logsJavier Martinez Canillas2016-04-261-2/+3
* i2c: s3c2410: Cleanup indentation and comment styleKrzysztof Kozlowski2016-04-261-56/+57
* i2c: s3c2410: Minor function-level comment cleanupKrzysztof Kozlowski2016-04-261-78/+32
* i2c: s3c2410: Add missing clock unprepare on probe() error pathKrzysztof Kozlowski2016-04-261-0/+1
* i2c: s3c2410: Use SET_NOIRQ_SYSTEM_SLEEP_PM_OPS instead of open-codedAxel Lin2016-04-241-8/+2
* i2c: s3c2410: remove superfluous runtime PM callsWolfram Sang2016-01-101-6/+0
* i2c: s3c2410: enable RuntimePM before registering to the coreWolfram Sang2015-10-151-3/+5
* Merge branch 'i2c/for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2015-06-251-1/+1
|\
| * i2c: constify platform_device_idKrzysztof Kozlowski2015-05-121-1/+1
* | i2c: s3c2410: fix oops in suspend callback for non-dt platformsVasily Khoruzhick2015-05-121-0/+1
|/
* i2c: s3c2410: fix ABBA deadlock by keeping clock preparedPaul Osmialowski2015-01-241-6/+17
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | i2c: s3c2410: Handle i2c sys_cfg register in i2c driverPankaj Dubey2014-11-241-0/+29
* | i2c: remove FSF addressWolfram Sang2014-11-071-4/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-071-1/+1
|\
| * treewide: Fix typo in printkMasanari Iida2014-08-261-1/+1
* | i2c: s3c2410: resume the I2C controller earlierVincent Palatin2014-08-011-2/+6
* | i2c: i2c-s3c2410: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-4/+4
|/
* i2c: remove unnecessary OOM messagesJingoo Han2014-06-021-6/+2
* i2c: s3c2410: resume race fixOlof Johansson2014-05-141-1/+1