aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-omap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2013-08-07drivers/i2c/busses: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-13/+0
2013-06-19i2c: omap: correct usage of the interrupt enable registerOleksandr Dmytryshyn1-4/+11
2013-06-12drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang1-7/+1
2013-02-26Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-3/+0
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson1-3/+0
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman1-3/+3
2013-01-24i2c: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-22i2c: omap: fix draining irq handlingAaro Koskinen1-2/+2
2013-01-22i2c: omap: errata i462: fix incorrect ack for arbitration lost interruptAaro Koskinen1-1/+1
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton1-3/+3
2012-11-28i2c: omap: Remove the OMAP_I2C_FLAG_RESET_REGS_POSTIDLE flagShubhrajyoti D1-2/+1
2012-11-16i2c: omap: Move the remove constraintShubhrajyoti D1-3/+4
2012-11-14i2c: omap: don't save a value only needed for read-clearingWolfram Sang1-2/+1
2012-11-14i2c: omap: cleanup the sysc writeShubhrajyoti D1-15/+5
2012-11-14i2c: omap: Restore i2c context alwaysShubhrajyoti D1-2/+1
2012-11-14i2c: omap: make reset a seperate functionShubhrajyoti D1-15/+24
2012-11-14i2c: omap: re-factor omap_i2c_init functionShubhrajyoti D1-40/+35
2012-11-14ARM: i2c: omap: Remove the i207 errata flagShubhrajyoti D1-2/+1
2012-11-14i2c: omap: remove the dtrevShubhrajyoti D1-7/+5
2012-11-14i2c: omap: use revision check for OMAP_I2C_FLAG_APPLY_ERRATA_I207Shubhrajyoti D1-1/+2
2012-11-14i2c: omap: Fix the revision register readShubhrajyoti D1-13/+48
2012-11-14i2c: omap: adopt pinctrl supportSebastien Guiriec1-0/+13
2012-11-14i2c: omap: ensure writes to dev->buf_len are orderedFelipe Balbi1-1/+3
2012-11-14Revert "ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraints"Paul Walmsley1-18/+14
2012-10-11Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds1-185/+289
2012-10-06ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraintsJean Pihet1-14/+18
2012-09-13Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into next/fixes-non-criticalOlof Johansson1-1/+2
2012-09-12omap-i2c: fix incorrect log message when using a device treeFlorian Vaussard1-3/+3
2012-09-12i2c: omap: sanitize exit pathFelipe Balbi1-13/+13
2012-09-12i2c: omap: switch over to autosuspend APIFelipe Balbi1-2/+10
2012-09-12i2c: omap: remove unnecessary pm_runtime_suspended checkFelipe Balbi1-3/+0
2012-09-12i2c: omap: switch to threaded IRQ supportFelipe Balbi1-6/+37
2012-09-12i2c: omap: remove redundant status readShubhrajyoti D1-2/+0
2012-09-12i2c: omap: get rid of the "complete" labelFelipe Balbi1-3/+13