index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-12
Merge branch 'i2c-for-2630-rc5' of git://aeryn.fluff.org.uk/bjdooks/linux
Linus Torvalds
4
-26
/
+32
2009-05-12
i2c-cpm: Pass dev ptr to dma_*_coherent rather than NULL
Mark Ware
1
-8
/
+8
2009-05-12
i2c: Enable i2c-s3c2410 for S3C64XX too
Mark Brown
1
-1
/
+1
2009-05-12
i2c-mpc: bug fix for MPC52xx clock setting and printout
Wolfgang Grandegger
1
-14
/
+20
2009-05-05
i2c-algo-pca: Let PCA9564 recover from unacked data byte (state 0x30)
Enrik Berkhan
1
-0
/
+11
2009-05-05
i2c-algo-bit: Fix timeout test
Dave Airlie
1
-1
/
+1
2009-05-05
i2c: Timeouts off by 1
Roel Kluin
9
-13
/
+13
2009-05-03
i2c-pxa.c: timeouts off by 1
Roel Kluin
1
-3
/
+3
2009-04-13
i2c: Let new-style drivers implement attach_adapter
Jean Delvare
1
-2
/
+1
2009-04-13
i2c-voodoo3: Deprecate in favor of tdfxfb
Jean Delvare
1
-2
/
+4
2009-04-13
i2c-algo-pca: Fix use of uninitialized variable in debug message
Jean Delvare
1
-1
/
+1
2009-04-07
i2c: imx: Make disable_delay a per-device variable
Wolfram Sang
1
-4
/
+3
2009-04-07
i2c: xtensa s6000 i2c driver
Oskar Schirmer
4
-0
/
+497
2009-04-07
i2c: i2c-mpc: make I2C bus speed configurable
Wolfgang Grandegger
1
-20
/
+242
2009-04-07
i2c: i2c-mpc: use dev based printout function
Wolfgang Grandegger
1
-14
/
+17
2009-04-07
i2c: i2c-mpc: various coding style fixes
Wolfgang Grandegger
1
-17
/
+18
2009-04-07
i2c: imx: Add missing request_mem_region in probe()
Darius Augulis
1
-5
/
+13
2009-04-07
i2c: i2c-s3c2410: Initialise Samsung I2C controller early
Mark Brown
1
-2
/
+1
2009-04-07
i2c-s3c2410: Simplify bus frequency calculation
Daniel Silverstone
1
-39
/
+11
2009-04-07
i2c-s3c2410: sda_delay should be in ns, not clock ticks
Ben Dooks
1
-5
/
+19
2009-04-07
i2c: iMX/MXC support
Darius Augulis
3
-0
/
+628
2009-04-06
i2c: Delete unused i2c-algo-sgi helper module
Jean Delvare
3
-184
/
+0
2009-03-30
Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
Linus Torvalds
4
-339
/
+77
2009-03-30
i2c-i801: Instantiate FSC hardware montioring chips
Hans de Goede
1
-0
/
+77
2009-03-30
Move the pcf8591 driver to hwmon
Jean Delvare
3
-339
/
+0
2009-03-30
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
19
-290
/
+546
2009-03-28
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
Linus Torvalds
16
-261
/
+514
2009-03-28
i2c-core: Some style cleanups
Zhenwen Xu
1
-13
/
+13
2009-03-28
i2c-piix4: Add support for the Broadcom HT1100 chipset
Flavio Leitner
2
-1
/
+4
2009-03-28
i2c-piix4: Add support to SB800 SMBus changes
Shane Huang
1
-1
/
+72
2009-03-28
i2c-pca-platform: Use defaults if no platform_data given
Wolfram Sang
1
-7
/
+12
2009-03-28
i2c-algo-pca: Use timeout for checking the state machine
Wolfram Sang
3
-33
/
+46
2009-03-28
i2c-algo-pca: Rework waiting for a free bus
Wolfram Sang
2
-8
/
+11
2009-03-28
i2c-algo-pca: Add PCA9665 support
Marco Aurelio da Costa
4
-26
/
+185
2009-03-28
i2c: Adapt debug macros for KERN_* constants
Frank Seidel
1
-5
/
+9
2009-03-28
i2c-davinci: Fix timeout handling
Jean Delvare
1
-5
/
+3
2009-03-28
i2c: Adapter timeout is in jiffies
Jean Delvare
4
-10
/
+9
2009-03-28
i2c: Set a default timeout value for all adapters
Jean Delvare
3
-4
/
+6
2009-03-28
i2c: Add missing KERN_* constants to printks
Frank Seidel
4
-8
/
+11
2009-03-28
i2c-algo-pcf: Handle timeout correctly
Roel Kluin
1
-8
/
+10
2009-03-28
i2c-algo-pcf: Style cleanups
Roel Kluin
1
-135
/
+115
2009-03-28
i2c-nforce2: Add support for MCP67, MCP73, MCP78S and MCP79
Jean Delvare
1
-2
/
+10
2009-03-28
i2c: Clarify which clients are auto-removed
Jean Delvare
1
-1
/
+4
2009-03-28
Merge branch 'origin' into devel
Russell King
1
-1
/
+1
2009-03-25
[ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.h
Russell King
1
-1
/
+1
2009-03-24
Driver core: implement uevent suppress in kobject
Ming Lei
1
-1
/
+1
2009-03-19
Merge branch 'omap-clks3' into devel
Russell King
1
-25
/
+22
2009-03-13
Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel
Russell King
8
-11
/
+17
2009-03-11
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
8
-11
/
+17
2009-03-09
i2c-mpc: do not allow interruptions when waiting for I2C to complete
Timur Tabi
1
-6
/
+3
[next]