summaryrefslogtreecommitdiffstats
path: root/include/linux/i2c.h
Commit message (Expand)AuthorAgeFilesLines
...
* i2c: Remove detach_adapterLars-Peter Clausen2013-04-021-5/+2
* i2c: Add bus recovery infrastructureViresh Kumar2013-03-241-0/+41
* i2c / ACPI: add ACPI enumeration supportMika Westerberg2012-11-231-0/+9
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-124/+1
* i2c: Correct struct i2c_driver doc about detectionVivien Didelot2012-10-051-1/+1
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-301-0/+3
|\
| * [media] i2c: Export an unlocked flavor of i2c_transferJean Delvare2012-06-291-0/+3
* | i2c: Add SCCB supportLaurent Pinchart2012-07-241-0/+3
* | i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown2012-05-301-2/+3
* | i2c: implement i2c_verify_adapterStephen Warren2012-05-121-0/+1
|/
* i2c: Update the FSF addressJean Delvare2012-03-261-1/+2
* Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-0/+13
|\
| * I2C: Add helper macro for i2c_driver boilerplateLars-Peter Clausen2011-11-171-0/+13
* | i2c: Delete ANY_I2C_BUSJean Delvare2011-11-231-3/+0
|/
* include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker2011-10-311-1/+2
* include: convert various register fcns to macros to avoid include chainingPaul Gortmaker2011-10-311-4/+3
* i2c: Functions for byte-swapped smbus_write/read_word_dataJonathan Cameron2011-10-301-0/+17
* hwmon: (jc42) Change detection classJean Delvare2011-05-251-1/+1
* i2c: Drop i2c_adapter.idJean Delvare2011-03-201-1/+0
* i2c: Deprecate i2c_driver.attach_adapter and .detach_adapterJean Delvare2011-03-201-6/+6
* i2c: Export i2c_for_each_devJean Delvare2011-03-201-0/+2
* i2c: Get rid of <linux/i2c-id.h>Jean Delvare2011-03-201-1/+0
* i2c: make i2c_get_adapter prototype clearerJean Delvare2011-03-201-1/+1
* driver-core: remove conditionals around devicetree pointersGrant Likely2011-01-211-2/+0
* i2c: Constify i2c_client where possibleJean Delvare2011-01-101-12/+15
* i2c: Mark i2c_adapter.id as deprecatedJean Delvare2010-11-151-1/+1
* i2c: Drop unused I2C_CLASS_TV flagsJean Delvare2010-10-311-2/+0
* i2c: Let i2c_parent_is_i2c_adapter return the parent adapterJean Delvare2010-10-241-3/+8
* i2c: Simplify i2c_parent_is_i2c_adapterJean Delvare2010-10-241-1/+0
* i2c: Multiplexed I2C bus core supportMichael Lawnick2010-08-111-0/+8
* i2c: Use a separate mutex for userspace client listsJean Delvare2010-08-111-0/+1
* i2c: Move adapter locking helpers to i2c-coreJean Delvare2010-08-111-17/+3
* V4L/DVB: Use custom I2C probing function mechanismJean Delvare2010-08-111-0/+3
* i2c: Add support for custom probe functionJean Delvare2010-08-111-2/+5
* i2c.h: fix kernel-doc warningsRandy Dunlap2010-08-101-0/+2
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-0/+2
|\
| * i2c-core: Use per-adapter userspace device listsJean Delvare2010-05-041-0/+2
* | i2c/of: Allow device node to be passed via i2c_board_infoGrant Likely2010-04-281-0/+4
|/
* i2c: Document the message size limitZhangfei Gao2010-03-021-0/+1
* i2c: Add SMBus alert supportJean Delvare2010-03-021-0/+7
* i2c: Get rid of I2C_CLIENT_MODULE_PARMJean Delvare2009-12-141-35/+0
* i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare2009-12-141-24/+0
* i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare2009-12-141-5/+0
* i2c: Get rid of struct i2c_client_address_dataJean Delvare2009-12-141-33/+11
* i2c: Drop the kind parameter from detect callbacksJean Delvare2009-12-141-1/+1
* i2c: Drop probe, ignore and force module parametersJean Delvare2009-12-061-90/+1
* i2c: Prevent priority inversion on top of bus lockMika Kuoppala2009-12-061-4/+3
* i2c: Add an interface to lock/unlock an I2C bus segmentJean Delvare2009-11-071-0/+18
* i2c: Drop unused i2c_driver.id fieldJean Delvare2009-09-181-2/+0
* i2c: New macro to initialize i2c address lists on the flyHans Verkuil2009-06-191-0/+4