aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core.c
Commit message (Expand)AuthorAge
* i2c: Replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-07
* i2c: Remove i2c clients in reverse orderJean Delvare2008-11-28
* i2c: Add info->archdata fieldAnton Vorontsov2008-10-22
* i2c: Restore i2c_smbus_process_call functionPrakash Mortha2008-10-14
* i2c: Do earlier driver model initDavid Brownell2008-10-14
* i2c: Guard against oopses from bad init sequencesDavid Brownell2008-10-14
* i2c: Prevent log spam on some DVB adaptersJean Delvare2008-08-28
* i2c: Fix device_init_wakeup placeMarc Pignat2008-08-28
* i2c: Check for address business before creating clientsJean Delvare2008-08-10
* i2c: Fix NULL pointer dereference in i2c_new_probed_deviceHans Verkuil2008-08-10
* Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman2008-07-22
* i2c: Clear i2c_adapter.dev on adapter removalJean Delvare2008-07-16
* i2c: Add detection capability to new-style driversJean Delvare2008-07-14
* i2c: Call client_unregister for new-style devices tooJean Delvare2008-07-14
* i2c: Export the i2c_bus_type symbolJon Smirl2008-07-14
* i2c: Simplify i2c_device_probeJean Delvare2008-07-14
* i2c: Simplify i2c_del_driver()Jean Delvare2008-07-14
* i2c: Use list_for_each_entry_safeMatthias Kaehlcke2008-07-14
* i2c: i2c_use_client() defends against NULLDavid Brownell2008-07-14
* i2c: Kerneldoc for most I/O callsDavid Brownell2008-07-14
* i2c: Delete unused function i2c_smbus_write_quickJean Delvare2008-07-14
* i2c-core: Return -Errno, not -1David Brownell2008-07-14
* i2c-core: Remove needless includeJean Delvare2008-07-14
* i2c: Use class_for_each_deviceDave Young2008-07-14
* i2c: Kill the old driver matching schemeJean Delvare2008-05-18
* i2c: Match dummy devices by typeJean Delvare2008-05-11
* i2c: Add support for device alias namesJean Delvare2008-04-29
* i2c: Replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-22
* Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox2008-04-18
* i2c: Fix docbook problemRandy Dunlap2008-03-23
* i2c: Keep client->driver and client->dev.driver in syncHans Verkuil2008-03-12
* i2c: Add i2c_new_dummy() utilityDavid Brownell2008-01-27
* i2c: Drop legacy locking in i2c_new_probed_deviceJean Delvare2008-01-27
* i2c: Limit locking scope in i2c_detach_clientJean Delvare2008-01-27
* i2c-remove-redundant-i2c_client-list.patchDavid Brownell2008-01-27
* i2c: Stop using the redundant client listDavid Brownell2008-01-27
* i2c: Support i2c_transfer in atomic contextsMike Rapoport2008-01-27
* i2c: Rename main mutexJean Delvare2008-01-27
* i2c: Drop redundant i2c_driver.listJean Delvare2008-01-27
* i2c: Drop redundant i2c_adapter.listJean Delvare2008-01-27
* i2c: Change prototypes of refcounting functionsJean Delvare2008-01-27
* i2c: Use the driver model reference countingJean Delvare2008-01-27
* i2c: Constify client address dataMark M. Hoffman2008-01-27
* i2c: Make i2c_check_addr staticJean Delvare2007-11-15
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-19
* i2c: Remove i2c_algorithm.algo_control()David Brownell2007-10-13
* i2c: Document struct i2c_msgDavid Brownell2007-10-13
* i2c-core: Make some code staticAdrian Bunk2007-10-13
* i2c: New-style devices can support driver model wakeup flagsDavid Brownell2007-10-13
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-12