aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-21Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman1-2/+4
2008-07-21device create: i2c: convert device_create to device_create_drvdataGreg Kroah-Hartman1-3/+3
2008-07-16i2c: Convert the max6875 driver to a new-style i2c driverJean Delvare1-71/+49
2008-07-16i2c: Convert the pca9539 driver to a new-style i2c driverJean Delvare1-76/+33
2008-07-16i2c: Convert the pcf8575 driver to a new-style i2c driverJean Delvare1-56/+40
2008-07-16i2c: Convert the pcf8574 driver to a new-style i2c driverJean Delvare1-62/+46
2008-07-16i2c: Convert the pcf8591 driver to a new-style i2c driverJean Delvare1-54/+40
2008-07-16i2c: Convert the eeprom driver to a new-style i2c driverJean Delvare1-52/+40
2008-07-16i2c: Clear i2c_adapter.dev on adapter removalJean Delvare3-30/+32
2008-07-16Merge commit 'origin/master'Benjamin Herrenschmidt55-2067/+3537
2008-07-15Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds55-2067/+3537
2008-07-15Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt3-100/+115
2008-07-15Merge commit 'gcl/gcl-next'Benjamin Herrenschmidt1-44/+60
2008-07-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-94/+99
2008-07-14[ARM] Merge most of the PXA work for initial mergeRussell King1-30/+0
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-14/+14
2008-07-14i2c: Add detection capability to new-style driversJean Delvare1-11/+212
2008-07-14i2c: Call client_unregister for new-style devices tooJean Delvare1-0/+8
2008-07-14i2c: Clean up old chip driversJean Delvare5-61/+54
2008-07-14i2c-ibm_iic: Register child nodesSean MacLennan1-11/+6
2008-07-14i2c: New-style EEPROM driver using device IDsWolfram Sang3-0/+610
2008-07-14i2c: Export the i2c_bus_type symbolJon Smirl1-1/+2
2008-07-14i2c-au1550: Fix PM supportManuel Lauss1-55/+75
2008-07-14i2c-dev: Delete empty detach_client callbackJean Delvare1-7/+0
2008-07-14i2c: Drop stray references to lm_sensorsJean Delvare15-40/+1
2008-07-14i2c: Check for ACPI resource conflictsJean Delvare13-0/+67
2008-07-14i2c-ocores: basic PM supportManuel Lauss1-7/+35
2008-07-14i2c-sibyte: SWARM I2C board initializationMaciej W. Rozycki1-1/+3
2008-07-14i2c-i801: Fix handling of error conditionsJean Delvare1-98/+102
2008-07-14i2c-i801: Rename local variable temp to statusJean Delvare1-33/+33
2008-07-14i2c-i801: Properly report bus arbitration lossJean Delvare1-6/+4
2008-07-14i2c-i801: Remove verbose debugging messagesJean Delvare1-18/+0
2008-07-14i2c-algo-pcf: Drop unused struct membersJean Delvare1-2/+0
2008-07-14i2c-algo-pcf: Multi-master lost-arbitration improvementEric Brower1-17/+31
2008-07-14i2c: Deprecate the legacy gpio driversDavid Brownell1-5/+12
2008-07-14i2c-pxa: Initialize earlyUli Luckas1-1/+1
2008-07-14i2c-ibm_iic: Enable driver for all PPC4xx variants in arch/powerpcStefan Roese1-5/+1
2008-07-14i2c-ibm_iic: Remove deprecated OCP style partStefan Roese1-181/+0
2008-07-14i2c: Simplify i2c_device_probeJean Delvare1-7/+2
2008-07-14i2c/eeprom: Fall back to SMBus read word transactionsJean Delvare1-20/+19
2008-07-14i2c/eeprom: Only probe buses with DDC or SPD classJean Delvare1-0/+8
2008-07-14i2c: Let bus drivers add SPD to their classJean Delvare28-30/+30
2008-07-14i2c-cpm: BugfixesWolfram Sang1-4/+4
2008-07-14i2c: Add support for I2C bus on Freescale CPM1/CPM2 controllersJochen Friedrich3-0/+756
2008-07-14i2c: Push ioctl BKL down into the i2c codeAlan Cox1-3/+2
2008-07-14i2c: Add Intel SCH SMBus supportAlek Du3-0/+347
2008-07-14i2c: Simplify i2c_del_driver()Jean Delvare1-6/+4
2008-07-14i2c: Use list_for_each_entry_safeMatthias Kaehlcke1-8/+4
2008-07-14i2c-pca-platform: Fix error codeWolfram Sang1-1/+1
2008-07-14i2c-pca-algo: Fix error codeWolfram Sang1-1/+1