index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
scx200_acb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: remove FSF address
Wolfram Sang
2014-11-07
1
-4
/
+0
*
i2c: remove unnecessary OOM messages
Jingoo Han
2014-06-02
1
-3
/
+1
*
i2c: remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
2014-03-13
1
-1
/
+1
*
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Doug Anderson
2013-02-22
1
-1
/
+0
*
i2c: remove __dev* attributes from subsystem
Bill Pemberton
2012-12-22
1
-8
/
+8
*
i2c/scx200_*: Replace printks with pr_<level>s
Jim Cromie
2012-10-05
1
-13
/
+11
*
i2c: Convert to DEFINE_PCI_DEVICE_TABLE
Axel Lin
2012-01-12
1
-1
/
+1
*
i2c/scx200_acb: Fix section mismatch warning in scx200_pci_drv
Harvey Yang
2011-10-30
1
-3
/
+3
*
i2c: Convert SCx200 driver from using raw PCI to platform device
Andres Salomon
2011-01-14
1
-120
/
+80
*
NULL-terminate all pci_device_id tables
Dzianis Kahanovich
2010-10-27
1
-1
/
+2
*
i2c: Use <linux/io.h> instead of <asm/io.h>
H Hartley Sweeten
2010-05-21
1
-1
/
+1
*
i2c/scx200_acb: Make PCI device ids constant
Jean Delvare
2010-05-21
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
i2c/scx200_acb: Provide more information on bus errors
Willy Tarreau
2009-09-18
1
-2
/
+4
*
i2c: Delete many unused adapter IDs
Jean Delvare
2009-01-26
1
-1
/
+0
*
i2c: Let bus drivers add SPD to their class
Jean Delvare
2008-07-14
1
-1
/
+1
*
i2c/scx200_acb: Don't use 0 as NULL pointer
Adrian Bunk
2008-04-22
1
-1
/
+1
*
PCI: Remove users of pci_enable_device_bars()
Benjamin Herrenschmidt
2008-02-01
1
-1
/
+1
*
i2c: Fix the i2c_smbus_read_i2c_block_data() prototype
Jean Delvare
2007-07-12
1
-2
/
+0
*
scx200_acb: Use mutex instead of semaphore
Matthias Kaehlcke
2007-07-12
1
-7
/
+7
*
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
1
-1
/
+0
*
scx200_acb: Fix PCI device reference count
Jean Delvare
2007-05-01
1
-0
/
+1
*
i2c: Shrink struct i2c_client
David Brownell
2007-05-01
1
-1
/
+1
*
i2c: Declare more i2c_adapter parent devices
Jean Delvare
2007-02-13
1
-3
/
+4
*
[PATCH] scx200_acb: handle PCI errors
Jeff Garzik
2006-11-20
1
-3
/
+4
*
i2c: Constify i2c_algorithm declarations, part 2
Jean Delvare
2006-09-26
1
-1
/
+1
*
[PATCH] SCX200_ACB: eliminate spurious timeout errors
David Woodhouse
2006-08-06
1
-2
/
+5
*
[PATCH] scx200_acb: Fix the block transactions
Jean Delvare
2006-07-12
1
-2
/
+6
*
[PATCH] scx200_acb: Fix the state machine
Thomas Andrews
2006-07-12
1
-6
/
+6
*
[PATCH] scx200_acb: Mark scx200_acb_probe __init
Jean Delvare
2006-06-22
1
-1
/
+1
*
[PATCH] scx200_acb: Use PCI I/O resource when appropriate
Jordan Crouse
2006-06-22
1
-53
/
+147
*
[PATCH] scx200_acb: fix section mismatch warning
Randy Dunlap
2006-05-26
1
-1
/
+1
*
[PATCH] scx200_acb: Fix for the CS5535 errata
Jordan Crouse
2006-05-09
1
-0
/
+7
*
[PATCH] scx200_acb: Fix resource name use after free
Jean Delvare
2006-05-09
1
-5
/
+1
*
[PATCH] scx200_acb: Fix return on init error
Jean Delvare
2006-05-09
1
-0
/
+3
*
[PATCH] i2c: Semaphore to mutex conversions, part 3
Jean Delvare
2006-03-23
1
-4
/
+5
*
[PATCH] i2c: scx200_acb fix and speed up the poll loop
Ben Gardner
2006-03-23
1
-11
/
+2
*
[PATCH] i2c: scx200_acb add support for the CS5535/CS5536
Ben Gardner
2006-03-23
1
-14
/
+43
*
[PATCH] i2c: scx200_acb remove use of lock_kernel
Ben Gardner
2006-03-23
1
-6
/
+7
*
[PATCH] i2c: scx200_acb refactor/simplify code
Ben Gardner
2006-03-23
1
-44
/
+29
*
[PATCH] i2c: scx200_acb debug log cleanup
Ben Gardner
2006-03-23
1
-25
/
+17
*
[PATCH] i2c: scx200_acb whitespace and comment cleanup
Ben Gardner
2006-03-23
1
-47
/
+43
*
[PATCH] i2c: kzalloc conversion, other drivers
Deepak Saxena
2005-10-28
1
-2
/
+1
*
[PATCH] I2C: Kill i2c_algorithm.id (6/7)
Jean Delvare
2005-09-05
1
-1
/
+1
*
[PATCH] I2C: Kill i2c_algorithm.id (4/7)
Jean Delvare
2005-09-05
1
-1
/
+0
*
[PATCH] I2C: Kill i2c_algorithm.name (1/7)
Jean Delvare
2005-09-05
1
-1
/
+0
*
[PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup
Alexey Dobriyan
2005-06-21
1
-1
/
+0
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+557