summaryrefslogtreecommitdiff
path: root/include/linux/i2c.h
AgeCommit message (Expand)Author
2005-09-17[PATCH] i2c: kill an unused i2c_adapter struct memberJean Delvare
2005-09-05[PATCH] I2C: Drop the I2C_ACK_TEST ioctlJean Delvare
2005-09-05[PATCH] I2C: Drop I2C_DEVNAME and i2c_clientnameJean Delvare
2005-09-05[PATCH] I2C: Outdated i2c_adapter commentJean Delvare
2005-09-05[PATCH] I2C: Kill i2c_algorithm.id (4/7)Jean Delvare
2005-09-05[PATCH] I2C: Kill i2c_algorithm.name (1/7)Jean Delvare
2005-09-05[PATCH] hwmon: hwmon vs i2c, second round (06/11)Jean Delvare
2005-09-05[PATCH] hwmon: hwmon vs i2c, second round (01/11)Jean Delvare
2005-09-05[PATCH] I2C: inline i2c_adapter_idJean Delvare
2005-09-05[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (9/9)Jean Delvare
2005-09-05[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (7/9)Jean Delvare
2005-09-05[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (1/9)Jean Delvare
2005-09-05[PATCH] I2C: add kobj_to_i2c_clientbgardner@wabtec.com
2005-06-21[PATCH] I2C: Kill address ranges in non-sensors i2c chip driversJean Delvare
2005-03-31[PATCH] I2C: Move functionality handling from i2c-core to i2c.hJean Delvare
2005-03-30[PATCH] I2C: Kill outdated defines in i2c.hJean Delvare
2005-03-01[PATCH] I2C: minor I2C cleanupsCorey Minyard
2005-03-01[PATCH] I2C: Fix some gcc 4.0 compile failures and warningsMickey Stein
2005-03-01[PATCH] I2C: Make i2c list terminators explicitely unsignedJean Delvare
2005-03-01[PATCH] i2c-core.c: make some code staticAdrian Bunk
2005-03-01[PATCH] I2C: just delete the id field, let's not delay it any longerGreg Kroah-Hartman
2005-03-01[PATCH] I2C: Kill i2c_client.id (4/5)Jean Delvare
2004-11-11[PATCH] I2C: Recent I2C "dead code removal" breaks pmac sound.Gabriel Paubert
2004-10-19[PATCH] module_param_array() should take a pointerRusty Russell
2004-08-04I2C: convert all drivers from MODULE_PARM to module_paramGreg Kroah-Hartman
2004-05-18I2C: change i2c_delay() to use msleep() instead.Greg Kroah-Hartman
2004-05-10[PATCH] I2C: Rename hardware monitoring I2C classJean Delvare
2004-05-05[PATCH] I2C: add .class to i2c driversMichael Hunold
2003-09-22[PATCH] I2C: remove I2C_VERSION and I2C_DATE as they make no sense in the ker...Greg Kroah-Hartman
2003-08-27[PATCH] DEVICE_NAME_SIZE/_HALF removal (I2C stuff)Hirofumi Ogawa
2003-08-08I2C: fix up driver model programming error.Greg Kroah-Hartman
2003-08-08I2C: move the name field back into the i2c_client and i2c_adapter structures.Greg Kroah-Hartman
2003-07-18[PATCH] I2C: consolidate the i2c delay functions.Greg Kroah-Hartman
2003-06-10[PATCH] I2C: fix some errors found by sparse in include/linux/i2c.hGreg Kroah-Hartman
2003-05-08[PATCH] I2C: add more classesMark W. McClelland
2003-05-08[PATCH] i2c: add i2c_adapter class supportGreg Kroah-Hartman
2003-05-06[PATCH] i2c #3/3: add class field to i2c_adapterGerd Knorr
2003-05-06[PATCH] i2c #2/3: add i2c_clients_commandGerd Knorr
2003-05-06[PATCH] i2c #1/3: listify i2c coreGerd Knorr
2003-04-23[PATCH] i2c: remove a lot of dupliated macros from i2c-sensor.h and use the c...Greg Kroah-Hartman
2003-04-23[PATCH] i2c: removed unused flags paramater in found_proc callback.Greg Kroah-Hartman
2003-04-09i2c: clean up i2c-dev.c's formatting, DEBUG, and ioctl messGreg Kroah-Hartman
2003-04-07[PATCH] i2c: add i2c_clientname()Gerd Knorr
2003-03-21i2c: Removed the name variable from i2c_client as the dev one should be used ...Greg Kroah-Hartman
2003-03-21[PATCH] i2c: remove the data field from struct i2c_clientGreg Kroah-Hartman
2003-03-21i2c: add struct device to i2c_client structureGreg Kroah-Hartman
2003-03-20[PATCH] i2c: remove *data from i2c_adapter, as dev->data should be used instead.Greg Kroah-Hartman
2003-03-20i2c: remove i2c_adapter->name and use dev->name instead.Greg Kroah-Hartman
2003-03-19i2c: add initial driver model support for i2c drivers.Greg Kroah-Hartman
2003-03-13i2c: add driver model support to i2c adapter driversGreg Kroah-Hartman