summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2013-01-17i2c-algo-bit: Generate correct i2c address sequence for 10-bit targetJeffrey (Sheng-Hui) Chu1-2/+2
2012-05-17i2c-taos-evm: Fix log messagesJean Delvare1-4/+4
2011-06-26i2c: Unregister dummy devices last on adapter removalJean Delvare1-1/+13
2011-04-18i2c-pca-platform: Change device name of request_irqNobuhiro Iwamatsu1-1/+1
2011-01-07i2c-pca: Fix waitforcompletion() return valueYegor Yefremov2-8/+15
2010-05-04i2c-core: Use per-adapter userspace device listsJean Delvare1-16/+18
2010-05-04i2c: Fix probing of FSC hardware monitoring chipsJean Delvare1-5/+16
2010-05-04i2c-core: Erase pointer to clientdata on removalWolfram Sang1-2/+6
2010-04-30I2C: Fix section mismatch errors in i2c-octeon.cDavid Daney1-2/+2
2010-04-20i2c-stu300: off by one issueDan Carpenter1-1/+1
2010-04-20i2c-pnx: Add stop conditions for end of transferKevin Wells1-0/+6
2010-04-20i2c-pnx: Limit maximum divider to 1023Kevin Wells1-0/+2
2010-04-20i2c-omap: fix OOPS in omap_i2c_unidle() during probeMika Westerberg1-5/+5
2010-04-20i2c-imx: fix error handlingArnaud Patard1-2/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo32-3/+29
2010-03-24i2c-scmi: Provide module aliases for automatic loadingDarrick J. Wong1-0/+1
2010-03-24i2c-scmi: Support IBM SMBus CMI devicesCrane Cai1-8/+23
2010-03-14Add include to i2c-xii.c to fix build errorRandy Dunlap1-0/+1
2010-03-13i2c-algo-bit: Add pre- and post-xfer hooksJean Delvare1-0/+9
2010-03-13i2c: Drop configure option I2C_DEBUG_CHIPJean Delvare1-8/+0
2010-03-13tsl2550: Move from i2c/chips to miscJean Delvare5-512/+1
2010-03-13i2c-i801: Don't use the block buffer for I2C block writesJean Delvare1-2/+4
2010-03-13i2c-powermac: Be less verbose in the absence of real errors.Jean Delvare1-7/+18
2010-03-13i2c-smbus: Use device_lock/device_unlockStephen Rothwell1-3/+2
2010-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina2-2/+2
2010-03-08i2c: move i2c_omap's probe function to .devinit.textUwe Kleine-König1-1/+1
2010-03-08Merge branch 'for-linus/i2c' of git://git.fluff.org/bjdooks/linuxLinus Torvalds8-108/+1951
2010-03-08Merge branch 'next-i2c-xilinx' into next-i2cBen Dooks3-0/+835
2010-03-08Merge branch 'next-i2c-omap' into next-i2cBen Dooks1-19/+25
2010-03-08Merge branch 'next-i2c-mpc-v8' into next-i2cBen Dooks2-77/+124
2010-03-08i2c: Add support for Xilinx XPS IIC Bus InterfaceRichard Röjfors3-0/+835
2010-03-08i2c: omap: Add support for 16-bit registersCory Maccarrone1-19/+25
2010-03-08i2c-pnx: fix setting start/stop conditionLuotao Fu1-11/+0
2010-03-08i2c-mpc: add support for the MPC512x processors from FreescaleWolfgang Grandegger2-22/+78
2010-03-08i2c-mpc: rename "setclock" initialization functions to "setup"Wolfgang Grandegger1-22/+20
2010-03-08i2c-mpc: use __devinit[data] for initialization functions and dataWolfgang Grandegger1-53/+46
2010-03-08i2c/imx: don't add probe function to the driver structUwe Kleine-König1-1/+0
2010-03-08i2c: Add support for Ux500/Nomadik I2C controllersrinidhi kasagar3-0/+967
2010-03-08mfd: Fix lpc_sch related depends/selects, fix build errorRandy Dunlap1-0/+2
2010-03-08i2c: convert i2c-isch to platform_deviceDenis Turischev2-42/+28
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita1-2/+2
2010-03-02i2c: Document the message size limitZhangfei Gao1-2/+2
2010-03-02i2c-algo-pca: Drop duplicate variableJean Delvare1-2/+0
2010-03-02i2c: Hook up runtime PM supportMark Brown1-0/+50
2010-03-02i2c-parport-light: Add SMBus alert supportJean Delvare2-3/+40
2010-03-02i2c-parport: Add SMBus alert supportJean Delvare3-3/+39
2010-03-02i2c: Separate Kconfig option for i2c-smbusJean Delvare2-1/+12
2010-03-02i2c: Add SMBus alert supportJean Delvare2-1/+264
2010-03-02i2c-parport: Give powered devices some time to settleJean Delvare2-2/+10