summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2013-05-25i2c: designware: always clear interrupts before enabling themMika Westerberg
2013-05-25i2c: xiic: must always write 16-bit words to TX_FIFOSteven A. Falco
2012-10-04I2C: OMAP: xfer: fix runtime PM get/put balance on errorKevin Hilman
2012-10-04i2c: omap: Do not initialise the completion everytimeShubhrajyoti D
2012-10-04i2c: omap: Use SET_RUNTIME_PM_OPSShubhrajyoti D
2012-10-04i2c: omap: Annotate the remove codeShubhrajyoti D
2012-10-04I2C: OMAP: Fix timeout problem during suspend.Neil Brown
2012-10-04I2C: OMAP: Do not set the XUDF(Transmit underflow) if the underflow is not re...Shubhrajyoti D
2012-10-04I2C: OMAP: prevent the overwrite of the errata flagsTasslehoff Kjappfot
2012-10-04I2C: OMAP: Handle error check for pm runtimeShubhrajyoti D
2012-10-04I2C: OMAP: Fix the crash in i2c removeShubhrajyoti D
2012-10-04I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zeroShubhrajyoti D
2012-10-04I2C: OMAP: Prevent the register access after pm_runtime_put in probeShubhrajyoti D
2012-10-04I2C: OMAP: Fix the mismatch of pm_runtime enable and disableShubhrajyoti D
2012-09-19Merge branch 'stable-linux-3.4.y' into tilt-3.4Andy Green
2012-09-14i2c-i801: Add Device IDs for Intel Lynx Point-LP PCHJames Ralston
2012-09-14i2c-designware: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y && CONFIG...Axel Lin
2012-09-07Merge branch 'stable-linux-3.4.y' into tilt-3.4-upAndy Green
2012-07-30OMAP: I2C: disable IRQ when not used to not conflict with DucatiHervé Fache
2012-06-22clean prev logic pwrst from powerdomainAndy Green
2012-06-22i2c omap nuke hwspinklock codeAndy Green
2012-06-22OMAP: convert I2C driver to PM QoS for latency constraintsJean Pihet
2012-06-07OMAP: I2C: Handle error check for pm runtimeShubhrajyoti D
2012-06-07uplevel fix mfd KconfigAndy Green
2012-06-07i2c-omap: Keep I2C module enabled on NACKBalaji T K
2012-06-07OMAP4: I2C: Add hwspinlock supportShubhrajyoti D
2012-06-07i2c: omap: avoid reading interrupt enable registerVikram Pandita
2012-06-07i2c: omap: add omap4xxx irq status registerVikram Pandita
2012-06-07OMAP: I2C: Fix the interrupt clearing in OMAP4Shubhrajyoti D
2012-06-07I2C: OMAP: Recover from Bus Busy conditionShubhrajyoti D
2012-06-07OMAP: I2C: Remove the SYSC register definitionShubhrajyoti D
2012-06-07OMAP: I2C: Remove the reset in the init pathShubhrajyoti D
2012-06-01i2c: tegra: notify transfer-complete after clearing status.Laxman Dewangan
2012-06-01i2c: davinci: Free requested IRQ in removeMarcus Folkesson
2012-04-27i2c: mxs: disable QUEUE when sending is doneWolfram Sang
2012-04-25i2c: mxs: handle spurious interruptWolfram Sang
2012-04-22i2c-eg20t: Modify MODULE_AUTHOR's email addressTomoya MORINAGA
2012-04-22i2c-eg20t: change timeout value 50msec to 1000msecTomoya MORINAGA
2012-04-22i2c: tegra: Add delay before resetting the controller after NACKAlok Chauhan
2012-04-22i2c: pnx: Disable clk in suspendRoland Stigge
2012-04-10i2c: prevent spurious interrupt on Designware controllersKristen Carlson Accardi
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-03-28Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-03-27Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-03-26i2c-algo-bit: Don't resched on clock stretchingJean Delvare
2012-03-26i2c: Update the FSF addressJean Delvare
2012-03-26i2c: Convert drivers/i2c/muxes/* to use module_i2c_driver()Axel Lin