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
2007-05-01
i2c: Add i2c_board_info and i2c_new_device()
David Brownell
5
-4
/
+213
2007-05-01
i2c: i2c stack can remove()
David Brownell
1
-4
/
+61
2007-05-01
i2c: i2c stack can probe()
David Brownell
1
-42
/
+99
2007-05-01
i2c-pca-isa: Port to the new device driver model
Jean Delvare
2
-8
/
+29
2007-05-01
i2c-elektor: Port to the new device driver model
Jean Delvare
1
-12
/
+39
2007-05-01
i2c-parport-light: Port to the new device driver model
Jean Delvare
1
-27
/
+117
2007-05-01
i2c-parport: Fix a minor race on driver unload
Jean Delvare
1
-4
/
+8
2007-05-01
scx200_acb: Fix PCI device reference count
Jean Delvare
1
-0
/
+1
2007-05-01
i2c-nforce2: Add support for the MCP61 and MCP65
Jean Delvare
1
-0
/
+4
2007-05-01
i2c-parport: Optimize binary size
Jean Delvare
1
-8
/
+5
2007-05-01
i2c-algo-bit: Emulate SMBus block read
Jean Delvare
1
-0
/
+17
2007-05-01
i2c: Emulate SMBus block read over I2C
Jean Delvare
1
-8
/
+26
2007-05-01
i2c-algo-bit: Always send a stop condition before leaving
Jean Delvare
1
-12
/
+15
2007-05-01
i2c: Rename dev_to_i2c_adapter()
David Brownell
1
-2
/
+2
2007-05-01
i2c: Class attribute cleanup
David Brownell
2
-37
/
+13
2007-05-01
i2c: Shrink struct i2c_client
David Brownell
13
-13
/
+13
2007-05-01
i2c: i2c_register_driver() cleanup
David Brownell
1
-4
/
+3
2007-05-01
i2c: i2c_adapter devices need no driver
Jean Delvare
2
-14
/
+1
2007-05-01
i2c: Kill i2c_adapter.class_dev
Jean Delvare
2
-50
/
+2
2007-04-17
Minor bug fixes to i2c-pasemi
Olof Johansson
1
-3
/
+3
2007-04-17
i2c-pasemi: Depend on PPC_PASEMI again
Jean Delvare
1
-2
/
+1
2007-03-22
i2c/ds1374: Check workqueue creation status
Cyrill V. Gorcunov
1
-0
/
+4
2007-03-22
i2c-i801: Restore the device state before leaving
Jean Delvare
1
-0
/
+25
2007-03-22
i2c-amd8111: Missed cleanup
Jean Delvare
1
-1
/
+2
2007-03-04
[ARM] Acorn: move the i2c bus driver into drivers/i2c
Russell King
3
-0
/
+108
2007-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
10
-10
/
+10
2007-02-19
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2
-78
/
+165
2007-02-18
Merge the easy part of the IOP branch
Russell King
1
-1
/
+1
2007-02-17
Replace remaining references to "driverfs" with "sysfs".
Robert P. J. Day
10
-10
/
+10
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
12
-12
/
+0
2007-02-14
[ARM] 4184/1: iop: cp6 access handler (undef_hook)
Dan Williams
1
-1
/
+1
2007-02-13
i2c: Remove the warning on missing adapter device
Jean Delvare
1
-3
/
+2
2007-02-13
i2c: Declare more i2c_adapter parent devices
Jean Delvare
4
-3
/
+8
2007-02-13
i2c: PA Semi SMBus driver
Olof Johansson
3
-0
/
+434
2007-02-13
i2c-amd8111: Proposed cleanups
Jean Delvare
1
-28
/
+42
2007-02-13
i2c-parport: Add support for One For All remote JP1 interface
Jonathan McDowell
1
-0
/
+8
2007-02-13
i2c-viapro: Add support for the VIA CX700 south bridge
Jean Delvare
2
-3
/
+8
2007-02-13
i2c: Add IDs to adapters
Stephen Hemminger
17
-0
/
+19
2007-02-13
i2c: Add driver suspend/resume/shutdown support
David Brownell
1
-21
/
+44
2007-02-13
i2c: completion header cleanups
Jean Delvare
3
-1
/
+2
2007-02-13
i2c-i801: Spelling fix
Jean Delvare
1
-1
/
+1
2007-02-13
i2c-piix4: Add support for the ATI SB600
Jean Delvare
2
-0
/
+4
2007-02-13
i2c-nforce2: Drop unused reference to pci_dev
Jean Delvare
1
-2
/
+0
2007-02-13
i2c-ali1563: Fix device initialization
Jean Delvare
1
-23
/
+18
2007-02-13
i2c-ali1563: Improve the status messages
Jean Delvare
1
-5
/
+11
2007-02-12
[PATCH] mark struct file_operations const 3
Arjan van de Ven
2
-2
/
+2
2007-02-08
[ARM] 4144/1: Fix for patch #4099/1 with CONFIG_I2C_PXA_SLAVE set
Guennadi Liakhovetski
1
-77
/
+164
2007-02-07
USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>
David Brownell
1
-1
/
+1
2007-01-05
i2c/m41t00: Do not forget to write year
Philippe De Muyter
1
-0
/
+1
2007-01-05
i2c-mv64xxx: Fix random oops at boot
Maxime Bizon
1
-2
/
+2
[next]