aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-core.c
AgeCommit message (Expand)Author
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-11-19suspend-prelim1.patchmokopatches
2008-11-19i2c-permit_invalid_addrs.patchmokopatches
2008-10-22i2c: Add info->archdata fieldAnton Vorontsov
2008-10-14i2c: Restore i2c_smbus_process_call functionPrakash Mortha
2008-10-14i2c: Do earlier driver model initDavid Brownell
2008-10-14i2c: Guard against oopses from bad init sequencesDavid Brownell
2008-08-28i2c: Prevent log spam on some DVB adaptersJean Delvare
2008-08-28i2c: Fix device_init_wakeup placeMarc Pignat
2008-08-10i2c: Check for address business before creating clientsJean Delvare
2008-08-10i2c: Fix NULL pointer dereference in i2c_new_probed_deviceHans Verkuil
2008-07-21Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman
2008-07-16i2c: Clear i2c_adapter.dev on adapter removalJean Delvare
2008-07-14i2c: Add detection capability to new-style driversJean Delvare
2008-07-14i2c: Call client_unregister for new-style devices tooJean Delvare
2008-07-14i2c: Export the i2c_bus_type symbolJon Smirl
2008-07-14i2c: Simplify i2c_device_probeJean Delvare
2008-07-14i2c: Simplify i2c_del_driver()Jean Delvare
2008-07-14i2c: Use list_for_each_entry_safeMatthias Kaehlcke
2008-07-14i2c: i2c_use_client() defends against NULLDavid Brownell
2008-07-14i2c: Kerneldoc for most I/O callsDavid Brownell
2008-07-14i2c: Delete unused function i2c_smbus_write_quickJean Delvare
2008-07-14i2c-core: Return -Errno, not -1David Brownell
2008-07-14i2c-core: Remove needless includeJean Delvare
2008-07-14i2c: Use class_for_each_deviceDave Young
2008-05-18i2c: Kill the old driver matching schemeJean Delvare
2008-05-11i2c: Match dummy devices by typeJean Delvare
2008-04-29i2c: Add support for device alias namesJean Delvare
2008-04-22i2c: Replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox
2008-03-23i2c: Fix docbook problemRandy Dunlap
2008-03-12i2c: Keep client->driver and client->dev.driver in syncHans Verkuil
2008-01-27i2c: Add i2c_new_dummy() utilityDavid Brownell
2008-01-27i2c: Drop legacy locking in i2c_new_probed_deviceJean Delvare
2008-01-27i2c: Limit locking scope in i2c_detach_clientJean Delvare
2008-01-27i2c-remove-redundant-i2c_client-list.patchDavid Brownell
2008-01-27i2c: Stop using the redundant client listDavid Brownell
2008-01-27i2c: Support i2c_transfer in atomic contextsMike Rapoport
2008-01-27i2c: Rename main mutexJean Delvare
2008-01-27i2c: Drop redundant i2c_driver.listJean Delvare
2008-01-27i2c: Drop redundant i2c_adapter.listJean Delvare
2008-01-27i2c: Change prototypes of refcounting functionsJean Delvare
2008-01-27i2c: Use the driver model reference countingJean Delvare
2008-01-27i2c: Constify client address dataMark M. Hoffman
2007-11-15i2c: Make i2c_check_addr staticJean Delvare
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt
2007-10-13i2c: Remove i2c_algorithm.algo_control()David Brownell
2007-10-13i2c: Document struct i2c_msgDavid Brownell
2007-10-13i2c-core: Make some code staticAdrian Bunk
2007-10-13i2c: New-style devices can support driver model wakeup flagsDavid Brownell