aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki1-1/+1
2013-05-17i2c: suppress lockdep warning on delete_deviceAlexander Sverdlin1-1/+2
2013-04-09i2c: remove CONFIG_HOTPLUG ifdefsYijing Wang1-5/+0
2013-04-02i2c: Make return type of i2c_del_adapter() voidLars-Peter Clausen1-4/+2
2013-04-02i2c: i2c_del_adapter: Don't treat removing a non-registered adapter as errorLars-Peter Clausen1-1/+1
2013-04-02i2c: Remove detach_adapterLars-Peter Clausen1-23/+10
2013-03-24i2c: Add bus recovery infrastructureViresh Kumar1-0/+159
2013-03-24i2c: core: Pick i2c bus number from dt alias if presentDoug Anderson1-11/+34
2013-02-27idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo1-2/+0
2013-02-27i2c: convert to idr_alloc()Tejun Heo1-33/+11
2013-01-28i2c: core: Remove definition of i2c_smbus_process_callTushar Behera1-23/+0
2012-11-23i2c / ACPI: add ACPI enumeration supportMika Westerberg1-0/+6
2012-10-05i2c: Convert struct i2c_msg initialization to C99 formatShubhrajyoti D1-3/+13
2012-10-06idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu1-1/+1
2012-09-10i2c-core: Fix for lockdep validatorJean Delvare1-2/+20
2012-07-30Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-11/+33
2012-07-24i2c: Fall back to emulated SMBus if the operation isn't supported nativelyLaurent Pinchart1-4/+10
2012-07-24i2c: Add SCCB supportLaurent Pinchart1-1/+1
2012-06-29[media] i2c: Export an unlocked flavor of i2c_transferJean Delvare1-11/+33
2012-05-12i2c: implement i2c_verify_adapterStephen Warren1-0/+17
2012-03-26i2c: Update the FSF addressJean Delvare1-1/+2
2012-03-15i2c-core: Comment says "transmitted" but means "received"Wolfram Sang1-4/+8
2011-11-23i2c: Fix device name for 10-bit slave addressJean Delvare1-1/+3
2011-07-25i2c: Allow i2c_add_numbered_adapter() to assign a bus idGrant Likely1-0/+5
2011-04-17i2c: Improve deprecation warningsJean Delvare1-2/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
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