aboutsummaryrefslogtreecommitdiff
path: root/include/linux/i2c.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-13i2c: Rename the PEC functionality bitGravatar David Brownell 1-2/+3
2007-10-13i2c: Move i2c-dev interfaces to i2c-dev.hGravatar David Brownell 1-30/+0
2007-10-13i2c: Remove i2c_algorithm.algo_control()Gravatar David Brownell 1-7/+0
2007-10-13i2c: Document struct i2c_msgGravatar David Brownell 1-9/+42
2007-10-13i2c-core: Make some code staticGravatar Adrian Bunk 1-2/+0
2007-10-13i2c: New-style devices can support driver model wakeup flagsGravatar David Brownell 1-3/+4
2007-07-31i2c.h kernel-doc additionsGravatar Randy Dunlap 1-0/+4
2007-07-19Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Gravatar Linus Torvalds 1-1/+0
2007-07-19i2c: Delete the i2c-isa pseudo bus driverGravatar Jean Delvare 1-1/+0
2007-07-12i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeGravatar Jean Delvare 1-2/+3
2007-07-12i2c: Fix sparse warning in i2c.hGravatar Mark M. Hoffman 1-1/+2
2007-07-12i2c: Add kernel documentationGravatar David Brownell 1-3/+8
2007-05-01i2c: Restore i2c_smbus_read_block_dataGravatar Jean Delvare 1-0/+3
2007-05-01i2c: Make i2c_del_driver a void functionGravatar Jean Delvare 1-1/+1
2007-05-01i2c: Move i2c-isa-only exported symbol declarationsGravatar Jean Delvare 1-4/+0
2007-05-01i2c: Add i2c_new_probed_device()Gravatar Jean Delvare 1-0/+9
2007-05-01i2c: Add i2c_add_numbered_adapter()Gravatar David Brownell 1-0/+1
2007-05-01i2c: Add i2c_board_info and i2c_new_device()Gravatar David Brownell 1-0/+62
2007-05-01i2c: i2c stack can remove()Gravatar David Brownell 1-0/+1
2007-05-01i2c: i2c stack can probe()Gravatar David Brownell 1-2/+11
2007-05-01i2c: Emulate SMBus block read over I2CGravatar Jean Delvare 1-0/+1
2007-05-01i2c: Rename dev_to_i2c_adapter()Gravatar David Brownell 1-1/+1
2007-05-01i2c: Shrink struct i2c_clientGravatar David Brownell 1-9/+14
2007-05-01i2c: i2c_adapter devices need no driverGravatar Jean Delvare 1-1/+0
2007-05-01i2c: Kill i2c_adapter.class_devGravatar Jean Delvare 1-3/+0
2007-02-13i2c: Add driver suspend/resume/shutdown supportGravatar David Brownell 1-1/+6
2006-12-10i2c: Whitespace cleanupsGravatar David Brownell 1-37/+37
2006-12-10i2c: Add support for nested i2c bus lockingGravatar Jiri Kosina 1-0/+1
2006-09-26i2c: Drop unimplemented slave functionsGravatar Jean Delvare 1-12/+0
2006-09-26i2c: Let drivers constify i2c_algorithm dataGravatar David Brownell 1-1/+1
2006-07-12[PATCH] i2c-powermac: Fix master_xfer return valueGravatar Jean Delvare 1-0/+2
2006-06-22[PATCH] i2c: Mark block write buffers as constGravatar Krzysztof Halasa 1-2/+2
2006-04-25Sanitise linux/i2c.h for userspace consumptionGravatar David Woodhouse 1-3/+6
2006-03-23[PATCH] i2c: Semaphore to mutex conversions, part 2Gravatar Ingo Molnar 1-3/+3
2006-02-06[PATCH] I2C: Resurrect i2c_smbus_write_i2c_block_data.Gravatar Jean Delvare 1-0/+3
2006-01-05[PATCH] I2C: Make i2c_add_driver automatically set the proper module ownerGravatar Greg Kroah-Hartman 1-1/+6
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 1 of 11Gravatar Laurent Riffard 1-2/+3
2006-01-05[PATCH] i2c: i2c_get_client is goneGravatar Jean Delvare 1-11/+2
2006-01-05[PATCH] i2c: Rework client usage count, 3 of 3Gravatar Jean Delvare 1-3/+1
2006-01-05[PATCH] i2c: Rework client usage count, 2 of 3Gravatar Jean Delvare 1-1/+0
2006-01-05[PATCH] i2c: Rework client usage count, 1 of 3Gravatar Jean Delvare 1-2/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.flags, 3 of 3Gravatar Jean Delvare 1-3/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.flags, 2 of 3Gravatar Jean Delvare 1-1/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.flags, 1 of 3Gravatar Jean Delvare 1-5/+0
2005-10-30[PATCH] fix missing includesGravatar Tim Schmielau 1-0/+1
2005-10-28[PATCH] I2C: add i2c module alias for i2c drivers to useGravatar Greg Kroah-Hartman 1-0/+1
2005-10-28[PATCH] i2c: SMBus PEC support rewrite, 3 of 3Gravatar Jean Delvare 1-4/+0
2005-10-28[PATCH] i2c: SMBus PEC support rewrite, 2 of 3Gravatar Jean Delvare 1-1/+1
2005-10-28[PATCH] i2c: SMBus PEC support rewrite, 1 of 3Gravatar Jean Delvare 1-18/+0
2005-10-28[PATCH] i2c: Drop I2C_SMBUS_I2C_BLOCK_MAXGravatar Jean Delvare 1-1/+0