summaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-core.c
Commit message (Expand)AuthorAge
* i2c: Rename i2c_check_addr to i2c_check_addr_busyJean Delvare2010-06-03
* i2c: Document reserved I2C addressesJean Delvare2010-06-03
* i2c: Check for address validity on client registrationJean Delvare2010-06-03
* i2c: Share the I2C device presence detection codeJean Delvare2010-06-03
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-22
|\
| * i2c-core: Fix some coding style issuesFarid Hammane2010-05-21
| * i2c: Fix bus-level power management callbacksRafael J. Wysocki2010-05-10
| * i2c-core: Use per-adapter userspace device listsJean Delvare2010-05-04
| * i2c: Fix probing of FSC hardware monitoring chipsJean Delvare2010-05-04
| * i2c-core: Erase pointer to clientdata on removalWolfram Sang2010-05-04
* | i2c/of: Allow device node to be passed via i2c_board_infoGrant Likely2010-04-28
|/
* i2c: Document the message size limitZhangfei Gao2010-03-02
* i2c: Hook up runtime PM supportMark Brown2010-03-02
* i2c: Do not use device name after device_unregisterThadeu Lima de Souza Cascardo2010-01-16
* i2c-core: Storage class should be before const qualifierTobias Klauser2010-01-16
* i2c-core: i2c bus should support PM entries in struct dev_pm_opssonic zhang2009-12-14
* i2c: Get rid of struct i2c_client_address_dataJean Delvare2009-12-14
* i2c: Drop the kind parameter from detect callbacksJean Delvare2009-12-14
* i2c: Refactor for_each callbacksJean Delvare2009-12-06
* i2c: Simplify i2c_detect_addressJean Delvare2009-12-06
* i2c: Drop probe, ignore and force module parametersJean Delvare2009-12-06
* i2c: Prevent priority inversion on top of bus lockMika Kuoppala2009-12-06
* i2c: Fix userspace_device list corruptionJean Delvare2009-11-26
* i2c: Provide compatibility links for i2c adaptersJean Delvare2009-09-18
* i2c: Convert i2c adapters to bus devicesJean Delvare2009-09-18
* i2c: Convert i2c clients to a device typeJean Delvare2009-09-18
* i2c: Use rwsem instead of mutex for board infoRodolfo Giometti2009-06-19
* i2c: Add a sysfs interface to instantiate devicesJean Delvare2009-06-19
* i2c: Limit core locking to the necessary sectionsJean Delvare2009-06-19
* i2c: Kill the redundant client listJean Delvare2009-06-19
* i2c: Kill is_newstyle_driverJean Delvare2009-06-19
* i2c: Merge i2c_attach_client into i2c_new_deviceJean Delvare2009-06-19
* i2c: Drop i2c_probe functionJean Delvare2009-06-19
* i2c: Get rid of the legacy binding modelJean Delvare2009-06-19
* i2c: Kill client_register and client_unregister methodsJean Delvare2009-06-19
* i2c: Do not give adapters a default parentJean Delvare2009-06-15
* i2c: Retry automatically on arbitration lossClifford Wolf2009-06-15
* i2c: Remove void castsJack Stone2009-06-15
* i2c: Let new-style drivers implement attach_adapterJean Delvare2009-04-13
* i2c-core: Some style cleanupsZhenwen Xu2009-03-28
* i2c: Set a default timeout value for all adaptersJean Delvare2009-03-28
* i2c: Clarify which clients are auto-removedJean Delvare2009-03-28
* Driver core: implement uevent suppress in kobjectMing Lei2009-03-24
* i2c: Fix misplaced parenthesesRoel Kluin2009-02-24
* 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