summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2012-09-14i2c-i801: Add Device IDs for Intel Lynx Point-LP PCHJames Ralston2-0/+4
2012-09-14i2c-designware: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y && CONFIG...Axel Lin3-2/+19
2012-06-01i2c: tegra: notify transfer-complete after clearing status.Laxman Dewangan1-7/+6
2012-06-01i2c: davinci: Free requested IRQ in removeMarcus Folkesson1-1/+1
2012-04-27i2c: mxs: disable QUEUE when sending is doneWolfram Sang1-2/+3
2012-04-25i2c: mxs: handle spurious interruptWolfram Sang1-2/+1
2012-04-22i2c-eg20t: Modify MODULE_AUTHOR's email addressTomoya MORINAGA1-1/+1
2012-04-22i2c-eg20t: change timeout value 50msec to 1000msecTomoya MORINAGA1-1/+1
2012-04-22i2c: tegra: Add delay before resetting the controller after NACKAlok Chauhan1-0/+8
2012-04-22i2c: pnx: Disable clk in suspendRoland Stigge1-2/+1
2012-04-10i2c: prevent spurious interrupt on Designware controllersKristen Carlson Accardi1-1/+0
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-51/+42
2012-03-28Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-22/+76
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-21/+74
2012-03-27Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2012-03-26i2c-algo-bit: Don't resched on clock stretchingJean Delvare1-1/+1
2012-03-26i2c: Update the FSF addressJean Delvare9-9/+18
2012-03-26i2c: Convert drivers/i2c/muxes/* to use module_i2c_driver()Axel Lin2-24/+2
2012-03-26i2c-i801: Use usleep_range to wait for command completionJean Delvare1-12/+12
2012-03-26i2c-i801: Add device IDs for Intel Lynx PointSeth Heasley2-0/+4
2012-03-26i2c-isch: Decrease delay in command completion check loopOlivier Sobrie1-5/+5
2012-03-26i2c-gpio: Use linux/gpio.h rather than asm/gpio.hMark Brown1-2/+1
2012-03-23Merge branch 'i2c-embedded/for-3.4' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds11-60/+864
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+2
2012-03-20Merge tag 'drm-intel-next-2012-03-01' of git://people.freedesktop.org/~danvet...Dave Airlie1-1/+2
2012-03-16Merge branch 'at91-3.4-cleanup2-DT2' of git://github.com/at91linux/linux-at91...Arnd Bergmann1-22/+76
2012-03-15i2c-algo-bit: Fix spurious SCL timeouts under heavy loadVille Syrjala1-1/+7
2012-03-15i2c-core: Comment says "transmitted" but means "received"Wolfram Sang1-4/+8
2012-03-15i2c/gpio: add DT supportJean-Christophe PLAGNIOL-VILLARD1-22/+76
2012-03-08Merge branch 'regulator' of git://github.com/hzhuang1/linux into next/driversOlof Johansson1-3/+10
2012-03-07i2c-eg20t: Remove write-only variablesAlexander Stein1-8/+0
2012-03-07i2c-eg20t: Rework pch_i2c_wait_for_bus_idle to reduce wait timeAlexander Stein1-15/+21
2012-03-07i2c-s3c2410: Add stub runtime power managementMark Brown1-0/+10
2012-03-07i2c-s3c2410: Convert to devm_kzalloc()Mark Brown1-3/+1
2012-03-07i2c: add CSR SiRFprimaII on-chip I2C controllers driverZhiwu Song3-0/+470
2012-03-07i2c: tegra: Remove unnecessary write to INT_STATUSAlok Chauhan1-1/+0
2012-03-07i2c: pxa: add OF supportHaojian Zhuang1-21/+74
2012-02-29i2c: export bit-banging algo functionsDaniel Vetter1-1/+2
2012-02-29i2c: imx: fix imx driver to work though signal is pendingOskar Schirmer1-5/+0
2012-02-29i2c: designware: dw_i2c_init_driver as subsys initcallPratyush Anand1-1/+1
2012-02-24i2c: mxs: only flag completion when queue is completely doneWolfram Sang1-3/+10
2012-02-24i2c: Move I2C_EG20T option to the right place.Jayachandran C2-16/+16
2012-02-24i2c: Support for Netlogic XLR/XLS I2C controller.Ganesan Ramalingam3-0/+289
2012-02-24i2c: mpc: Add support for SMBUS_READ_BLOCK_DATATang Yuantian1-14/+49
2012-02-24i2c: versatile: Add Device Tree supportPawel Moll1-0/+10
2012-02-22Merge branch 'lpc32xx/drivers' into next/driversArnd Bergmann2-2/+2
2012-02-13Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/te...Arnd Bergmann1-1/+1
2012-02-06i2c: tegra: Add devexit_p() for removeShubhrajyoti Datta1-1/+1