summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: Kill the old driver matching schemeJean Delvare2008-05-181-17/+5
* i2c: Match dummy devices by typeJean Delvare2008-05-111-6/+8
* i2c: Add support for device alias namesJean Delvare2008-04-291-9/+42
* i2c: Replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-221-1/+1
* Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox2008-04-181-1/+1
* i2c: Fix docbook problemRandy Dunlap2008-03-231-2/+2
* i2c: Keep client->driver and client->dev.driver in syncHans Verkuil2008-03-121-1/+5
* i2c: Add i2c_new_dummy() utilityDavid Brownell2008-01-271-1/+58
* i2c: Drop legacy locking in i2c_new_probed_deviceJean Delvare2008-01-271-2/+0
* i2c: Limit locking scope in i2c_detach_clientJean Delvare2008-01-271-1/+2
* i2c-remove-redundant-i2c_client-list.patchDavid Brownell2008-01-271-14/+8
* i2c: Stop using the redundant client listDavid Brownell2008-01-271-32/+46
* i2c: Support i2c_transfer in atomic contextsMike Rapoport2008-01-271-1/+11
* i2c: Rename main mutexJean Delvare2008-01-271-15/+15
* i2c: Drop redundant i2c_driver.listJean Delvare2008-01-271-23/+35
* i2c: Drop redundant i2c_adapter.listJean Delvare2008-01-271-14/+10
* i2c: Change prototypes of refcounting functionsJean Delvare2008-01-271-4/+20
* i2c: Use the driver model reference countingJean Delvare2008-01-271-44/+2
* i2c: Constify client address dataMark M. Hoffman2008-01-271-2/+2
* i2c: Make i2c_check_addr staticJean Delvare2007-11-151-2/+1
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* i2c: Remove i2c_algorithm.algo_control()David Brownell2007-10-131-22/+0
* i2c: Document struct i2c_msgDavid Brownell2007-10-131-1/+16
* i2c-core: Make some code staticAdrian Bunk2007-10-131-4/+3
* i2c: New-style devices can support driver model wakeup flagsDavid Brownell2007-10-131-1/+3
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-6/+2
* Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds2007-07-191-2/+0
|\
| * i2c: Delete the i2c-isa pseudo bus driverJean Delvare2007-07-191-2/+0
* | 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/+3
* i2c: Add i2c_new_probed_device()Jean Delvare2007-05-011-0/+63
* i2c: i2c EXPORT_SYMBOL cleanupDavid Brownell2007-05-011-36/+28
* 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/+13
* i2c: i2c_register_driver() cleanupDavid Brownell2007-05-011-4/+3
* i2c: i2c_adapter devices need no driverJean Delvare2007-05-011-13/+1
* i2c: Kill i2c_adapter.class_devJean Delvare2007-05-011-33/+1
* i2c: Remove the warning on missing adapter deviceJean Delvare2007-02-131-3/+2
* 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/+4