summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-omap.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: omap: Fix standard mode false ACK readingsReid Tonking2023-05-031-1/+1
* i2c: omap: Improve error reporting for problems during .remove()Uwe Kleine-König2023-04-131-3/+6
* i2c: move drivers from strlcpy to strscpyWolfram Sang2022-08-111-1/+1
* i2c: omap: fix reference leak when pm_runtime_get_sync failsQinglang Miao2021-04-141-4/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+0
* i2c: busses: remove duplicate dev_err()Dejin Zheng2020-04-181-3/+1
* i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-241-1/+1
* i2c: omap: use devm_platform_ioremap_resource()chenqiwu2020-03-101-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* i2c: omap: Add the master_xfer_atomic hookWolfram Sang2019-04-161-13/+63
* i2c: omap: Use noirq system sleep pm ops to idle device for suspendTony Lindgren2019-02-051-8/+5
* i2c: omap: use core to detect 'no zero length' quirkWolfram Sang2018-10-051-3/+5
* i2c: omap: move header to platform_dataWolfram Sang2018-05-171-1/+1
* i2c: omap: Trigger bus recovery in lockup caseClaudio Foellmi2017-10-301-2/+23
* i2c: omap: Fix error handling for clk_get()Tony Lindgren2017-10-181-0/+14
* i2c: omap: constify dev_pm_ops structuresBhumika Goyal2017-01-251-1/+1
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-3/+1
* i2c: omap: drop the lock hard irq contextSebastian Andrzej Siewior2016-04-241-11/+1
* i2c: omap: Fix PM regression with deferred probe for pm_runtime_reinitTony Lindgren2016-02-121-1/+3
* i2c: omap: fix cleanup regressionWolfram Sang2015-08-101-1/+1
* i2c: omap: on ->remove() call pm_runtime_put_sync()Felipe Balbi2015-08-101-1/+1
* i2c: omap: abolish variable name confusionFelipe Balbi2015-08-101-299/+299
* i2c: omap: switch to dev_get_drvdata()Felipe Balbi2015-08-101-4/+2
* i2c: omap: fix bus recovery setupJan Luebbe2015-07-311-0/+11
* i2c: omap: implement bus recoveryFelipe Balbi2015-05-121-4/+65
* i2c: omap: Add calls for pinctrl state selectPascal Huerst2015-05-121-0/+5
* 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
* | Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-12-141-6/+127
|\ \
| * | omap: i2c: don't check bus state IP rev3.3 and earlierAlexander Kochetkov2014-11-251-3/+5
| * | i2c: omap: add notes related to i2c multimaster modeAlexander Kochetkov2014-11-231-1/+11
| * | i2c: omap: don't reset controller if Arbitration Lost detectedAlexander Kochetkov2014-11-231-2/+4
| * | i2c: omap: implement workaround for handling invalid BB-bit valuesAlexander Kochetkov2014-11-231-0/+103
| * | i2c: omap: cleanup register definitionsAlexander Kochetkov2014-11-231-3/+7
* | | Merge branch 'pm-runtime'Rafael J. Wysocki2014-12-081-2/+0
|\ \ \
| * | | i2c-omap / PM: Drop CONFIG_PM_RUNTIME from i2c-omap.cRafael J. Wysocki2014-12-051-2/+0
| |/ /
* | | i2c: omap: fix i207 errata handlingAlexander Kochetkov2014-11-221-3/+5
* | | i2c: omap: fix NACK and Arbitration Lost irq handlingAlexander Kochetkov2014-11-211-2/+0
|/ /
* | i2c: remove FSF addressWolfram Sang2014-11-071-4/+0
|/
* i2c: i2c-omap: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-1/+1
* i2c: remove unnecessary OOM messagesJingoo Han2014-06-021-3/+1
* i2c: omap: fix usage of IS_ERR_VALUE with pm_runtime_get_syncNishanth Menon2014-03-271-3/+3
* i2c: i2c-omap: deprecate class based instantiationWolfram Sang2014-03-051-1/+1
* Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-291-4/+4
|\
| * i2c: omap: raw read and write endian fixVictor Kamensky2013-11-271-4/+4
* | Merge tag 'omap-for-v3.13/more-fixes-for-merge-window-take2' of git://git.ker...Olof Johansson2013-11-251-0/+22
|\ \ | |/ |/|
| * i2c: omap: Fix missing device tree flags for omap2Tony Lindgren2013-11-151-0/+22
* | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
|/
* i2c: omap: Clear ARDY bit twiceTaras Kondratiuk2013-10-101-0/+3
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-3/+0