aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-22i2c: Add info->archdata fieldAnton Vorontsov1-0/+2
2008-10-22i2c: Clean up <linux/i2c.h>Jean Delvare1-74/+75
2008-10-22i2c: Drop 2-byte address block transfer definesJean Delvare1-4/+0
2008-10-22i2c: Constify i2c_get_clientdata's parameterJean Delvare1-2/+2
2008-10-22i2c: Make clear what the class field of i2c_adapter is good forWolfram Sang1-1/+1
2008-08-28i2c: Add missing kerneldoc descriptionsJean Delvare1-0/+12
2008-07-14i2c: Add detection capability to new-style driversJean Delvare1-5/+31
2008-07-14i2c: Export the i2c_bus_type symbolJon Smirl1-0/+2
2008-07-14i2c: Let bus drivers add SPD to their classJean Delvare1-0/+1
2008-07-14i2c: Let framebuffer drivers set their I2C bus class to DDCJean Delvare1-1/+1
2008-07-14i2c: Update stray references to smbus_accessJean Delvare1-2/+2
2008-07-14i2c: Delete unused function i2c_smbus_write_quickJean Delvare1-1/+0
2008-07-01i2c: Fix bad hint about irqs in i2c.hWolfram Sang1-1/+1
2008-05-18i2c: Kill the old driver matching schemeJean Delvare1-6/+1
2008-05-11i2c: Match dummy devices by typeJean Delvare1-1/+1
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare1-6/+6
2008-04-29i2c: Add support for device alias namesJean Delvare1-3/+2
2008-02-24i2c: Make i2c_register_board_info() a NOP when CONFIG_I2C_BOARDINFO=nDavid Brownell1-1/+8
2008-02-24i2c: Storage class should be before const qualifierTobias Klauser1-1/+1
2008-01-27i2c: Add i2c_new_dummy() utilityDavid Brownell1-0/+6
2008-01-27i2c: Stop using the redundant client listDavid Brownell1-3/+5
2008-01-27i2c: Drop redundant i2c_driver.listJean Delvare1-1/+0
2008-01-27i2c: Drop redundant i2c_adapter.listJean Delvare1-1/+0
2008-01-27i2c: Change prototypes of refcounting functionsJean Delvare1-5/+2
2008-01-27i2c: Use the driver model reference countingJean Delvare1-3/+0
2008-01-27i2c: Constify client address dataMark M. Hoffman1-57/+43
2007-11-15i2c: Make i2c_check_addr staticJean Delvare1-5/+0
2007-10-13i2c: Rename the PEC functionality bitDavid Brownell1-2/+3
2007-10-13i2c: Move i2c-dev interfaces to i2c-dev.hDavid Brownell1-30/+0
2007-10-13i2c: Remove i2c_algorithm.algo_control()David Brownell1-7/+0
2007-10-13i2c: Document struct i2c_msgDavid Brownell1-9/+42
2007-10-13i2c-core: Make some code staticAdrian Bunk1-2/+0
2007-10-13i2c: New-style devices can support driver model wakeup flagsDavid Brownell1-3/+4
2007-07-31i2c.h kernel-doc additionsRandy Dunlap1-0/+4
2007-07-19Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds1-1/+0
2007-07-19i2c: Delete the i2c-isa pseudo bus driverJean Delvare1-1/+0
2007-07-12i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeJean Delvare1-2/+3
2007-07-12i2c: Fix sparse warning in i2c.hMark M. Hoffman1-1/+2
2007-07-12i2c: Add kernel documentationDavid Brownell1-3/+8
2007-05-01i2c: Restore i2c_smbus_read_block_dataJean Delvare1-0/+3
2007-05-01i2c: Make i2c_del_driver a void functionJean Delvare1-1/+1
2007-05-01i2c: Move i2c-isa-only exported symbol declarationsJean Delvare1-4/+0
2007-05-01i2c: Add i2c_new_probed_device()Jean Delvare1-0/+9
2007-05-01i2c: Add i2c_add_numbered_adapter()David Brownell1-0/+1
2007-05-01i2c: Add i2c_board_info and i2c_new_device()David Brownell1-0/+62
2007-05-01i2c: i2c stack can remove()David Brownell1-0/+1
2007-05-01i2c: i2c stack can probe()David Brownell1-2/+11
2007-05-01i2c: Emulate SMBus block read over I2CJean Delvare1-0/+1
2007-05-01i2c: Rename dev_to_i2c_adapter()David Brownell1-1/+1
2007-05-01i2c: Shrink struct i2c_clientDavid Brownell1-9/+14