aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-omap.c
AgeCommit message (Expand)Author
2014-12-16i2c: omap: fix i207 errata handlingAlexander Kochetkov
2014-12-16i2c: omap: fix NACK and Arbitration Lost irq handlingAlexander Kochetkov
2013-10-18i2c: omap: Clear ARDY bit twiceTaras Kondratiuk
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
2012-10-11Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds
2012-10-06ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraintsJean Pihet
2012-09-13Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson
2012-09-12omap-i2c: fix incorrect log message when using a device treeFlorian Vaussard
2012-09-12i2c: omap: sanitize exit pathFelipe Balbi
2012-09-12i2c: omap: switch over to autosuspend APIFelipe Balbi
2012-09-12i2c: omap: remove unnecessary pm_runtime_suspended checkFelipe Balbi
2012-09-12i2c: omap: switch to threaded IRQ supportFelipe Balbi
2012-09-12i2c: omap: remove redundant status readShubhrajyoti D
2012-09-12i2c: omap: get rid of the "complete" labelFelipe Balbi
2012-09-12i2c: omap: resize fifos before each messageFelipe Balbi
2012-09-12i2c: omap: simplify IRQ exit pathFelipe Balbi
2012-09-12i2c: omap: always return IRQ_HANDLEDFelipe Balbi
2012-09-12i2c: omap: simplify errata checkFelipe Balbi
2012-09-12i2c: omap: bus: add a receiver flagFelipe Balbi
2012-09-12i2c: omap: switch to platform_get_irq()Felipe Balbi
2012-09-12i2c: omap: ack IRQ in partsFelipe Balbi
2012-09-12i2c: omap: switch over to do {} while loopFelipe Balbi
2012-09-12i2c: omap: re-factor receive/transmit data loopFelipe Balbi
2012-09-12i2c: omap: improve i462 errata handlingFelipe Balbi
2012-09-12i2c: omap: split out [XR]DR and [XR]RDYFelipe Balbi
2012-09-12i2c: omap: simplify omap_i2c_ack_stat()Felipe Balbi
2012-09-12i2c: omap: add blank linesFelipe Balbi
2012-09-12i2c: omap: decrease indentation level on data handlingFelipe Balbi
2012-09-12i2c: omap: simplify num_bytes handlingFelipe Balbi
2012-09-12i2c: omap: switch to devm_* APIFelipe Balbi