summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-omap.c
AgeCommit message (Expand)Author
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
2012-09-11i2c/i2c-omap: add a const qualifierUwe Kleine-König
2012-08-18I2C: OMAP: xfer: fix runtime PM get/put balance on errorKevin Hilman
2012-07-28Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds
2012-07-24i2c-omap: Add support for I2C_M_STOP message flagLaurent Pinchart
2012-07-12i2c: omap: Correct I2C revision for OMAP3Jon Hunter
2012-07-12i2c: omap: Do not initialise the completion everytimeShubhrajyoti D
2012-07-12i2c: omap: Use SET_RUNTIME_PM_OPSShubhrajyoti D
2012-07-12i2c: omap: Annotate the remove codeShubhrajyoti D
2012-07-08I2C: OMAP: Fix timeout problem during suspend.Neil Brown
2012-07-08I2C: OMAP: Rename the 1p153 to the erratum id i462Shubhrajyoti D
2012-07-08I2C: OMAP: Do not set the XUDF(Transmit underflow) if the underflow is not re...Shubhrajyoti D
2012-07-08I2C: OMAP: prevent the overwrite of the errata flagsTasslehoff Kjappfot
2012-07-08I2C: OMAP: Handle error check for pm runtimeShubhrajyoti D
2012-07-08I2C: OMAP: Fix the crash in i2c removeShubhrajyoti D
2012-07-08I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zeroShubhrajyoti D
2012-07-08I2C: OMAP: Prevent the register access after pm_runtime_put in probeShubhrajyoti D
2012-07-08I2C: OMAP: Fix the interrupt clearing in OMAP4Shubhrajyoti D
2012-07-08I2C: OMAP: Fix the mismatch of pm_runtime enable and disableShubhrajyoti D
2012-07-08I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIMEShubhrajyoti D
2012-01-20i2c: OMAP: Fix OMAP1 build errorCousson, Benoit
2012-01-17i2c: OMAP: Add DT support for i2c controllerBenoit Cousson
2012-01-17I2C: OMAP: NACK without STPJan Weitzel
2012-01-17I2C: OMAP: correct SYSC register offset for OMAP4Alexander Aring
2011-12-18I2C: OMAP: fix FIFO usage for OMAP4Shubhrajyoti D
2011-10-29I2C: OMAP: remove dev->idle, use usage counting provided by runtime PMKevin Hilman
2011-10-29I2C: OMAP: remove unneccesary use of pdevKevin Hilman
2011-10-29OMAP4: I2C: Enable the wakeup in I2C_WEShubhrajyoti D
2011-10-29I2C: OMAP1/OMAP2+: prepend I2C IP version to probed version shown in dev_infoAndy Green
2011-10-29I2C: OMAP2+: Convert omap I2C driver to use feature implementation flags from...Andy Green
2011-10-29I2C: OMAP2+: address confused probed version namingAndy Green
2011-10-29I2C: OMAP2+: Solve array bounds overflow error on i2c idleAndy Green
2011-10-29I2C: OMAP2+: use platform_data ip revision to select register mapAndy Green
2011-10-29I2C: OMAP2+: Name registers in I2C IP V2 only accordinglyAndy Green
2011-08-23Revert "i2c-omap: fix static suspend vs. runtime suspend"Kevin Hilman
2011-07-11drivers/i2c: static should be at beginning of declarationJesper Juhl
2011-03-07i2c-omap: Program I2C_WE on OMAP4 to enable i2c wakeupRajendra Nayak
2011-02-23i2c-omap: fixup commit cb527ede1bf6ff2008a025606f25344b8ed7b4ac whitespaceBen Dooks
2011-02-23i2c-omap: Double clear of ARDY status in IRQ handlerRichard woodruff
2011-02-23i2c-omap: fix build for !CONFIG_SUSPENDBalaji T K
2011-02-22i2c-omap: fix static suspend vs. runtime suspendKevin Hilman
2011-01-12Merge branch 'for-2638/i2c/omap' into for-linus/i2c-2638Ben Dooks