summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core.c
Commit message (Expand)AuthorAgeFilesLines
...
* i2c: Refactor for_each callbacksJean Delvare2009-12-061-48/+22
* i2c: Simplify i2c_detect_addressJean Delvare2009-12-061-13/+9
* i2c: Drop probe, ignore and force module parametersJean Delvare2009-12-061-64/+1
* i2c: Prevent priority inversion on top of bus lockMika Kuoppala2009-12-061-6/+6
* i2c: Fix userspace_device list corruptionJean Delvare2009-11-261-0/+11
* i2c: Provide compatibility links for i2c adaptersJean Delvare2009-09-181-1/+32
* i2c: Convert i2c adapters to bus devicesJean Delvare2009-09-181-35/+40
* i2c: Convert i2c clients to a device typeJean Delvare2009-09-181-20/+47
* i2c: Use rwsem instead of mutex for board infoRodolfo Giometti2009-06-191-2/+3
* i2c: Add a sysfs interface to instantiate devicesJean Delvare2009-06-191-1/+122
* i2c: Limit core locking to the necessary sectionsJean Delvare2009-06-191-23/+28
* i2c: Kill the redundant client listJean Delvare2009-06-191-17/+11
* i2c: Kill is_newstyle_driverJean Delvare2009-06-191-31/+1
* i2c: Merge i2c_attach_client into i2c_new_deviceJean Delvare2009-06-191-59/+41
* i2c: Drop i2c_probe functionJean Delvare2009-06-191-137/+0
* i2c: Get rid of the legacy binding modelJean Delvare2009-06-191-76/+7
* i2c: Kill client_register and client_unregister methodsJean Delvare2009-06-191-29/+1
* i2c: Do not give adapters a default parentJean Delvare2009-06-151-11/+0
* i2c: Retry automatically on arbitration lossClifford Wolf2009-06-151-4/+26
* i2c: Remove void castsJack Stone2009-06-151-1/+1
* i2c: Let new-style drivers implement attach_adapterJean Delvare2009-04-131-2/+1
* i2c-core: Some style cleanupsZhenwen Xu2009-03-281-13/+13
* i2c: Set a default timeout value for all adaptersJean Delvare2009-03-281-0/+5
* i2c: Clarify which clients are auto-removedJean Delvare2009-03-281-1/+4
* Driver core: implement uevent suppress in kobjectMing Lei2009-03-241-1/+1
* i2c: Fix misplaced parenthesesRoel Kluin2009-02-241-1/+2
* i2c: Replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-071-4/+4
* i2c: Remove i2c clients in reverse orderJean Delvare2008-11-281-1/+1
* i2c: Add info->archdata fieldAnton Vorontsov2008-10-221-0/+3
* i2c: Restore i2c_smbus_process_call functionPrakash Mortha2008-10-141-0/+22
* i2c: Do earlier driver model initDavid Brownell2008-10-141-1/+4
* i2c: Guard against oopses from bad init sequencesDavid Brownell2008-10-141-0/+8
* i2c: Prevent log spam on some DVB adaptersJean Delvare2008-08-281-6/+6
* i2c: Fix device_init_wakeup placeMarc Pignat2008-08-281-2/+4
* i2c: Check for address business before creating clientsJean Delvare2008-08-101-1/+6
* i2c: Fix NULL pointer dereference in i2c_new_probed_deviceHans Verkuil2008-08-101-1/+3
* Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman2008-07-211-2/+4
* i2c: Clear i2c_adapter.dev on adapter removalJean Delvare2008-07-161-0/+4
* i2c: Add detection capability to new-style driversJean Delvare2008-07-141-11/+212
* i2c: Call client_unregister for new-style devices tooJean Delvare2008-07-141-0/+8
* i2c: Export the i2c_bus_type symbolJon Smirl2008-07-141-1/+2
* i2c: Simplify i2c_device_probeJean Delvare2008-07-141-7/+2
* i2c: Simplify i2c_del_driver()Jean Delvare2008-07-141-6/+4
* i2c: Use list_for_each_entry_safeMatthias Kaehlcke2008-07-141-8/+4
* i2c: i2c_use_client() defends against NULLDavid Brownell2008-07-141-3/+5
* i2c: Kerneldoc for most I/O callsDavid Brownell2008-07-141-9/+124
* i2c: Delete unused function i2c_smbus_write_quickJean Delvare2008-07-141-7/+0
* i2c-core: Return -Errno, not -1David Brownell2008-07-141-44/+53
* i2c-core: Remove needless includeJean Delvare2008-07-141-1/+0
* i2c: Use class_for_each_deviceDave Young2008-07-141-44/+48