summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-s3c2410.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i2c: s3c2410: Leave the bus disabled unless it is in useSimon Glass2014-03-121-4/+33
* i2c: i2c-s3c2410: deprecate class based instantiationWolfram Sang2014-03-121-1/+1
* i2c: s3c2410: fix quirk usage for 64-bitPankaj Dubey2014-01-161-3/+3
* i2c: s3c2410: dont need CPU_FREQ transitions for exynos seriesNaveen Krishna Ch2014-01-031-2/+2
* i2c: s3c2410: Add polling mode supportVasanth Ananthan2014-01-031-10/+56
* i2c: Include linux/of.h headerSachin Kamat2013-10-301-0/+1
* i2c: s3c2410: fix clk_disable/clk_unprepare WARNingsKim Phillips2013-09-271-2/+0
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-2/+0
* i2c: use dev_get_platdata()Jingoo Han2013-08-191-1/+1
* drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0
* i2c: s3c2410: Add SMBus emulation for block readJaemin Yoo2013-04-091-0/+9
* i2c: s3c2410: fixup the styling of the newly moved register definitionsHeiko Stübner2013-03-241-27/+25
* i2c: s3c2410: move mach/regs-iic.h into i2c-s3c2410 device driverHeiko Stübner2013-03-241-1/+40
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-261-39/+23
|\
| * i2c: s3c2410: Add quirk to exclude GPIO config for exynos5440Giridhar Maruthy2013-01-281-0/+2
| * i2c: s3c2410: Remove err_cpufreq labelTushar Behera2013-01-281-5/+2
| * i2c: s3c2410: Move location of clk_prepare_enable() call in probe functionTushar Behera2013-01-281-17/+12
| * i2c: s3c2410: Convert to use devm_* APIsTushar Behera2013-01-281-11/+5