aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 implicit slab.h inclusion from percpu.hTejun 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-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina2-2/+2
2010-03-07i2c: move i2c_omap's probe function to .devinit.textUwe Kleine-König1-1/+1
2010-03-07Merge branch 'for-linus/i2c' of git://git.fluff.org/bjdooks/linuxLinus Torvalds8-108/+1951
2010-03-07Merge branch 'next-i2c-xilinx' into next-i2cBen Dooks3-0/+835
2010-03-07Merge branch 'next-i2c-omap' into next-i2cBen Dooks1-19/+25
2010-03-07Merge branch 'next-i2c-mpc-v8' into next-i2cBen Dooks2-77/+124
2010-03-07i2c: Add support for Xilinx XPS IIC Bus InterfaceRichard Röjfors3-0/+835
2010-03-07i2c: omap: Add support for 16-bit registersCory Maccarrone1-19/+25
2010-03-07i2c-pnx: fix setting start/stop conditionLuotao Fu1-11/+0
2010-03-07i2c-mpc: add support for the MPC512x processors from FreescaleWolfgang Grandegger2-22/+78
2010-03-07i2c-mpc: rename "setclock" initialization functions to "setup"Wolfgang Grandegger1-22/+20
2010-03-07i2c-mpc: use __devinit[data] for initialization functions and dataWolfgang Grandegger1-53/+46
2010-03-07i2c/imx: don't add probe function to the driver structUwe Kleine-König1-1/+0
2010-03-07i2c: Add support for Ux500/Nomadik I2C controllersrinidhi kasagar3-0/+967
2010-03-07mfd: Fix lpc_sch related depends/selects, fix build errorRandy Dunlap1-0/+2
2010-03-07i2c: 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
2010-03-02i2c-tiny-usb: Fix a comment on bus frequencyJean Delvare1-3/+5
2010-03-02i2c-i801: Add Intel Cougar Point device IDsSeth Heasley2-3/+7
2010-03-02i2c: Make PCI device ids constantMárton Németh17-17/+17
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-130/+155
2010-02-27MIPS: I2C: Add driver for Cavium OCTEON I2C ports.Rade Bozic3-0/+662