aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-07i2c: Replace bus_id with dev_name(), dev_set_name()Kay Sievers1-4/+4
2008-11-28i2c: Remove i2c clients in reverse orderJean Delvare1-1/+1
2008-10-22i2c: Add info->archdata fieldAnton Vorontsov1-0/+3
2008-10-14i2c: Restore i2c_smbus_process_call functionPrakash Mortha1-0/+22
2008-10-14i2c: Do earlier driver model initDavid Brownell1-1/+4
2008-10-14i2c: Guard against oopses from bad init sequencesDavid Brownell1-0/+8
2008-08-28i2c: Prevent log spam on some DVB adaptersJean Delvare1-6/+6
2008-08-28i2c: Fix device_init_wakeup placeMarc Pignat1-2/+4
2008-08-10i2c: Check for address business before creating clientsJean Delvare1-1/+6
2008-08-10i2c: Fix NULL pointer dereference in i2c_new_probed_deviceHans Verkuil1-1/+3
2008-07-21Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman1-2/+4
2008-07-16i2c: Clear i2c_adapter.dev on adapter removalJean Delvare1-0/+4
2008-07-14i2c: Add detection capability to new-style driversJean Delvare1-11/+212
2008-07-14i2c: Call client_unregister for new-style devices tooJean Delvare1-0/+8
2008-07-14i2c: Export the i2c_bus_type symbolJon Smirl1-1/+2
2008-07-14i2c: Simplify i2c_device_probeJean Delvare1-7/+2
2008-07-14i2c: Simplify i2c_del_driver()Jean Delvare1-6/+4
2008-07-14i2c: Use list_for_each_entry_safeMatthias Kaehlcke1-8/+4
2008-07-14i2c: i2c_use_client() defends against NULLDavid Brownell1-3/+5
2008-07-14i2c: Kerneldoc for most I/O callsDavid Brownell1-9/+124
2008-07-14i2c: Delete unused function i2c_smbus_write_quickJean Delvare1-7/+0
2008-07-14i2c-core: Return -Errno, not -1David Brownell1-44/+53
2008-07-14i2c-core: Remove needless includeJean Delvare1-1/+0
2008-07-14i2c: Use class_for_each_deviceDave Young1-44/+48
2008-05-18i2c: Kill the old driver matching schemeJean Delvare1-17/+5
2008-05-11i2c: Match dummy devices by typeJean Delvare1-6/+8
2008-04-29i2c: Add support for device alias namesJean Delvare1-9/+42
2008-04-22i2c: Replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox1-1/+1
2008-03-23i2c: Fix docbook problemRandy Dunlap1-2/+2
2008-03-12i2c: Keep client->driver and client->dev.driver in syncHans Verkuil1-1/+5
2008-01-27i2c: Add i2c_new_dummy() utilityDavid Brownell1-1/+58
2008-01-27i2c: Drop legacy locking in i2c_new_probed_deviceJean Delvare1-2/+0
2008-01-27i2c: Limit locking scope in i2c_detach_clientJean Delvare1-1/+2
2008-01-27i2c-remove-redundant-i2c_client-list.patchDavid Brownell1-14/+8
2008-01-27i2c: Stop using the redundant client listDavid Brownell1-32/+46
2008-01-27i2c: Support i2c_transfer in atomic contextsMike Rapoport1-1/+11
2008-01-27i2c: Rename main mutexJean Delvare1-15/+15
2008-01-27i2c: Drop redundant i2c_driver.listJean Delvare1-23/+35
2008-01-27i2c: Drop redundant i2c_adapter.listJean Delvare1-14/+10
2008-01-27i2c: Change prototypes of refcounting functionsJean Delvare1-4/+20
2008-01-27i2c: Use the driver model reference countingJean Delvare1-44/+2
2008-01-27i2c: Constify client address dataMark M. Hoffman1-2/+2
2007-11-15i2c: Make i2c_check_addr staticJean Delvare1-2/+1
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