aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-01i2c: Restore i2c_smbus_read_block_dataJean Delvare1-0/+16
2007-05-01i2c: Make i2c_del_driver a void functionJean Delvare1-9/+3
2007-05-01i2c: Add i2c_new_probed_device()Jean Delvare1-0/+63
2007-05-01i2c: i2c EXPORT_SYMBOL cleanupDavid Brownell1-36/+28
2007-05-01i2c: Add i2c_add_numbered_adapter()David Brownell1-26/+100
2007-05-01i2c: Add i2c_board_info and i2c_new_device()David Brownell1-4/+86
2007-05-01i2c: i2c stack can remove()David Brownell1-4/+61
2007-05-01i2c: i2c stack can probe()David Brownell1-42/+99
2007-05-01i2c: Emulate SMBus block read over I2CJean Delvare1-8/+26
2007-05-01i2c: Rename dev_to_i2c_adapter()David Brownell1-2/+2
2007-05-01i2c: Class attribute cleanupDavid Brownell1-17/+13
2007-05-01i2c: i2c_register_driver() cleanupDavid Brownell1-4/+3
2007-05-01i2c: i2c_adapter devices need no driverJean Delvare1-13/+1
2007-05-01i2c: Kill i2c_adapter.class_devJean Delvare1-33/+1
2007-02-13i2c: Remove the warning on missing adapter deviceJean Delvare1-3/+2
2007-02-13i2c: Add driver suspend/resume/shutdown supportDavid Brownell1-21/+44
2007-02-13i2c: completion header cleanupsJean Delvare1-0/+1
2007-01-04i2c: Migration aids for i2c_adapter.dev removalDavid Brownell1-4/+24
2006-12-10i2c: Use the __ATTR macro where possibleJean Delvare1-7/+4
2006-12-10i2c: Whitespace cleanupsDavid Brownell1-27/+27
2006-12-10i2c: Add support for nested i2c bus lockingJiri Kosina1-1/+1
2006-09-30[PATCH] i2c: Prevent deadlock on i2c client registrationJean Delvare1-12/+13
2006-09-26i2c: Warn on i2c client creation failureJean Delvare1-2/+7
2006-09-26i2c-core: Drop useless bitmaskingsJean Delvare1-5/+5
2006-09-26i2c: __must_check fixes (core drivers)Jean Delvare1-10/+43
2006-07-12[PATCH] i2c: Fix 'ignore' module parameter handling in i2c-coreMark M. Hoffman1-2/+2
2006-06-22[PATCH] i2c: Mark block write buffers as constKrzysztof Halasa1-2/+2
2006-03-23[PATCH] i2c: Optimize core_lists mutex usageJean Delvare1-6/+5
2006-03-23[PATCH] i2c: Semaphore to mutex conversions, part 2Ingo Molnar1-17/+17
2006-03-23[PATCH] i2c: Speed up block transfersJean Delvare1-9/+6
2006-03-23[PATCH] I2C: Convert i2c to mutexesArjan van de Ven1-11/+12
2006-02-06[PATCH] I2C: Resurrect i2c_smbus_write_i2c_block_data.Jean Delvare1-0/+15
2006-01-13[PATCH] Add i2c_bus_type probe and remove methodsRussell King1-11/+9
2006-01-05[PATCH] i2c: I2C_DF_NOTIFY removal comment cleanupsJean Delvare1-8/+0
2006-01-05[PATCH] I2C: Make i2c_add_driver automatically set the proper module ownerGreg Kroah-Hartman1-2/+3
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 1 of 11Laurent Riffard1-11/+11
2006-01-05[PATCH] i2c: Rework client usage count, 3 of 3Jean Delvare1-5/+0
2006-01-05[PATCH] i2c: Rework client usage count, 2 of 3Jean Delvare1-18/+10
2006-01-05[PATCH] i2c: Rework client usage count, 1 of 3Jean Delvare1-3/+1
2006-01-05[PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare1-2/+2
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-0/+1
2005-10-28[PATCH] i2c: SMBus PEC support rewrite, 2 of 3Jean Delvare1-114/+48
2005-10-28[PATCH] Owner field additions to many i2c drivers, 4 of 5Laurent Riffard1-0/+3
2005-10-28[PATCH] i2c: Drop I2C_SMBUS_I2C_BLOCK_MAXJean Delvare1-4/+4
2005-10-28[PATCH] i2c: Several PEC-related fixes in software SMBus emulationHideki Iwamoto1-4/+4
2005-10-28[PATCH] i2c: Adjust i2c_probe() for busses without SMBUS_QUICKJean Delvare1-4/+11
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-2/+2
2005-09-05[PATCH] I2C: Centralize 24RF08 corruption preventionJean Delvare1-3/+10
2005-09-05[PATCH] I2C: Rewrite i2c_probeJean Delvare1-76/+89
2005-09-05[PATCH] hwmon: hwmon vs i2c, second round (01/11)Jean Delvare1-10/+28