summaryrefslogtreecommitdiffstats
path: root/include/linux/i2c.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* i2c: Don't advertise i2c functions when not availableJean Delvare2009-06-191-1/+7
* i2c: Add a sysfs interface to instantiate devicesJean Delvare2009-06-191-1/+2
* i2c: Kill the redundant client listJean Delvare2009-06-191-4/+0
* i2c: Kill is_newstyle_driverJean Delvare2009-06-191-2/+0
* i2c: Drop i2c_probe functionJean Delvare2009-06-191-8/+0
* i2c: Get rid of the legacy binding modelJean Delvare2009-06-191-29/+10
* i2c: Kill client_register and client_unregister methodsJean Delvare2009-06-191-4/+0
* i2c: Fix sparse warnings for I2C_BOARD_INFO()Ben Hutchings2009-04-131-1/+1
* i2c: Deprecate client_register and client_unregister methodsJean Delvare2009-04-061-2/+2
* i2c-dev: Clarify the unit of ioctl I2C_TIMEOUTJean Delvare2009-02-241-1/+1
* i2c: Warn on deprecated binding model useJean Delvare2009-01-261-3/+5
* i2c: Drop I2C_CLASS_CAM_DIGITALJean Delvare2009-01-071-1/+0
* i2c: Drop I2C_CLASS_CAM_ANALOG and I2C_CLASS_SOUNDJean Delvare2009-01-071-2/+0
* i2c: Drop I2C_CLASS_ALLJean Delvare2009-01-071-1/+0
* i2c: Add info->archdata fieldAnton Vorontsov2008-10-221-0/+2
* i2c: Clean up <linux/i2c.h>Jean Delvare2008-10-221-74/+75
* i2c: Drop 2-byte address block transfer definesJean Delvare2008-10-221-4/+0
* i2c: Constify i2c_get_clientdata's parameterJean Delvare2008-10-221-2/+2
* i2c: Make clear what the class field of i2c_adapter is good forWolfram Sang2008-10-221-1/+1
* i2c: Add missing kerneldoc descriptionsJean Delvare2008-08-281-0/+12
* i2c: Add detection capability to new-style driversJean Delvare2008-07-141-5/+31
* i2c: Export the i2c_bus_type symbolJon Smirl2008-07-141-0/+2
* i2c: Let bus drivers add SPD to their classJean Delvare2008-07-141-0/+1
* i2c: Let framebuffer drivers set their I2C bus class to DDCJean Delvare2008-07-141-1/+1
* i2c: Update stray references to smbus_accessJean Delvare2008-07-141-2/+2
* i2c: Delete unused function i2c_smbus_write_quickJean Delvare2008-07-141-1/+0
* i2c: Fix bad hint about irqs in i2c.hWolfram Sang2008-07-011-1/+1
OpenPOWER on IntegriCloud