summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-omap.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* i2c: use dev_get_platdata()Jingoo Han2013-08-191-1/+1
* i2c: omap: query STP always when NACK is receivedGrygorii Strashko2013-08-191-5/+4Star
* drivers/i2c/busses: don't use devm_pinctrl_get_select_default() in probeWolfram Sang2013-08-071-13/+0Star
* i2c: omap: correct usage of the interrupt enable registerOleksandr Dmytryshyn2013-06-191-4/+11
* drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang2013-06-121-7/+1Star
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-261-3/+0Star
|\
| * i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-221-3/+0Star
* | Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-261-3/+3
|\|
| * i2c: omap: fix draining irq handlingAaro Koskinen2013-01-221-2/+2
| * i2c: omap: errata i462: fix incorrect ack for arbitration lost interruptAaro Koskinen2013-01-221-1/+1
* | i2c: Convert to devm_ioremap_resource()Thierry Reding2013-01-241-5/+3Star
|/
* i2c: remove __dev* attributes from subsystemBill Pemberton2012-12-221-3/+3
* i2c: omap: Remove the OMAP_I2C_FLAG_RESET_REGS_POSTIDLE flagShubhrajyoti D2012-11-281-2/+1Star
* i2c: omap: Move the remove constraintShubhrajyoti D2012-11-161-3/+4
* i2c: omap: don't save a value only needed for read-clearingWolfram Sang2012-11-141-2/+1Star
* i2c: omap: cleanup the sysc writeShubhrajyoti D2012-11-141-15/+5Star
* i2c: omap: Restore i2c context alwaysShubhrajyoti D2012-11-141-2/+1Star
* i2c: omap: make reset a seperate functionShubhrajyoti D2012-11-141-15/+24
* i2c: omap: re-factor omap_i2c_init functionShubhrajyoti D2012-11-141-40/+35Star
* ARM: i2c: omap: Remove the i207 errata flagShubhrajyoti D2012-11-141-2/+1Star
* i2c: omap: remove the dtrevShubhrajyoti D2012-11-141-7/+5Star
* i2c: omap: use revision check for OMAP_I2C_FLAG_APPLY_ERRATA_I207Shubhrajyoti D2012-11-141-1/+2
* i2c: omap: Fix the revision register readShubhrajyoti D2012-11-141-13/+48
* i2c: omap: adopt pinctrl supportSebastien Guiriec2012-11-141-0/+13
* i2c: omap: ensure writes to dev->buf_len are orderedFelipe Balbi2012-11-141-1/+3
* Revert "ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraints"Paul Walmsley2012-11-141-18/+14Star
* Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-10-111-185/+289
|\
| * ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraintsJean Pihet2012-10-061-14/+18
| * omap-i2c: fix incorrect log message when using a device treeFlorian Vaussard2012-09-121-3/+3
| * i2c: omap: sanitize exit pathFelipe Balbi2012-09-121-13/+13
| * i2c: omap: switch over to autosuspend APIFelipe Balbi2012-09-121-2/+10
| * i2c: omap: remove unnecessary pm_runtime_suspended checkFelipe Balbi2012-09-121-3/+0Star
| * i2c: omap: switch to threaded IRQ supportFelipe Balbi2012-09-121-6/+37
| * i2c: omap: remove redundant status readShubhrajyoti D2012-09-121-2/+0Star
| * i2c: omap: get rid of the "complete" labelFelipe Balbi2012-09-121-3/+13
| * i2c: omap: resize fifos before each messageFelipe Balbi2012-09-121-32/+51
| * i2c: omap: simplify IRQ exit pathFelipe Balbi2012-09-121-12/+8Star
| * i2c: omap: always return IRQ_HANDLEDFelipe Balbi2012-09-121-1/+1
| * i2c: omap: simplify errata checkFelipe Balbi2012-09-121-3/+1Star
| * i2c: omap: bus: add a receiver flagFelipe Balbi2012-09-121-0/+8
| * i2c: omap: switch to platform_get_irq()Felipe Balbi2012-09-121-5/+7
| * i2c: omap: ack IRQ in partsFelipe Balbi2012-09-121-12/+16