aboutsummaryrefslogtreecommitdiff
path: root/include/linux/i2c.h
AgeCommit message (Expand)Author
2010-05-04i2c-core: Use per-adapter userspace device listsJean Delvare
2010-03-02i2c: Document the message size limitZhangfei Gao
2010-03-02i2c: Add SMBus alert supportJean Delvare
2009-12-14i2c: Get rid of I2C_CLIENT_MODULE_PARMJean Delvare
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare
2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare
2009-12-06i2c: Drop probe, ignore and force module parametersJean Delvare
2009-12-06i2c: Prevent priority inversion on top of bus lockMika Kuoppala
2009-11-07i2c: Add an interface to lock/unlock an I2C bus segmentJean Delvare
2009-09-18i2c: Drop unused i2c_driver.id fieldJean Delvare
2009-06-19i2c: New macro to initialize i2c address lists on the flyHans Verkuil
2009-06-19i2c: Don't advertise i2c functions when not availableJean Delvare
2009-06-19i2c: Add a sysfs interface to instantiate devicesJean Delvare
2009-06-19i2c: Kill the redundant client listJean Delvare
2009-06-19i2c: Kill is_newstyle_driverJean Delvare
2009-06-19i2c: Drop i2c_probe functionJean Delvare
2009-06-19i2c: Get rid of the legacy binding modelJean Delvare
2009-06-19i2c: Kill client_register and client_unregister methodsJean Delvare
2009-04-13i2c: Fix sparse warnings for I2C_BOARD_INFO()Ben Hutchings
2009-04-06i2c: Deprecate client_register and client_unregister methodsJean Delvare
2009-02-24i2c-dev: Clarify the unit of ioctl I2C_TIMEOUTJean Delvare
2009-01-26i2c: Warn on deprecated binding model useJean Delvare
2009-01-07i2c: Drop I2C_CLASS_CAM_DIGITALJean Delvare
2009-01-07i2c: Drop I2C_CLASS_CAM_ANALOG and I2C_CLASS_SOUNDJean Delvare
2009-01-07i2c: Drop I2C_CLASS_ALLJean Delvare
2008-10-22i2c: Add info->archdata fieldAnton Vorontsov
2008-10-22i2c: Clean up <linux/i2c.h>Jean Delvare
2008-10-22i2c: Drop 2-byte address block transfer definesJean Delvare
2008-10-22i2c: Constify i2c_get_clientdata's parameterJean Delvare
2008-10-22i2c: Make clear what the class field of i2c_adapter is good forWolfram Sang
2008-08-28i2c: Add missing kerneldoc descriptionsJean Delvare
2008-07-14i2c: Add detection capability to new-style driversJean Delvare
2008-07-14i2c: Export the i2c_bus_type symbolJon Smirl
2008-07-14i2c: Let bus drivers add SPD to their classJean Delvare
2008-07-14i2c: Let framebuffer drivers set their I2C bus class to DDCJean Delvare
2008-07-14i2c: Update stray references to smbus_accessJean Delvare
2008-07-14i2c: Delete unused function i2c_smbus_write_quickJean Delvare
2008-07-01i2c: Fix bad hint about irqs in i2c.hWolfram Sang
2008-05-18i2c: Kill the old driver matching schemeJean Delvare
2008-05-11i2c: Match dummy devices by typeJean Delvare
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare
2008-04-29i2c: Add support for device alias namesJean Delvare
2008-02-24i2c: Make i2c_register_board_info() a NOP when CONFIG_I2C_BOARDINFO=nDavid Brownell
2008-02-24i2c: Storage class should be before const qualifierTobias Klauser
2008-01-27i2c: Add i2c_new_dummy() utilityDavid Brownell
2008-01-27i2c: Stop using the redundant client listDavid Brownell
2008-01-27i2c: Drop redundant i2c_driver.listJean Delvare
2008-01-27i2c: Drop redundant i2c_adapter.listJean Delvare