aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-137/+182
2010-05-21i2c-core: Fix some coding style issuesFarid Hammane1-45/+45
2010-05-10i2c: Fix bus-level power management callbacksRafael J. Wysocki1-69/+97
2010-05-04i2c-core: Use per-adapter userspace device listsJean Delvare1-16/+18
2010-05-04i2c: Fix probing of FSC hardware monitoring chipsJean Delvare1-5/+16
2010-05-04i2c-core: Erase pointer to clientdata on removalWolfram Sang1-2/+6
2010-04-28i2c/of: Allow device node to be passed via i2c_board_infoGrant Likely1-0/+3
2010-03-02i2c: Document the message size limitZhangfei Gao1-2/+2
2010-03-02i2c: Hook up runtime PM supportMark Brown1-0/+50
2010-01-16i2c: Do not use device name after device_unregisterThadeu Lima de Souza Cascardo1-2/+3
2010-01-16i2c-core: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-12-14i2c-core: i2c bus should support PM entries in struct dev_pm_opssonic zhang1-0/+35
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare1-8/+7
2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare1-1/+1
2009-12-06i2c: Refactor for_each callbacksJean Delvare1-48/+22
2009-12-06i2c: Simplify i2c_detect_addressJean Delvare1-13/+9
2009-12-06i2c: Drop probe, ignore and force module parametersJean Delvare1-64/+1
2009-12-06i2c: Prevent priority inversion on top of bus lockMika Kuoppala1-6/+6
2009-11-26i2c: Fix userspace_device list corruptionJean Delvare1-0/+11
2009-09-18i2c: Provide compatibility links for i2c adaptersJean Delvare1-1/+32
2009-09-18i2c: Convert i2c adapters to bus devicesJean Delvare1-35/+40
2009-09-18i2c: Convert i2c clients to a device typeJean Delvare1-20/+47
2009-06-19i2c: Use rwsem instead of mutex for board infoRodolfo Giometti1-2/+3
2009-06-19i2c: Add a sysfs interface to instantiate devicesJean Delvare1-1/+122
2009-06-19i2c: Limit core locking to the necessary sectionsJean Delvare1-23/+28
2009-06-19i2c: Kill the redundant client listJean Delvare1-17/+11
2009-06-19i2c: Kill is_newstyle_driverJean Delvare1-31/+1
2009-06-19i2c: Merge i2c_attach_client into i2c_new_deviceJean Delvare1-59/+41
2009-06-19i2c: Drop i2c_probe functionJean Delvare1-137/+0
2009-06-19i2c: Get rid of the legacy binding modelJean Delvare1-76/+7
2009-06-19i2c: Kill client_register and client_unregister methodsJean Delvare1-29/+1
2009-06-15i2c: Do not give adapters a default parentJean Delvare1-11/+0
2009-06-15i2c: Retry automatically on arbitration lossClifford Wolf1-4/+26
2009-06-15i2c: Remove void castsJack Stone1-1/+1
2009-04-13i2c: Let new-style drivers implement attach_adapterJean Delvare1-2/+1
2009-03-28i2c-core: Some style cleanupsZhenwen Xu1-13/+13
2009-03-28i2c: Set a default timeout value for all adaptersJean Delvare1-0/+5
2009-03-28i2c: Clarify which clients are auto-removedJean Delvare1-1/+4
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei1-1/+1
2009-02-24i2c: Fix misplaced parenthesesRoel Kluin1-1/+2
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