aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-omap.c
AgeCommit message (Expand)Author
2019-11-12i2c: omap: Trigger bus recovery in lockup caseClaudio Foellmi
2019-03-13i2c: omap: Use noirq system sleep pm ops to idle device for suspendTony Lindgren
2017-10-18i2c: omap: Fix error handling for clk_get()Tony Lindgren
2017-01-25i2c: omap: constify dev_pm_ops structuresBhumika Goyal
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang
2016-04-24i2c: omap: drop the lock hard irq contextSebastian Andrzej Siewior
2016-02-12i2c: omap: Fix PM regression with deferred probe for pm_runtime_reinitTony Lindgren
2015-08-10i2c: omap: fix cleanup regressionWolfram Sang
2015-08-10i2c: omap: on ->remove() call pm_runtime_put_sync()Felipe Balbi
2015-08-10i2c: omap: abolish variable name confusionFelipe Balbi
2015-08-10i2c: omap: switch to dev_get_drvdata()Felipe Balbi
2015-07-31i2c: omap: fix bus recovery setupJan Luebbe
2015-05-12i2c: omap: implement bus recoveryFelipe Balbi
2015-05-12i2c: omap: Add calls for pinctrl state selectPascal Huerst
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-14Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki
2014-12-05i2c-omap / PM: Drop CONFIG_PM_RUNTIME from i2c-omap.cRafael J. Wysocki
2014-11-25omap: i2c: don't check bus state IP rev3.3 and earlierAlexander Kochetkov
2014-11-23i2c: omap: add notes related to i2c multimaster modeAlexander Kochetkov
2014-11-23i2c: omap: don't reset controller if Arbitration Lost detectedAlexander Kochetkov
2014-11-23i2c: omap: implement workaround for handling invalid BB-bit valuesAlexander Kochetkov
2014-11-23i2c: omap: cleanup register definitionsAlexander Kochetkov
2014-11-22i2c: omap: fix i207 errata handlingAlexander Kochetkov
2014-11-21i2c: omap: fix NACK and Arbitration Lost irq handlingAlexander Kochetkov
2014-11-07i2c: remove FSF addressWolfram Sang
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang
2014-07-16i2c: i2c-omap: Drop class based scanning to improve bootup timeWolfram Sang
2014-06-02i2c: remove unnecessary OOM messagesJingoo Han
2014-03-27i2c: omap: fix usage of IS_ERR_VALUE with pm_runtime_get_syncNishanth Menon
2014-03-05i2c: i2c-omap: deprecate class based instantiationWolfram Sang
2013-11-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-11-27i2c: omap: raw read and write endian fixVictor Kamensky
2013-11-25Merge tag 'omap-for-v3.13/more-fixes-for-merge-window-take2' of git://git.ker...Olof Johansson
2013-11-15i2c: omap: Fix missing device tree flags for omap2Tony Lindgren
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
2013-10-10i2c: omap: Clear ARDY bit twiceTaras Kondratiuk
2013-08-23i2c: move OF helpers into the coreWolfram Sang
2013-08-19i2c: use dev_get_platdata()Jingoo Han
2013-08-19i2c: omap: query STP always when NACK is receivedGrygorii Strashko
2013-08-07drivers/i2c/busses: don't use devm_pinctrl_get_select_default() in probeWolfram Sang
2013-06-19i2c: omap: correct usage of the interrupt enable registerOleksandr Dmytryshyn
2013-06-12drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang
2013-02-26Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman
2013-01-24i2c: Convert to devm_ioremap_resource()Thierry Reding
2013-01-22i2c: omap: fix draining irq handlingAaro Koskinen
2013-01-22i2c: omap: errata i462: fix incorrect ack for arbitration lost interruptAaro Koskinen
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton