aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-23i2c: Delete ANY_I2C_BUSJean Delvare1-3/+0
2011-10-31include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker1-1/+2
2011-10-31include: convert various register fcns to macros to avoid include chainingPaul Gortmaker1-4/+3
2011-10-30i2c: Functions for byte-swapped smbus_write/read_word_dataJonathan Cameron1-0/+17
2011-05-25hwmon: (jc42) Change detection classJean Delvare1-1/+1
2011-03-20i2c: Drop i2c_adapter.idJean Delvare1-1/+0
2011-03-20i2c: Deprecate i2c_driver.attach_adapter and .detach_adapterJean Delvare1-6/+6
2011-03-20i2c: Export i2c_for_each_devJean Delvare1-0/+2
2011-03-20i2c: Get rid of <linux/i2c-id.h>Jean Delvare1-1/+0
2011-03-20i2c: make i2c_get_adapter prototype clearerJean Delvare1-1/+1
2011-01-21driver-core: remove conditionals around devicetree pointersGrant Likely1-2/+0
2011-01-10i2c: Constify i2c_client where possibleJean Delvare1-12/+15
2010-11-15i2c: Mark i2c_adapter.id as deprecatedJean Delvare1-1/+1
2010-10-31i2c: Drop unused I2C_CLASS_TV flagsJean Delvare1-2/+0
2010-10-24i2c: Let i2c_parent_is_i2c_adapter return the parent adapterJean Delvare1-3/+8
2010-10-24i2c: Simplify i2c_parent_is_i2c_adapterJean Delvare1-1/+0
2010-08-11i2c: Multiplexed I2C bus core supportMichael Lawnick1-0/+8
2010-08-11i2c: Use a separate mutex for userspace client listsJean Delvare1-0/+1
2010-08-11i2c: Move adapter locking helpers to i2c-coreJean Delvare1-17/+3
2010-08-11V4L/DVB: Use custom I2C probing function mechanismJean Delvare1-0/+3
2010-08-11i2c: Add support for custom probe functionJean Delvare1-2/+5
2010-08-10i2c.h: fix kernel-doc warningsRandy Dunlap1-0/+2
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-0/+2
2010-05-04i2c-core: Use per-adapter userspace device listsJean Delvare1-0/+2
2010-04-28i2c/of: Allow device node to be passed via i2c_board_infoGrant Likely1-0/+4
2010-03-02i2c: Document the message size limitZhangfei Gao1-0/+1
2010-03-02i2c: Add SMBus alert supportJean Delvare1-0/+7
2009-12-14i2c: Get rid of I2C_CLIENT_MODULE_PARMJean Delvare1-35/+0
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare1-24/+0
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare1-5/+0
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare1-33/+11
2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare1-1/+1
2009-12-06i2c: Drop probe, ignore and force module parametersJean Delvare1-90/+1
2009-12-06i2c: Prevent priority inversion on top of bus lockMika Kuoppala1-4/+3
2009-11-07i2c: Add an interface to lock/unlock an I2C bus segmentJean Delvare1-0/+18
2009-09-18i2c: Drop unused i2c_driver.id fieldJean Delvare1-2/+0
2009-06-19i2c: New macro to initialize i2c address lists on the flyHans Verkuil1-0/+4
2009-06-19i2c: Don't advertise i2c functions when not availableJean Delvare1-1/+7
2009-06-19i2c: Add a sysfs interface to instantiate devicesJean Delvare1-1/+2
2009-06-19i2c: Kill the redundant client listJean Delvare1-4/+0
2009-06-19i2c: Kill is_newstyle_driverJean Delvare1-2/+0
2009-06-19i2c: Drop i2c_probe functionJean Delvare1-8/+0
2009-06-19i2c: Get rid of the legacy binding modelJean Delvare1-29/+10
2009-06-19i2c: Kill client_register and client_unregister methodsJean Delvare1-4/+0
2009-04-13i2c: Fix sparse warnings for I2C_BOARD_INFO()Ben Hutchings1-1/+1
2009-04-06i2c: Deprecate client_register and client_unregister methodsJean Delvare1-2/+2
2009-02-24i2c-dev: Clarify the unit of ioctl I2C_TIMEOUTJean Delvare1-1/+1
2009-01-26i2c: Warn on deprecated binding model useJean Delvare1-3/+5
2009-01-07i2c: Drop I2C_CLASS_CAM_DIGITALJean Delvare1-1/+0
2009-01-07i2c: Drop I2C_CLASS_CAM_ANALOG and I2C_CLASS_SOUNDJean Delvare1-2/+0