aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/scx200_acb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-07i2c: remove FSF addressWolfram Sang1-4/+0
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-02i2c: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-03-13i2c: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson1-1/+0
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton1-8/+8
2012-10-05i2c/scx200_*: Replace printks with pr_<level>sJim Cromie1-13/+11
2012-01-12i2c: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin1-1/+1
2011-10-30i2c/scx200_acb: Fix section mismatch warning in scx200_pci_drvHarvey Yang1-3/+3
2011-01-14i2c: Convert SCx200 driver from using raw PCI to platform deviceAndres Salomon1-120/+80
2010-10-27NULL-terminate all pci_device_id tablesDzianis Kahanovich1-1/+2
2010-05-21i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten1-1/+1
2010-05-21i2c/scx200_acb: Make PCI device ids constantJean Delvare1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-18i2c/scx200_acb: Provide more information on bus errorsWilly Tarreau1-2/+4
2009-01-26i2c: Delete many unused adapter IDsJean Delvare1-1/+0
2008-07-14i2c: Let bus drivers add SPD to their classJean Delvare1-1/+1
2008-04-22i2c/scx200_acb: Don't use 0 as NULL pointerAdrian Bunk1-1/+1
2008-02-01PCI: Remove users of pci_enable_device_bars()Benjamin Herrenschmidt1-1/+1
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