aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/i2c/writing-clients (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-31docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab1-403/+0
2014-12-04Documentation: i2c: Use PM ops instead of legacy suspend/resumeLars-Peter Clausen1-4/+4
2013-01-28i2c: core: Remove definition of i2c_smbus_process_callTushar Behera1-2/+2
2012-07-24i2c/writing-clients: Mention module_i2c_driver()Jean Delvare1-8/+15
2011-05-24i2c/writing-clients: Fix foo_driver.id_tableVikram Narayanan1-1/+1
2010-05-04i2c-core: Erase pointer to clientdata on removalWolfram Sang1-0/+5
2010-03-02i2c: Document the message size limitZhangfei Gao1-2/+3
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare1-1/+1
2009-06-19i2c: Get rid of the legacy binding modelJean Delvare1-13/+3
2009-03-28i2c: Document the different ways to instantiate i2c devicesJean Delvare1-4/+15
2008-10-22i2c: Update and clean up writing-clients documentJean Delvare1-129/+97
2008-10-22i2c: Delete legacy model documentationJean Delvare1-241/+14
2008-10-22i2c: Constify i2c_get_clientdata's parameterJean Delvare1-1/+1
2008-10-14i2c: Restore i2c_smbus_process_call functionPrakash Mortha1-2/+2
2008-07-14i2c: Add detection capability to new-style driversJean Delvare1-0/+29
2008-07-14i2c: Delete unused function i2c_smbus_write_quickJean Delvare1-7/+7
2008-07-14i2c-core: Return -Errno, not -1David Brownell1-4/+4
2008-07-01i2c: Documentation: fix device matching descriptionBen Dooks1-4/+14
2008-04-29i2c: Add support for device alias namesJean Delvare1-1/+2
2008-01-27i2c: normal_i2c can be made const (remaining drivers)Jean Delvare1-3/+3
2007-07-12i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeJean Delvare1-1/+1
2007-05-01i2c: Documentation updateJean Delvare1-261/+31
2007-05-01i2c: Make i2c_del_driver a void functionJean Delvare1-4/+1
2007-05-01i2c: Document i2c_new_device()Jean Delvare1-0/+38
2007-05-01i2c: i2c probe() and remove() documentedDavid Brownell1-10/+72
2007-02-13i2c: Add driver suspend/resume/shutdown supportDavid Brownell1-9/+49
2006-01-05[PATCH] i2c: update i2c_driver.command documentationJean Delvare1-7/+3
2006-01-05[PATCH] i2c: Documentation updateJean Delvare1-1/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 11 of 11Jean Delvare1-2/+4
2006-01-05[PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare1-5/+0
2005-11-07[PATCH] i2c: writing-client doc update complementJean Delvare1-2/+2
2005-10-30[PATCH] remove some more check_region stuffJeff Garzik1-0/+1
2005-10-28[PATCH] i2c: Documentation updateJean Delvare1-11/+5
2005-10-28[PATCH] i2c: Documentation fixesJean Delvare1-7/+4
2005-09-05[PATCH] I2C: Rewrite i2c_probeJean Delvare1-3/+4
2005-09-05[PATCH] hwmon: hwmon vs i2c, second round (06/11)Jean Delvare1-53/+15
2005-09-05[PATCH] hwmon: hwmon vs i2c, second round (04/11)Jean Delvare1-14/+5
2005-09-05[PATCH] I2C: refactor message in i2c_detach_clientJean Delvare1-3/+1
2005-09-05[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (8/9)Jean Delvare1-6/+5
2005-09-05[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (7/9)Jean Delvare1-20/+15
2005-07-11[PATCH] I2C: minor I2C doc cleanupsdavid-b@pacbell.net1-7/+0
2005-06-21[PATCH] I2C: Kill address ranges in non-sensors i2c chip driversJean Delvare1-50/+12
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+816