aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/scx200_acb.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: Convert SCx200 driver from using raw PCI to platform deviceAndres Salomon2011-01-141-120/+80
* NULL-terminate all pci_device_id tablesDzianis Kahanovich2010-10-271-1/+2
* i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten2010-05-211-1/+1
* i2c/scx200_acb: Make PCI device ids constantJean Delvare2010-05-211-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* i2c/scx200_acb: Provide more information on bus errorsWilly Tarreau2009-09-181-2/+4
* i2c: Delete many unused adapter IDsJean Delvare2009-01-261-1/+0
* i2c: Let bus drivers add SPD to their classJean Delvare2008-07-141-1/+1
* i2c/scx200_acb: Don't use 0 as NULL pointerAdrian Bunk2008-04-221-1/+1
* PCI: Remove users of pci_enable_device_bars()Benjamin Herrenschmidt2008-02-011-1/+1
* i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeJean Delvare2007-07-121-2/+0
* scx200_acb: Use mutex instead of semaphoreMatthias Kaehlcke2007-07-121-7/+7
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* scx200_acb: Fix PCI device reference countJean Delvare2007-05-011-0/+1
* i2c: Shrink struct i2c_clientDavid Brownell2007-05-011-1/+1
* i2c: Declare more i2c_adapter parent devicesJean Delvare2007-02-131-3/+4
* [PATCH] scx200_acb: handle PCI errorsJeff Garzik2006-11-201-3/+4
* i2c: Constify i2c_algorithm declarations, part 2Jean Delvare2006-09-261-1/+1
* [PATCH] SCX200_ACB: eliminate spurious timeout errorsDavid Woodhouse2006-08-061-2/+5
* [PATCH] scx200_acb: Fix the block transactionsJean Delvare2006-07-121-2/+6
* [PATCH] scx200_acb: Fix the state machineThomas Andrews2006-07-121-6/+6
* [PATCH] scx200_acb: Mark scx200_acb_probe __initJean Delvare2006-06-221-1/+1
* [PATCH] scx200_acb: Use PCI I/O resource when appropriateJordan Crouse2006-06-221-53/+147
* [PATCH] scx200_acb: fix section mismatch warningRandy Dunlap2006-05-261-1/+1
* [PATCH] scx200_acb: Fix for the CS5535 errataJordan Crouse2006-05-091-0/+7
* [PATCH] scx200_acb: Fix resource name use after freeJean Delvare2006-05-091-5/+1
* [PATCH] scx200_acb: Fix return on init errorJean Delvare2006-05-091-0/+3
* [PATCH] i2c: Semaphore to mutex conversions, part 3Jean Delvare2006-03-231-4/+5
* [PATCH] i2c: scx200_acb fix and speed up the poll loopBen Gardner2006-03-231-11/+2
* [PATCH] i2c: scx200_acb add support for the CS5535/CS5536Ben Gardner2006-03-231-14/+43
* [PATCH] i2c: scx200_acb remove use of lock_kernelBen Gardner2006-03-231-6/+7
* [PATCH] i2c: scx200_acb refactor/simplify codeBen Gardner2006-03-231-44/+29
* [PATCH] i2c: scx200_acb debug log cleanupBen Gardner2006-03-231-25/+17
* [PATCH] i2c: scx200_acb whitespace and comment cleanupBen Gardner2006-03-231-47/+43
* [PATCH] i2c: kzalloc conversion, other driversDeepak Saxena2005-10-281-2/+1
* [PATCH] I2C: Kill i2c_algorithm.id (6/7)Jean Delvare2005-09-051-1/+1
* [PATCH] I2C: Kill i2c_algorithm.id (4/7)Jean Delvare2005-09-051-1/+0
* [PATCH] I2C: Kill i2c_algorithm.name (1/7)Jean Delvare2005-09-051-1/+0
* [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanupAlexey Dobriyan2005-06-211-1/+0
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+557