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
2018-07-23
i2c: davinci: Avoid zero value of CLKH
Alexander Sverdlin
1
-2
/
+6
2018-07-21
i2c: aspeed: Adjust spinlock scope in the irq handler
Jae Hyun Yoo
1
-6
/
+10
2018-07-21
i2c: aspeed: Fix initial values of master and slave state
Jae Hyun Yoo
1
-2
/
+2
2018-07-21
i2c: aspeed: Add newline characters into message printings.
Jae Hyun Yoo
1
-9
/
+9
2018-07-21
i2c: exynos5: Describe the hardware variant for readability
Krzysztof Kozlowski
1
-8
/
+14
2018-07-21
i2c: recovery: make pin init look like STOP
Wolfram Sang
1
-9
/
+10
2018-07-21
i2c: fsi: Add bus recovery
Eddie James
1
-0
/
+132
2018-07-21
i2c: fsi: Add I2C master locking
Eddie James
1
-4
/
+12
2018-07-21
i2c: fsi: Add transfer implementation
Eddie James
1
-2
/
+193
2018-07-21
i2c: fsi: Add abort and hardware reset procedures
Eddie James
1
-0
/
+91
2018-07-21
i2c: fsi: Add port structures
Eddie James
1
-0
/
+91
2018-07-21
i2c: Add FSI-attached I2C master algorithm
Eddie James
3
-0
/
+251
2018-07-20
i2c: smbus: add unlocked __i2c_smbus_xfer variant
Peter Rosin
1
-8
/
+20
2018-07-17
i2c: recovery: rename variable for easier understanding
Wolfram Sang
1
-7
/
+7
2018-07-17
i2c: rcar: use the new get_bus_free callback
Wolfram Sang
1
-10
/
+11
2018-07-17
i2c: recovery: add get_bus_free callback
Wolfram Sang
1
-4
/
+23
2018-07-17
i2c: recovery: refactor recovery function
Wolfram Sang
1
-18
/
+6
2018-07-17
i2c: recovery: require either get_sda or set_sda
Wolfram Sang
1
-1
/
+6
2018-07-17
Merge tag 'v4.18-rc5' into i2c/for-4.19
Wolfram Sang
4
-12
/
+21
2018-07-13
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-11
/
+19
2018-07-13
Merge branch 'i2c/precise-locking-names_immutable' into i2c/for-4.19
Wolfram Sang
7
-39
/
+39
2018-07-13
i2c: remove i2c_lock_adapter and use i2c_lock_bus directly
Peter Rosin
6
-36
/
+36
2018-07-13
i2c: mux: pca9541: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
Peter Rosin
1
-3
/
+3
2018-07-12
i2c: recovery: if possible send STOP with recovery pulses
Wolfram Sang
1
-1
/
+10
2018-07-10
i2c: tegra: Fix NACK error handling
Jon Hunter
1
-9
/
+8
2018-07-03
i2c: i801: Add support for Intel Ice Lake
Mika Westerberg
2
-0
/
+5
2018-07-03
i2c: i801: Consolidate chipset names in documentation and Kconfig
Jarkko Nikula
1
-7
/
+3
2018-07-03
i2c: stu300: use non-archaic spelling of failes
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2018-07-03
i2c: tegra: Add support for Tegra194
Thierry Reding
1
-14
/
+76
2018-07-03
i2c: gpio: fault-injector: add incomplete_write_byte
Wolfram Sang
1
-0
/
+21
2018-07-03
i2c: gpio: fault-injector: refactor incomplete transfer
Wolfram Sang
1
-14
/
+22
2018-07-03
i2c: designware: Add debug print for bus speed
Jarkko Nikula
1
-2
/
+19
2018-07-03
i2c: designware: Add debug print for SDA hold time value
Jarkko Nikula
1
-0
/
+4
2018-07-03
i2c: designware: Separate timing parameter setting from HW initalization
Jarkko Nikula
1
-50
/
+80
2018-07-03
i2c: designware: Move SDA hold time configuration to common code
Jarkko Nikula
4
-42
/
+56
2018-07-03
i2c: designware: Call i2c_dw_clk_rate() only once in i2c_dw_init_master()
Jarkko Nikula
1
-4
/
+5
2018-07-03
i2c: designware: Don't use internal ___constant_swab32
Jarkko Nikula
1
-1
/
+2
2018-07-03
i2c: designware: Move register access detection to common code
Jarkko Nikula
4
-28
/
+43
2018-07-03
i2c: designware: Remove needless variable from i2c_dw_init_slave()
Jarkko Nikula
1
-3
/
+1
2018-07-03
i2c: mux: make use of __i2c_smbus_xfer
Peter Rosin
1
-2
/
+2
2018-07-03
i2c: mux: pca954x: make use of __i2c_smbus_xfer
Peter Rosin
1
-23
/
+4
2018-07-03
i2c: mux: pca9541: make use of __i2c_smbus_xfer
Peter Rosin
1
-58
/
+11
2018-07-03
i2c: mux: mlxcpld: make use of __i2c_smbus_xfer
Peter Rosin
1
-24
/
+4
2018-07-03
i2c: smbus: add unlocked __i2c_smbus_xfer variant
Peter Rosin
1
-8
/
+20
2018-07-02
i2c-cht-wc: Fix bq24190 supplier
Hans de Goede
1
-1
/
+2
2018-06-29
i2c: gpio: initialize SCL to HIGH again
Wolfram Sang
1
-2
/
+2
2018-06-29
i2c: smbus: kill memory leak on emulated and failed DMA SMBus xfers
Peter Rosin
1
-5
/
+9
2018-06-29
i2c: algos: bit: mention our experience about initial states
Wolfram Sang
1
-0
/
+5
2018-06-29
Revert "i2c: algo-bit: init the bus to a known state"
Wolfram Sang
1
-5
/
+0
2018-06-14
Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
58
-386
/
+1592
[prev]
[next]