aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-omap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-11i2c: move drivers from strlcpy to strscpyWolfram Sang1-1/+1
2021-04-14i2c: omap: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-4/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-04-18i2c: busses: remove duplicate dev_err()Dejin Zheng1-3/+1
2020-03-24i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko1-1/+1
2020-03-10i2c: omap: use devm_platform_ioremap_resource()chenqiwu1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-04-16i2c: omap: Add the master_xfer_atomic hookWolfram Sang1-13/+63
2019-02-05i2c: omap: Use noirq system sleep pm ops to idle device for suspendTony Lindgren1-8/+5
2018-10-05i2c: omap: use core to detect 'no zero length' quirkWolfram Sang1-3/+5
2018-05-17i2c: omap: move header to platform_dataWolfram Sang1-1/+1
2017-10-30i2c: omap: Trigger bus recovery in lockup caseClaudio Foellmi1-2/+23
2017-10-18i2c: omap: Fix error handling for clk_get()Tony Lindgren1-0/+14
2017-01-25i2c: omap: constify dev_pm_ops structuresBhumika Goyal1-1/+1
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-3/+1
2016-04-24i2c: omap: drop the lock hard irq contextSebastian Andrzej Siewior1-11/+1
2016-02-12i2c: omap: Fix PM regression with deferred probe for pm_runtime_reinitTony Lindgren1-1/+3
2015-08-10i2c: omap: fix cleanup regressionWolfram Sang1-1/+1
2015-08-10i2c: omap: on ->remove() call pm_runtime_put_sync()Felipe Balbi1-1/+1
2015-08-10i2c: omap: abolish variable name confusionFelipe Balbi1-299/+299
2015-08-10i2c: omap: switch to dev_get_drvdata()Felipe Balbi1-4/+2
2015-07-31i2c: omap: fix bus recovery setupJan Luebbe1-0/+11
2015-05-12i2c: omap: implement bus recoveryFelipe Balbi1-4/+65
2015-05-12i2c: omap: Add calls for pinctrl state selectPascal Huerst1-0/+5
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-12-14Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-6/+127
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki1-2/+0
2014-12-05i2c-omap / PM: Drop CONFIG_PM_RUNTIME from i2c-omap.cRafael J. Wysocki1-2/+0
2014-11-25omap: i2c: don't check bus state IP rev3.3 and earlierAlexander Kochetkov1-3/+5
2014-11-23i2c: omap: add notes related to i2c multimaster modeAlexander Kochetkov1-1/+11
2014-11-23i2c: omap: don't reset controller if Arbitration Lost detectedAlexander Kochetkov1-2/+4
2014-11-23i2c: omap: implement workaround for handling invalid BB-bit valuesAlexander Kochetkov1-0/+103
2014-11-23i2c: omap: cleanup register definitionsAlexander Kochetkov1-3/+7
2014-11-22i2c: omap: fix i207 errata handlingAlexander Kochetkov1-3/+5
2014-11-21i2c: omap: fix NACK and Arbitration Lost irq handlingAlexander Kochetkov1-2/+0
2014-11-07i2c: remove FSF addressWolfram Sang1-4/+0
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-16i2c: i2c-omap: Drop class based scanning to improve bootup timeWolfram Sang1-1/+1
2014-06-02i2c: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-03-27i2c: omap: fix usage of IS_ERR_VALUE with pm_runtime_get_syncNishanth Menon1-3/+3
2014-03-05i2c: i2c-omap: deprecate class based instantiationWolfram Sang1-1/+1
2013-11-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-4/+4
2013-11-27i2c: omap: raw read and write endian fixVictor Kamensky1-4/+4
2013-11-25Merge tag 'omap-for-v3.13/more-fixes-for-merge-window-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixesOlof Johansson1-0/+22
2013-11-15i2c: omap: Fix missing device tree flags for omap2Tony Lindgren1-0/+22
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-10-10i2c: omap: Clear ARDY bit twiceTaras Kondratiuk1-0/+3
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-3/+0
2013-08-19i2c: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-19i2c: omap: query STP always when NACK is receivedGrygorii Strashko1-5/+4