aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-20i2c: Deprecate i2c_driver.attach_adapter and .detach_adapterJean Delvare1-0/+4
2011-03-20i2c: Export i2c_for_each_devJean Delvare1-6/+14
2011-03-20i2c: make i2c_get_adapter prototype clearerJean Delvare1-2/+2
2011-01-21driver-core: remove conditionals around devicetree pointersGrant Likely1-2/+0
2011-01-14i2c: Encourage move to dev_pm_ops by warning on use of legacy methodsMark Brown1-0/+8
2011-01-14i2c: Factor out runtime suspend checks from PM operationsMark Brown1-48/+20
2011-01-14i2c: Unregister dummy devices last on adapter removalJean Delvare1-1/+13
2011-01-10i2c: Constify i2c_client where possibleJean Delvare1-13/+16
2010-11-15i2c: Sanity checks on adapter registrationJean Delvare1-0/+12
2010-10-24i2c: Optimize function i2c_detect()Jean Delvare1-7/+6
2010-10-24i2c: Discard warning message on device instantiation from user-spaceJean Delvare1-2/+0
2010-10-24i2c: Let i2c_parent_is_i2c_adapter return the parent adapterJean Delvare1-12/+18
2010-09-30of/i2c: Fix module load order issue caused by of_i2c.cGrant Likely1-4/+0
2010-09-30i2c: Fix checks which cause legacy suspend to never get calledRajendra Nayak1-20/+24
2010-09-30i2c: Fix for suspend/resume issueVishwanath BS1-6/+0
2010-08-11i2c: Multiplexed I2C bus core supportMichael Lawnick1-7/+57
2010-08-11i2c: Use a separate mutex for userspace client listsJean Delvare1-6/+7
2010-08-11i2c: Make i2c_default_probe self-sufficientJean Delvare1-22/+10
2010-08-11i2c: Drop dummy variableJean Delvare1-3/+2
2010-08-11i2c: Move adapter locking helpers to i2c-coreJean Delvare1-5/+34
2010-08-11V4L/DVB: Use custom I2C probing function mechanismJean Delvare1-0/+7
2010-08-11i2c: Add support for custom probe functionJean Delvare1-6/+10
2010-07-24Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely1-4/+3
2010-07-10i2c: Fix probability checkJean Delvare1-4/+3
2010-07-05i2c: Add OF-style registration and bindingGrant Likely1-0/+9
2010-06-03i2c: Rename i2c_check_addr to i2c_check_addr_busyJean Delvare1-19/+19
2010-06-03i2c: Document reserved I2C addressesJean Delvare1-3/+25
2010-06-03i2c: Check for address validity on client registrationJean Delvare1-7/+26
2010-06-03i2c: Share the I2C device presence detection codeJean Delvare1-40/+40
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