i2c: Add support for device alias names
[safe/jmp/linux-2.6] / include / linux / i2c.h
2008-04-29 Jean Delvarei2c: Add support for device alias names
2008-02-24 David Brownelli2c: Make i2c_register_board_info() a NOP when CONFIG_I...
2008-02-24 Tobias Klauseri2c: Storage class should be before const qualifier
2008-01-27 David Brownelli2c: Add i2c_new_dummy() utility
2008-01-27 David Brownelli2c: Stop using the redundant client list
2008-01-27 Jean Delvarei2c: Drop redundant i2c_driver.list
2008-01-27 Jean Delvarei2c: Drop redundant i2c_adapter.list
2008-01-27 Jean Delvarei2c: Change prototypes of refcounting functions
2008-01-27 Jean Delvarei2c: Use the driver model reference counting
2008-01-27 Mark M. Hoffmani2c: Constify client address data
2007-11-15 Jean Delvarei2c: Make i2c_check_addr static
2007-10-13 David Brownelli2c: Rename the PEC functionality bit
2007-10-13 David Brownelli2c: Move i2c-dev interfaces to i2c-dev.h
2007-10-13 David Brownelli2c: Remove i2c_algorithm.algo_control()
2007-10-13 David Brownelli2c: Document struct i2c_msg
2007-10-13 Adrian Bunki2c-core: Make some code static
2007-10-13 David Brownelli2c: New-style devices can support driver model wakeup...
2007-07-31 Randy Dunlapi2c.h kernel-doc additions
2007-07-19 Linus TorvaldsMerge branch 'release' of git://lm-sensors.org/kernel...
2007-07-19 Jean Delvarei2c: Delete the i2c-isa pseudo bus driver
2007-07-12 Jean Delvarei2c: Fix the i2c_smbus_read_i2c_block_data() prototype
2007-07-12 Mark M. Hoffmani2c: Fix sparse warning in i2c.h
2007-07-12 David Brownelli2c: Add kernel documentation
2007-05-01 Jean Delvarei2c: Restore i2c_smbus_read_block_data
2007-05-01 Jean Delvarei2c: Make i2c_del_driver a void function
2007-05-01 Jean Delvarei2c: Move i2c-isa-only exported symbol declarations
2007-05-01 Jean Delvarei2c: Add i2c_new_probed_device()
2007-05-01 David Brownelli2c: Add i2c_add_numbered_adapter()
2007-05-01 David Brownelli2c: Add i2c_board_info and i2c_new_device()
2007-05-01 David Brownelli2c: i2c stack can remove()
2007-05-01 David Brownelli2c: i2c stack can probe()
2007-05-01 Jean Delvarei2c: Emulate SMBus block read over I2C
2007-05-01 David Brownelli2c: Rename dev_to_i2c_adapter()
2007-05-01 David Brownelli2c: Shrink struct i2c_client
2007-05-01 Jean Delvarei2c: i2c_adapter devices need no driver
2007-05-01 Jean Delvarei2c: Kill i2c_adapter.class_dev
2007-02-13 David Brownelli2c: Add driver suspend/resume/shutdown support
2006-12-10 David Brownelli2c: Whitespace cleanups
2006-12-10 Jiri Kosinai2c: Add support for nested i2c bus locking
2006-09-26 Jean Delvarei2c: Drop unimplemented slave functions
2006-09-26 David Brownelli2c: Let drivers constify i2c_algorithm data
2006-07-12 Jean Delvare[PATCH] i2c-powermac: Fix master_xfer return value
2006-06-22 Krzysztof Halasa[PATCH] i2c: Mark block write buffers as const
2006-04-25 David WoodhouseSanitise linux/i2c.h for userspace consumption
2006-03-23 Ingo Molnar[PATCH] i2c: Semaphore to mutex conversions, part 2
2006-02-06 Jean Delvare[PATCH] I2C: Resurrect i2c_smbus_write_i2c_block_data.
2006-01-06 Greg Kroah-Hartman[PATCH] I2C: Make i2c_add_driver automatically set...
2006-01-06 Laurent Riffard[PATCH] i2c: Drop i2c_driver.{owner,name}, 1 of 11
2006-01-06 Jean Delvare[PATCH] i2c: i2c_get_client is gone
2006-01-06 Jean Delvare[PATCH] i2c: Rework client usage count, 3 of 3
2006-01-06 Jean Delvare[PATCH] i2c: Rework client usage count, 2 of 3
2006-01-06 Jean Delvare[PATCH] i2c: Rework client usage count, 1 of 3
2006-01-06 Jean Delvare[PATCH] i2c: Drop i2c_driver.flags, 3 of 3
2006-01-06 Jean Delvare[PATCH] i2c: Drop i2c_driver.flags, 2 of 3
2006-01-06 Jean Delvare[PATCH] i2c: Drop i2c_driver.flags, 1 of 3
2005-10-31 Tim Schmielau[PATCH] fix missing includes
2005-10-28 Greg Kroah-Hartman[PATCH] I2C: add i2c module alias for i2c drivers to use
2005-10-28 Jean Delvare[PATCH] i2c: SMBus PEC support rewrite, 3 of 3
2005-10-28 Jean Delvare[PATCH] i2c: SMBus PEC support rewrite, 2 of 3
2005-10-28 Jean Delvare[PATCH] i2c: SMBus PEC support rewrite, 1 of 3
2005-10-28 Jean Delvare[PATCH] i2c: Drop I2C_SMBUS_I2C_BLOCK_MAX
2005-10-28 Jean Delvare[PATCH] i2c: Drop out-of-date, colliding ioctl definitions
2005-10-28 Jean Delvare[PATCH] i2c: Fix misplaced i2c.h comment
2005-10-28 Jean Delvare[PATCH] i2c: Drop useless CVS revision IDs
2005-10-28 Hideki Iwamoto[PATCH] i2c: Fix union i2c_smbus_data definition
2005-09-17 Jean Delvare[PATCH] i2c: kill an unused i2c_adapter struct member
2005-09-05 Jean Delvare[PATCH] I2C: Drop the I2C_ACK_TEST ioctl
2005-09-05 Jean Delvare[PATCH] I2C: Drop I2C_DEVNAME and i2c_clientname
2005-09-05 Jean Delvare[PATCH] I2C: Outdated i2c_adapter comment
2005-09-05 Jean Delvare[PATCH] I2C: Kill i2c_algorithm.id (4/7)
2005-09-05 Jean Delvare[PATCH] I2C: Kill i2c_algorithm.name (1/7)
2005-09-05 Jean Delvare[PATCH] hwmon: hwmon vs i2c, second round (06/11)
2005-09-05 Jean Delvare[PATCH] hwmon: hwmon vs i2c, second round (01/11)
2005-09-05 Jean Delvare[PATCH] I2C: inline i2c_adapter_id
2005-09-05 Jean Delvare[PATCH] I2C: Separate non-i2c hwmon drivers from i2c...
2005-09-05 Jean Delvare[PATCH] I2C: Separate non-i2c hwmon drivers from i2c...
2005-09-05 Jean Delvare[PATCH] I2C: Separate non-i2c hwmon drivers from i2c...
2005-09-05 bgardner@wabtec.com[PATCH] I2C: add kobj_to_i2c_client
2005-06-22 Jean Delvare[PATCH] I2C: Kill address ranges in non-sensors i2c...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2