aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-13i2c: Remove i2c_algorithm.algo_control()David Brownell1-22/+0
2007-10-13i2c: Document struct i2c_msgDavid Brownell1-1/+16
2007-10-13i2c-core: Make some code staticAdrian Bunk1-4/+3
2007-10-13i2c: New-style devices can support driver model wakeup flagsDavid Brownell1-1/+3
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-6/+2
2007-07-19Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds1-2/+0
2007-07-19i2c: Delete the i2c-isa pseudo bus driverJean Delvare1-2/+0
2007-07-12i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeJean Delvare1-5/+7
2007-07-12i2c: Add kernel documentationDavid Brownell1-0/+13
2007-05-22i2c: Legacy i2c drivers shouldn't issue ueventsDavid Brownell1-2/+3
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