summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/scx200_acb.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1Star
* Annotate hardware config module parameters in drivers/i2c/David Howells2017-04-201-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | i2c: remove FSF addressWolfram Sang2014-11-071-4/+0Star
|/
* i2c: remove unnecessary OOM messagesJingoo Han2014-06-021-3/+1Star
* i2c: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2014-03-131-1/+1
* i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-221-1/+0Star
* i2c: remove __dev* attributes from subsystemBill Pemberton2012-12-221-8/+8
* i2c/scx200_*: Replace printks with pr_<level>sJim Cromie2012-10-051-13/+11Star
* i2c: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin2012-01-121-1/+1
* i2c/scx200_acb: Fix section mismatch warning in scx200_pci_drvHarvey Yang2011-10-301-3/+3
* i2c: Convert SCx200 driver from using raw PCI to platform deviceAndres Salomon2011-01-141-120/+80Star
* 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/+0Star
* 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-021-1/+1
* i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeJean Delvare2007-07-121-2/+0Star
* 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/+0Star
* 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-271-1/+1
* [PATCH] SCX200_ACB: eliminate spurious timeout errorsDavid Woodhouse2006-08-061-2/+5
* [PATCH] scx200_acb: Fix the block transactionsJean Delvare2006-07-131-2/+6
* [PATCH] scx200_acb: Fix the state machineThomas Andrews2006-07-131-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/+1Star
* [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/+2Star
* [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/+29Star
* [PATCH] i2c: scx200_acb debug log cleanupBen Gardner2006-03-231-25/+17Star
* [PATCH] i2c: scx200_acb whitespace and comment cleanupBen Gardner2006-03-231-47/+43Star
* [PATCH] i2c: kzalloc conversion, other driversDeepak Saxena2005-10-281-2/+1Star
* [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/+0Star
* [PATCH] I2C: Kill i2c_algorithm.name (1/7)Jean Delvare2005-09-051-1/+0Star