aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-05Merge branch 'sh/for-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-63/+208
2008-09-05i2c: fix i2c-sh_mobile timing issuesMagnus Damm1-63/+208
2008-08-28i2c: Prevent log spam on some DVB adaptersJean Delvare1-6/+6
2008-08-28i2c: Fix device_init_wakeup placeMarc Pignat1-2/+4
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-08-13USB: isp1301: fix compilationDmitry Baryshkov1-1/+1
2008-08-10i2c: correct some size_t printk formatsDavid Brownell2-6/+6
2008-08-10i2c: Check for address business before creating clientsJean Delvare1-1/+6
2008-08-10i2c: Let users select algorithm drivers manually againJean Delvare2-3/+22
2008-08-10i2c: Fix NULL pointer dereference in i2c_new_probed_deviceHans Verkuil1-1/+3
2008-08-10i2c: Fix oops on bus multiplexer driver loadingJean Delvare2-7/+7
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King9-18/+18
2008-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King3-29/+144
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King6-6/+6
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hRussell King2-2/+0
2008-07-28i2c: Blackfin I2C Driver: Functional power management supportMichael Hennerich1-11/+24
2008-07-28i2c: S3C24XX I2C frequency scaling support.Ben Dooks1-13/+103
2008-07-28i2c: i2c_gpio: keep probe resident for hotplugged devices.Ben Dooks1-4/+5
2008-07-28i2c: S3C2410: Pass the I2C bus number via drivers platform dataBen Dooks1-1/+12
2008-07-25gpiolib: allow user-selectionMichael Buesch1-1/+1
2008-07-25gpio: sysfs interfaceDavid Brownell1-0/+2
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