aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-core.c
AgeCommit message (Expand)Author
2013-05-17i2c: suppress lockdep warning on delete_deviceAlexander Sverdlin
2013-04-09i2c: remove CONFIG_HOTPLUG ifdefsYijing Wang
2013-04-02i2c: Make return type of i2c_del_adapter() voidLars-Peter Clausen
2013-04-02i2c: i2c_del_adapter: Don't treat removing a non-registered adapter as errorLars-Peter Clausen
2013-04-02i2c: Remove detach_adapterLars-Peter Clausen
2013-03-24i2c: Add bus recovery infrastructureViresh Kumar
2013-03-24i2c: core: Pick i2c bus number from dt alias if presentDoug Anderson
2013-02-27idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo
2013-02-27i2c: convert to idr_alloc()Tejun Heo
2013-01-28i2c: core: Remove definition of i2c_smbus_process_callTushar Behera
2012-11-23i2c / ACPI: add ACPI enumeration supportMika Westerberg
2012-10-05i2c: Convert struct i2c_msg initialization to C99 formatShubhrajyoti D
2012-10-06idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu
2012-09-10i2c-core: Fix for lockdep validatorJean Delvare
2012-07-30Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-07-24i2c: Fall back to emulated SMBus if the operation isn't supported nativelyLaurent Pinchart
2012-07-24i2c: Add SCCB supportLaurent Pinchart
2012-06-29[media] i2c: Export an unlocked flavor of i2c_transferJean Delvare
2012-05-12i2c: implement i2c_verify_adapterStephen Warren
2012-03-26i2c: Update the FSF addressJean Delvare
2012-03-15i2c-core: Comment says "transmitted" but means "received"Wolfram Sang
2011-11-23i2c: Fix device name for 10-bit slave addressJean Delvare
2011-07-25i2c: Allow i2c_add_numbered_adapter() to assign a bus idGrant Likely
2011-04-17i2c: Improve deprecation warningsJean Delvare
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-20i2c: Deprecate i2c_driver.attach_adapter and .detach_adapterJean Delvare
2011-03-20i2c: Export i2c_for_each_devJean Delvare
2011-03-20i2c: make i2c_get_adapter prototype clearerJean Delvare
2011-01-21driver-core: remove conditionals around devicetree pointersGrant Likely
2011-01-14i2c: Encourage move to dev_pm_ops by warning on use of legacy methodsMark Brown
2011-01-14i2c: Factor out runtime suspend checks from PM operationsMark Brown
2011-01-14i2c: Unregister dummy devices last on adapter removalJean Delvare
2011-01-10i2c: Constify i2c_client where possibleJean Delvare
2010-11-15i2c: Sanity checks on adapter registrationJean Delvare
2010-10-24i2c: Optimize function i2c_detect()Jean Delvare
2010-10-24i2c: Discard warning message on device instantiation from user-spaceJean Delvare
2010-10-24i2c: Let i2c_parent_is_i2c_adapter return the parent adapterJean Delvare
2010-09-30of/i2c: Fix module load order issue caused by of_i2c.cGrant Likely
2010-09-30i2c: Fix checks which cause legacy suspend to never get calledRajendra Nayak
2010-09-30i2c: Fix for suspend/resume issueVishwanath BS
2010-08-11i2c: Multiplexed I2C bus core supportMichael Lawnick
2010-08-11i2c: Use a separate mutex for userspace client listsJean Delvare
2010-08-11i2c: Make i2c_default_probe self-sufficientJean Delvare
2010-08-11i2c: Drop dummy variableJean Delvare
2010-08-11i2c: Move adapter locking helpers to i2c-coreJean Delvare
2010-08-11V4L/DVB: Use custom I2C probing function mechanismJean Delvare
2010-08-11i2c: Add support for custom probe functionJean Delvare
2010-07-24Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely
2010-07-10i2c: Fix probability checkJean Delvare
2010-07-05i2c: Add OF-style registration and bindingGrant Likely