aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-s3c2410.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-11i2c: move drivers from strlcpy to strscpyWolfram Sang1-1/+1
2021-08-19i2c: s3c2410: fix IRQ checkSergey Shtylyov1-1/+1
2021-05-28i2c: s3c2410: fix possible NULL pointer deref on read message after writeKrzysztof Kozlowski1-0/+3
2021-04-17i2c: s3c2410: simplify getting of_device_id match dataKrzysztof Kozlowski1-6/+3
2021-01-22i2c: s3c2410: advertise SMBus transfers using RECV_LENWolfram Sang1-1/+1
2020-06-13Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+1
2020-06-11i2c: Drop stray comma in MODULE_AUTHOR statementsJean Delvare1-1/+1
2020-05-19ARM/SAMSUNG EXYNOS ARM ARCHITECTURES: Use fallthrough;Joe Perches1-2/+1
2020-03-24i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko1-2/+2
2019-08-01i2c: s3c2410: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-38/+9
2019-06-12i2c: s3c2410: Convert to use GPIO descriptorsLinus Walleij1-38/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-01-08i2c: s3c2410: use core helper to mark adapter suspendedWolfram Sang1-6/+2
2018-07-13i2c: remove i2c_lock_adapter and use i2c_lock_bus directlyPeter Rosin1-2/+2
2018-04-30i2c: s3c2410: Remove support for Exynos5440Krzysztof Kozlowski1-2/+0
2017-07-31i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada1-4/+2
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-1/+0
2016-04-26i2c: s3c2410: Check clk_prepare_enable() return valueJavier Martinez Canillas1-1/+6
2016-04-26i2c: s3c2410: Print errno code in error logsJavier Martinez Canillas1-2/+3
2016-04-26i2c: s3c2410: Cleanup indentation and comment styleKrzysztof Kozlowski1-56/+57
2016-04-26i2c: s3c2410: Minor function-level comment cleanupKrzysztof Kozlowski1-78/+32
2016-04-26i2c: s3c2410: Add missing clock unprepare on probe() error pathKrzysztof Kozlowski1-0/+1
2016-04-24i2c: s3c2410: Use SET_NOIRQ_SYSTEM_SLEEP_PM_OPS instead of open-codedAxel Lin1-8/+2
2016-01-10i2c: s3c2410: remove superfluous runtime PM callsWolfram Sang1-6/+0
2015-10-15i2c: s3c2410: enable RuntimePM before registering to the coreWolfram Sang1-3/+5
2015-06-25Merge branch 'i2c/for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+1
2015-05-12i2c: constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-12i2c: s3c2410: fix oops in suspend callback for non-dt platformsVasily Khoruzhick1-0/+1
2015-01-24i2c: s3c2410: fix ABBA deadlock by keeping clock preparedPaul Osmialowski1-6/+17
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-24i2c: s3c2410: Handle i2c sys_cfg register in i2c driverPankaj Dubey1-0/+29
2014-11-07i2c: remove FSF addressWolfram Sang1-4/+0
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-08-26treewide: Fix typo in printkMasanari Iida1-1/+1
2014-08-01i2c: s3c2410: resume the I2C controller earlierVincent Palatin1-2/+6
2014-07-16i2c: i2c-s3c2410: Drop class based scanning to improve bootup timeWolfram Sang1-4/+4
2014-06-02i2c: remove unnecessary OOM messagesJingoo Han1-6/+2
2014-05-14i2c: s3c2410: resume race fixOlof Johansson1-1/+1
2014-03-12i2c: s3c2410: Leave the bus disabled unless it is in useSimon Glass1-4/+33
2014-03-12i2c: i2c-s3c2410: deprecate class based instantiationWolfram Sang1-1/+1
2014-01-16i2c: s3c2410: fix quirk usage for 64-bitPankaj Dubey1-3/+3
2014-01-03i2c: s3c2410: dont need CPU_FREQ transitions for exynos seriesNaveen Krishna Ch1-2/+2
2014-01-03i2c: s3c2410: Add polling mode supportVasanth Ananthan1-10/+56
2013-10-30i2c: Include linux/of.h headerSachin Kamat1-0/+1
2013-09-27i2c: s3c2410: fix clk_disable/clk_unprepare WARNingsKim Phillips1-2/+0
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-2/+0
2013-08-19i2c: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-18drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0