summaryrefslogtreecommitdiff
path: root/include/linux/i2c.h
AgeCommit message (Expand)Author
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
2008-01-27i2c: Change prototypes of refcounting functionsJean Delvare
2008-01-27i2c: Use the driver model reference countingJean Delvare
2008-01-27i2c: Constify client address dataMark M. Hoffman
2007-11-15i2c: Make i2c_check_addr staticJean Delvare
2007-10-13i2c: Rename the PEC functionality bitDavid Brownell
2007-10-13i2c: Move i2c-dev interfaces to i2c-dev.hDavid Brownell
2007-10-13i2c: Remove i2c_algorithm.algo_control()David Brownell
2007-10-13i2c: Document struct i2c_msgDavid Brownell
2007-10-13i2c-core: Make some code staticAdrian Bunk
2007-10-13i2c: New-style devices can support driver model wakeup flagsDavid Brownell
2007-07-31i2c.h kernel-doc additionsRandy Dunlap
2007-07-19Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds
2007-07-19i2c: Delete the i2c-isa pseudo bus driverJean Delvare
2007-07-12i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeJean Delvare
2007-07-12i2c: Fix sparse warning in i2c.hMark M. Hoffman
2007-07-12i2c: Add kernel documentationDavid Brownell
2007-05-01i2c: Restore i2c_smbus_read_block_dataJean Delvare
2007-05-01i2c: Make i2c_del_driver a void functionJean Delvare
2007-05-01i2c: Move i2c-isa-only exported symbol declarationsJean Delvare
2007-05-01i2c: Add i2c_new_probed_device()Jean Delvare
2007-05-01i2c: Add i2c_add_numbered_adapter()David Brownell
2007-05-01i2c: Add i2c_board_info and i2c_new_device()David Brownell
2007-05-01i2c: i2c stack can remove()David Brownell
2007-05-01i2c: i2c stack can probe()David Brownell
2007-05-01i2c: Emulate SMBus block read over I2CJean Delvare
2007-05-01i2c: Rename dev_to_i2c_adapter()David Brownell
2007-05-01i2c: Shrink struct i2c_clientDavid Brownell
2007-05-01i2c: i2c_adapter devices need no driverJean Delvare
2007-05-01i2c: Kill i2c_adapter.class_devJean Delvare
2007-02-13i2c: Add driver suspend/resume/shutdown supportDavid Brownell
2006-12-10i2c: Whitespace cleanupsDavid Brownell
2006-12-10i2c: Add support for nested i2c bus lockingJiri Kosina
2006-09-26i2c: Drop unimplemented slave functionsJean Delvare
2006-09-26i2c: Let drivers constify i2c_algorithm dataDavid Brownell
2006-07-12[PATCH] i2c-powermac: Fix master_xfer return valueJean Delvare
2006-06-22[PATCH] i2c: Mark block write buffers as constKrzysztof Halasa
2006-04-25Sanitise linux/i2c.h for userspace consumptionDavid Woodhouse
2006-03-23[PATCH] i2c: Semaphore to mutex conversions, part 2Ingo Molnar
2006-02-06[PATCH] I2C: Resurrect i2c_smbus_write_i2c_block_data.Jean Delvare