i2c: Document the message size limit
[safe/jmp/linux-2.6] / include / linux / i2c.h
2010-03-02 Zhangfei Gaoi2c: Document the message size limit
2010-03-02 Jean Delvarei2c: Add SMBus alert support
2009-12-14 Jean Delvarei2c: Get rid of I2C_CLIENT_MODULE_PARM
2009-12-14 Jean Delvarei2c: Drop I2C_CLIENT_INSMOD_2 to 8
2009-12-14 Jean Delvarei2c: Drop I2C_CLIENT_INSMOD_1
2009-12-14 Jean Delvarei2c: Get rid of struct i2c_client_address_data
2009-12-14 Jean Delvarei2c: Drop the kind parameter from detect callbacks
2009-12-06 Jean Delvarei2c: Drop probe, ignore and force module parameters
2009-12-06 Mika Kuoppalai2c: Prevent priority inversion on top of bus lock
2009-11-07 Jean Delvarei2c: Add an interface to lock/unlock an I2C bus segment
2009-09-18 Jean Delvarei2c: Drop unused i2c_driver.id field
2009-06-19 Hans Verkuili2c: New macro to initialize i2c address lists on the fly
2009-06-19 Jean Delvarei2c: Don't advertise i2c functions when not available
2009-06-19 Jean Delvarei2c: Add a sysfs interface to instantiate devices
2009-06-19 Jean Delvarei2c: Kill the redundant client list
2009-06-19 Jean Delvarei2c: Kill is_newstyle_driver
2009-06-19 Jean Delvarei2c: Drop i2c_probe function
2009-06-19 Jean Delvarei2c: Get rid of the legacy binding model
2009-06-19 Jean Delvarei2c: Kill client_register and client_unregister methods
2009-04-13 Ben Hutchingsi2c: Fix sparse warnings for I2C_BOARD_INFO()
2009-04-06 Jean Delvarei2c: Deprecate client_register and client_unregister...
2009-02-24 Jean Delvarei2c-dev: Clarify the unit of ioctl I2C_TIMEOUT
2009-01-26 Jean Delvarei2c: Warn on deprecated binding model use
2009-01-07 Jean Delvarei2c: Drop I2C_CLASS_CAM_DIGITAL
2009-01-07 Jean Delvarei2c: Drop I2C_CLASS_CAM_ANALOG and I2C_CLASS_SOUND
2009-01-07 Jean Delvarei2c: Drop I2C_CLASS_ALL
2008-10-22 Anton Vorontsovi2c: Add info->archdata field
2008-10-22 Jean Delvarei2c: Clean up <linux/i2c.h>
2008-10-22 Jean Delvarei2c: Drop 2-byte address block transfer defines
2008-10-22 Jean Delvarei2c: Constify i2c_get_clientdata's parameter
2008-10-22 Wolfram Sangi2c: Make clear what the class field of i2c_adapter...
2008-08-28 Jean Delvarei2c: Add missing kerneldoc descriptions
2008-07-14 Jean Delvarei2c: Add detection capability to new-style drivers
2008-07-14 Jon Smirli2c: Export the i2c_bus_type symbol
2008-07-14 Jean Delvarei2c: Let bus drivers add SPD to their class
2008-07-14 Jean Delvarei2c: Let framebuffer drivers set their I2C bus class...
2008-07-14 Jean Delvarei2c: Update stray references to smbus_access
2008-07-14 Jean Delvarei2c: Delete unused function i2c_smbus_write_quick
2008-07-01 Wolfram Sangi2c: Fix bad hint about irqs in i2c.h
2008-05-18 Jean Delvarei2c: Kill the old driver matching scheme
2008-05-11 Jean Delvarei2c: Match dummy devices by type
2008-04-29 Jean Delvarei2c: Convert most new-style drivers to use module aliasing
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
next