aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/scx200_acb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-12i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeJean Delvare1-2/+0
2007-07-12scx200_acb: Use mutex instead of semaphoreMatthias Kaehlcke1-7/+7
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-01scx200_acb: Fix PCI device reference countJean Delvare1-0/+1
2007-05-01i2c: Shrink struct i2c_clientDavid Brownell1-1/+1
2007-02-13i2c: Declare more i2c_adapter parent devicesJean Delvare1-3/+4
2006-11-20[PATCH] scx200_acb: handle PCI errorsJeff Garzik1-3/+4
2006-09-26i2c: Constify i2c_algorithm declarations, part 2Jean Delvare1-1/+1
2006-08-06[PATCH] SCX200_ACB: eliminate spurious timeout errorsDavid Woodhouse1-2/+5
2006-07-12[PATCH] scx200_acb: Fix the block transactionsJean Delvare1-2/+6
2006-07-12[PATCH] scx200_acb: Fix the state machineThomas Andrews1-6/+6
2006-06-22[PATCH] scx200_acb: Mark scx200_acb_probe __initJean Delvare1-1/+1
2006-06-22[PATCH] scx200_acb: Use PCI I/O resource when appropriateJordan Crouse1-53/+147
2006-05-26[PATCH] scx200_acb: fix section mismatch warningRandy Dunlap1-1/+1
2006-05-09[PATCH] scx200_acb: Fix for the CS5535 errataJordan Crouse1-0/+7
2006-05-09[PATCH] scx200_acb: Fix resource name use after freeJean Delvare1-5/+1
2006-05-09[PATCH] scx200_acb: Fix return on init errorJean Delvare1-0/+3
2006-03-23[PATCH] i2c: Semaphore to mutex conversions, part 3Jean Delvare1-4/+5
2006-03-23[PATCH] i2c: scx200_acb fix and speed up the poll loopBen Gardner1-11/+2
2006-03-23[PATCH] i2c: scx200_acb add support for the CS5535/CS5536Ben Gardner1-14/+43
2006-03-23[PATCH] i2c: scx200_acb remove use of lock_kernelBen Gardner1-6/+7
2006-03-23[PATCH] i2c: scx200_acb refactor/simplify codeBen Gardner1-44/+29
2006-03-23[PATCH] i2c: scx200_acb debug log cleanupBen Gardner1-25/+17
2006-03-23[PATCH] i2c: scx200_acb whitespace and comment cleanupBen Gardner1-47/+43
2005-10-28[PATCH] i2c: kzalloc conversion, other driversDeepak Saxena1-2/+1
2005-09-05[PATCH] I2C: Kill i2c_algorithm.id (6/7)Jean Delvare1-1/+1
2005-09-05[PATCH] I2C: Kill i2c_algorithm.id (4/7)Jean Delvare1-1/+0
2005-09-05[PATCH] I2C: Kill i2c_algorithm.name (1/7)Jean Delvare1-1/+0
2005-06-21[PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanupAlexey Dobriyan1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+557