aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-omap.c
AgeCommit message (Expand)Author
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
2012-11-28i2c: omap: Remove the OMAP_I2C_FLAG_RESET_REGS_POSTIDLE flagShubhrajyoti D
2012-11-16i2c: omap: Move the remove constraintShubhrajyoti D
2012-11-14i2c: omap: don't save a value only needed for read-clearingWolfram Sang
2012-11-14i2c: omap: cleanup the sysc writeShubhrajyoti D
2012-11-14i2c: omap: Restore i2c context alwaysShubhrajyoti D
2012-11-14i2c: omap: make reset a seperate functionShubhrajyoti D
2012-11-14i2c: omap: re-factor omap_i2c_init functionShubhrajyoti D
2012-11-14ARM: i2c: omap: Remove the i207 errata flagShubhrajyoti D
2012-11-14i2c: omap: remove the dtrevShubhrajyoti D
2012-11-14i2c: omap: use revision check for OMAP_I2C_FLAG_APPLY_ERRATA_I207Shubhrajyoti D
2012-11-14i2c: omap: Fix the revision register readShubhrajyoti D
2012-11-14i2c: omap: adopt pinctrl supportSebastien Guiriec
2012-11-14i2c: omap: ensure writes to dev->buf_len are orderedFelipe Balbi
2012-11-14Revert "ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraints"Paul Walmsley