summaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-core.c
AgeCommit message (Expand)Author
2009-12-08i2c: Fix userspace_device list corruptionJean Delvare
2009-06-19i2c: Use rwsem instead of mutex for board infoRodolfo Giometti
2009-06-19i2c: Add a sysfs interface to instantiate devicesJean Delvare
2009-06-19i2c: Limit core locking to the necessary sectionsJean Delvare
2009-06-19i2c: Kill the redundant client listJean Delvare
2009-06-19i2c: Kill is_newstyle_driverJean Delvare
2009-06-19i2c: Merge i2c_attach_client into i2c_new_deviceJean Delvare
2009-06-19i2c: Drop i2c_probe functionJean Delvare
2009-06-19i2c: Get rid of the legacy binding modelJean Delvare
2009-06-19i2c: Kill client_register and client_unregister methodsJean Delvare
2009-06-15i2c: Do not give adapters a default parentJean Delvare
2009-06-15i2c: Retry automatically on arbitration lossClifford Wolf
2009-06-15i2c: Remove void castsJack Stone
2009-04-13i2c: Let new-style drivers implement attach_adapterJean Delvare
2009-03-28i2c-core: Some style cleanupsZhenwen Xu
2009-03-28i2c: Set a default timeout value for all adaptersJean Delvare
2009-03-28i2c: Clarify which clients are auto-removedJean Delvare
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei
2009-02-24i2c: Fix misplaced parenthesesRoel Kluin
2009-01-07i2c: Replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-11-28i2c: Remove i2c clients in reverse orderJean Delvare
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