summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds2007-07-191-2/+0Star
|\
| * i2c: Delete the i2c-isa pseudo bus driverJean Delvare2007-07-191-2/+0Star
* | i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeJean Delvare2007-07-121-5/+7
* | i2c: Add kernel documentationDavid Brownell2007-07-121-0/+13
|/
* i2c: Legacy i2c drivers shouldn't issue ueventsDavid Brownell2007-05-221-2/+3
* i2c: Restore i2c_smbus_read_block_dataJean Delvare2007-05-011-0/+16
* i2c: Make i2c_del_driver a void functionJean Delvare2007-05-011-9/+3Star
* i2c: Add i2c_new_probed_device()Jean Delvare2007-05-011-0/+63
* i2c: i2c EXPORT_SYMBOL cleanupDavid Brownell2007-05-011-36/+28Star
* i2c: Add i2c_add_numbered_adapter()David Brownell2007-05-011-26/+100
* i2c: Add i2c_board_info and i2c_new_device()David Brownell2007-05-011-4/+86
* i2c: i2c stack can remove()David Brownell2007-05-011-4/+61
* i2c: i2c stack can probe()David Brownell2007-05-011-42/+99
* i2c: Emulate SMBus block read over I2CJean Delvare2007-05-011-8/+26
* i2c: Rename dev_to_i2c_adapter()David Brownell2007-05-011-2/+2
* i2c: Class attribute cleanupDavid Brownell2007-05-011-17/+13Star
* i2c: i2c_register_driver() cleanupDavid Brownell2007-05-011-4/+3Star
* i2c: i2c_adapter devices need no driverJean Delvare2007-05-011-13/+1Star
* i2c: Kill i2c_adapter.class_devJean Delvare2007-05-011-33/+1Star
* i2c: Remove the warning on missing adapter deviceJean Delvare2007-02-131-3/+2Star
* i2c: Add driver suspend/resume/shutdown supportDavid Brownell2007-02-131-21/+44
* i2c: completion header cleanupsJean Delvare2007-02-131-0/+1
* i2c: Migration aids for i2c_adapter.dev removalDavid Brownell2007-01-041-4/+24
* i2c: Use the __ATTR macro where possibleJean Delvare2006-12-101-7/+4Star
* i2c: Whitespace cleanupsDavid Brownell2006-12-101-27/+27
* i2c: Add support for nested i2c bus lockingJiri Kosina2006-12-101-1/+1
* [PATCH] i2c: Prevent deadlock on i2c client registrationJean Delvare2006-09-301-12/+13
* i2c: Warn on i2c client creation failureJean Delvare2006-09-271-2/+7
* i2c-core: Drop useless bitmaskingsJean Delvare2006-09-271-5/+5
* i2c: __must_check fixes (core drivers)Jean Delvare2006-09-271-10/+43
* [PATCH] i2c: Fix 'ignore' module parameter handling in i2c-coreMark M. Hoffman2006-07-131-2/+2
* [PATCH] i2c: Mark block write buffers as constKrzysztof Halasa2006-06-221-2/+2
* [PATCH] i2c: Optimize core_lists mutex usageJean Delvare2006-03-231-6/+5Star
* [PATCH] i2c: Semaphore to mutex conversions, part 2Ingo Molnar2006-03-231-17/+17
* [PATCH] i2c: Speed up block transfersJean Delvare2006-03-231-9/+6Star
* [PATCH] I2C: Convert i2c to mutexesArjan van de Ven2006-03-231-11/+12
* [PATCH] I2C: Resurrect i2c_smbus_write_i2c_block_data.Jean Delvare2006-02-061-0/+15
* [PATCH] Add i2c_bus_type probe and remove methodsRussell King2006-01-131-11/+9Star
* [PATCH] i2c: I2C_DF_NOTIFY removal comment cleanupsJean Delvare2006-01-061-8/+0Star
* [PATCH] I2C: Make i2c_add_driver automatically set the proper module ownerGreg Kroah-Hartman2006-01-061-2/+3
* [PATCH] i2c: Drop i2c_driver.{owner,name}, 1 of 11Laurent Riffard2006-01-061-11/+11
* [PATCH] i2c: Rework client usage count, 3 of 3Jean Delvare2006-01-061-5/+0Star
* [PATCH] i2c: Rework client usage count, 2 of 3Jean Delvare2006-01-061-18/+10Star
* [PATCH] i2c: Rework client usage count, 1 of 3Jean Delvare2006-01-061-3/+1Star
* [PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare2006-01-061-2/+2
* Create platform_device.h to contain all the platform device details.Russell King2005-10-291-0/+1
* [PATCH] i2c: SMBus PEC support rewrite, 2 of 3Jean Delvare2005-10-281-114/+48Star
* [PATCH] Owner field additions to many i2c drivers, 4 of 5Laurent Riffard2005-10-281-0/+3
* [PATCH] i2c: Drop I2C_SMBUS_I2C_BLOCK_MAXJean Delvare2005-10-281-4/+4
* [PATCH] i2c: Several PEC-related fixes in software SMBus emulationHideki Iwamoto2005-10-281-4/+4