aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-core.c
AgeCommit message (Expand)Author
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
2010-06-03i2c: Rename i2c_check_addr to i2c_check_addr_busyJean Delvare
2010-06-03i2c: Document reserved I2C addressesJean Delvare
2010-06-03i2c: Check for address validity on client registrationJean Delvare
2010-06-03i2c: Share the I2C device presence detection codeJean Delvare
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely
2010-05-21i2c-core: Fix some coding style issuesFarid Hammane
2010-05-10i2c: Fix bus-level power management callbacksRafael J. Wysocki
2010-05-04i2c-core: Use per-adapter userspace device listsJean Delvare
2010-05-04i2c: Fix probing of FSC hardware monitoring chipsJean Delvare
2010-05-04i2c-core: Erase pointer to clientdata on removalWolfram Sang