summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2009-03-2816-261/+514
|\
| * i2c-core: Some style cleanupsZhenwen Xu2009-03-281-13/+13
| * i2c-piix4: Add support for the Broadcom HT1100 chipsetFlavio Leitner2009-03-282-1/+4
| * i2c-piix4: Add support to SB800 SMBus changesShane Huang2009-03-281-1/+72
| * i2c-pca-platform: Use defaults if no platform_data givenWolfram Sang2009-03-281-7/+12
| * i2c-algo-pca: Use timeout for checking the state machineWolfram Sang2009-03-283-33/+46
| * i2c-algo-pca: Rework waiting for a free busWolfram Sang2009-03-282-8/+11
| * i2c-algo-pca: Add PCA9665 supportMarco Aurelio da Costa2009-03-284-26/+185
| * i2c: Adapt debug macros for KERN_* constantsFrank Seidel2009-03-281-5/+9
| * i2c-davinci: Fix timeout handlingJean Delvare2009-03-281-5/+3Star
| * i2c: Adapter timeout is in jiffiesJean Delvare2009-03-284-10/+9Star
| * i2c: Set a default timeout value for all adaptersJean Delvare2009-03-283-4/+6
| * i2c: Add missing KERN_* constants to printksFrank Seidel2009-03-284-8/+11
| * i2c-algo-pcf: Handle timeout correctlyRoel Kluin2009-03-281-8/+10
| * i2c-algo-pcf: Style cleanupsRoel Kluin2009-03-281-135/+115Star
| * i2c-nforce2: Add support for MCP67, MCP73, MCP78S and MCP79Jean Delvare2009-03-281-2/+10
| * i2c: Clarify which clients are auto-removedJean Delvare2009-03-281-1/+4
* | Merge branch 'origin' into develRussell King2009-03-281-1/+1
|\|
| * Driver core: implement uevent suppress in kobjectMing Lei2009-03-251-1/+1
* | [ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.hRussell King2009-03-251-1/+1
* | Merge branch 'omap-clks3' into develRussell King2009-03-191-25/+22Star
|\ \
| * | [ARM] omap: i2c: remove conditional ick clocksRussell King2009-02-081-15/+13Star
| * | [ARM] omap: i2c: remove armxor_ckRussell King2009-02-081-9/+8Star
| * | [ARM] omap: i2c: use short connection idsRussell King2009-02-081-2/+2
* | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into develRussell King2009-03-138-11/+17
|\ \ \ | | |/ | |/|
| * | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-03-031-2/+2
| |\ \
| | * | [ARM] fix lots of ARM __devexit sillynessRussell King2009-03-031-2/+2
| | |/
| * | Add i2c_board_info for RiscPC PCF8583Russell King2009-02-241-1/+2
| * | i2c: Make sure i2c_algo_bit_data.timeout is HZ-independentJean Delvare2009-02-243-3/+3
| * | i2c-dev: Clarify the unit of ioctl I2C_TIMEOUTJean Delvare2009-02-241-1/+5
| * | i2c: Timeouts reach -1Roel Kluin2009-02-242-3/+3
| * | i2c: Fix misplaced parenthesesRoel Kluin2009-02-241-1/+2
| |/
* / [ARM] 5394/1: Add static bus numbering support to i2c-versatileCatalin Marinas2009-02-191-2/+8
|/
* i2c: Move old eeprom driver to /drivers/misc/eepromWolfram Sang2009-01-263-269/+0Star
* i2c: Move at24 to drivers/misc/eepromWolfram Sang2009-01-263-609/+0Star
* i2c: Delete many unused adapter IDsJean Delvare2009-01-2630-32/+0Star
* powerpc/83xx: Move mcu_mpc8349emitx driver out of drivers/i2c/chips/Anton Vorontsov2009-01-143-221/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-01-083-1696/+0Star
|\
| * USB: move isp1301_omap to drivers/usb/otgDavid Brownell2009-01-073-1696/+0Star
* | i2c: Use snprintf to set adapter namesJean Delvare2009-01-076-11/+12
* | Input: apanel - convert to new i2c bindingJean Delvare2009-01-071-1/+49
* | i2c: Drop I2C_CLASS_ALLJean Delvare2009-01-072-2/+2
* | i2c: Get rid of remaining bus_id accessJean Delvare2009-01-073-4/+4
* | i2c: Replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-071-4/+4
|/
* Merge branch 'for-next' of git://git.o-hand.com/linux-mfdLinus Torvalds2009-01-064-2382/+0Star
|\
| * mfd: move drivers/i2c/chips/menelaus.c to drivers/mfdDavid Brownell2009-01-043-1296/+0Star
| * mfd: move drivers/i2c/chips/tps65010.c to drivers/mfdDavid Brownell2009-01-043-1086/+0Star
* | Merge branch 'i2c-next' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds2009-01-062-199/+406
|\ \ | |/ |/|
| * Merge branch 'i2c-next-s3c' into i2c-nextBen Dooks2009-01-051-107/+78Star
| |\
| | * i2c-s3c2410: Change IRQ to be plain integer.Ben Dooks2008-12-161-14/+8Star