index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
i2c: fsi: Add I2C master locking
Eddie James
2018-07-21
1
-4
/
+12
|
*
|
i2c: fsi: Add transfer implementation
Eddie James
2018-07-21
1
-2
/
+193
|
*
|
i2c: fsi: Add abort and hardware reset procedures
Eddie James
2018-07-21
1
-0
/
+91
|
*
|
i2c: fsi: Add port structures
Eddie James
2018-07-21
1
-0
/
+91
|
*
|
i2c: Add FSI-attached I2C master algorithm
Eddie James
2018-07-21
3
-0
/
+251
|
*
|
i2c: recovery: rename variable for easier understanding
Wolfram Sang
2018-07-17
1
-7
/
+7
|
*
|
i2c: rcar: use the new get_bus_free callback
Wolfram Sang
2018-07-17
1
-10
/
+11
|
*
|
i2c: recovery: add get_bus_free callback
Wolfram Sang
2018-07-17
1
-4
/
+23
|
*
|
i2c: recovery: refactor recovery function
Wolfram Sang
2018-07-17
1
-18
/
+6
|
*
|
i2c: recovery: require either get_sda or set_sda
Wolfram Sang
2018-07-17
1
-1
/
+6
|
*
|
Merge tag 'v4.18-rc5' into i2c/for-4.19
Wolfram Sang
2018-07-17
4
-12
/
+21
|
|
\
|
|
*
|
Merge branch 'i2c/precise-locking-names_immutable' into i2c/for-4.19
Wolfram Sang
2018-07-13
7
-39
/
+39
|
|
\
\
|
|
*
|
i2c: remove i2c_lock_adapter and use i2c_lock_bus directly
Peter Rosin
2018-07-13
6
-36
/
+36
|
|
*
|
i2c: mux: pca9541: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
Peter Rosin
2018-07-13
1
-3
/
+3
|
*
|
|
i2c: i801: Add support for Intel Ice Lake
Mika Westerberg
2018-07-03
2
-0
/
+5
|
*
|
|
i2c: i801: Consolidate chipset names in documentation and Kconfig
Jarkko Nikula
2018-07-03
1
-7
/
+3
|
*
|
|
i2c: tegra: Add support for Tegra194
Thierry Reding
2018-07-03
1
-14
/
+76
|
*
|
|
i2c: gpio: fault-injector: add incomplete_write_byte
Wolfram Sang
2018-07-03
1
-0
/
+21
|
*
|
|
i2c: gpio: fault-injector: refactor incomplete transfer
Wolfram Sang
2018-07-03
1
-14
/
+22
|
*
|
|
i2c: designware: Add debug print for bus speed
Jarkko Nikula
2018-07-03
1
-2
/
+19
|
*
|
|
i2c: designware: Add debug print for SDA hold time value
Jarkko Nikula
2018-07-03
1
-0
/
+4
|
*
|
|
i2c: designware: Separate timing parameter setting from HW initalization
Jarkko Nikula
2018-07-03
1
-50
/
+80
|
*
|
|
i2c: designware: Move SDA hold time configuration to common code
Jarkko Nikula
2018-07-03
4
-42
/
+56
|
*
|
|
i2c: designware: Call i2c_dw_clk_rate() only once in i2c_dw_init_master()
Jarkko Nikula
2018-07-03
1
-4
/
+5
|
*
|
|
i2c: designware: Don't use internal ___constant_swab32
Jarkko Nikula
2018-07-03
1
-1
/
+2
|
*
|
|
i2c: designware: Move register access detection to common code
Jarkko Nikula
2018-07-03
4
-28
/
+43
|
*
|
|
i2c: designware: Remove needless variable from i2c_dw_init_slave()
Jarkko Nikula
2018-07-03
1
-3
/
+1
|
*
|
|
i2c: mux: make use of __i2c_smbus_xfer
Peter Rosin
2018-07-03
1
-2
/
+2
|
*
|
|
i2c: mux: pca954x: make use of __i2c_smbus_xfer
Peter Rosin
2018-07-03
1
-23
/
+4
|
*
|
|
i2c: mux: pca9541: make use of __i2c_smbus_xfer
Peter Rosin
2018-07-03
1
-58
/
+11
|
*
|
|
i2c: mux: mlxcpld: make use of __i2c_smbus_xfer
Peter Rosin
2018-07-03
1
-24
/
+4
|
*
|
|
i2c: smbus: add unlocked __i2c_smbus_xfer variant
Peter Rosin
2018-07-03
1
-8
/
+20
|
|
/
/
*
|
|
Merge tag 'regmap-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
2018-08-14
1
-8
/
+20
|
\
\
\
|
*
\
\
Merge branch 'regmap-4.19' into regmap-next
Mark Brown
2018-08-09
1
-8
/
+20
|
|
\
\
\
|
|
*
|
|
i2c: smbus: add unlocked __i2c_smbus_xfer variant
Peter Rosin
2018-07-20
1
-8
/
+20
|
|
|
/
/
*
|
/
/
i2c: xlp9xx: Fix case where SSIF read transaction completes early
George Cherian
2018-08-09
1
-13
/
+28
|
/
/
/
*
|
|
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2018-07-30
2
-3
/
+3
|
\
\
\
|
*
|
|
i2c/mux, locking/core: Annotate the nested rt_mutex usage
Peter Rosin
2018-07-25
2
-3
/
+3
|
|
|
/
|
|
/
|
*
|
|
i2c: imx: use open drain for recovery GPIO
Wolfram Sang
2018-07-24
1
-1
/
+1
*
|
|
i2c: rcar: handle RXDMA HW behaviour on Gen3
Wolfram Sang
2018-07-24
1
-3
/
+51
*
|
|
i2c: imx: Fix reinit_completion() use
Esben Haabendal
2018-07-23
1
-2
/
+1
*
|
|
i2c: davinci: Avoid zero value of CLKH
Alexander Sverdlin
2018-07-23
1
-2
/
+6
|
/
/
*
|
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-07-14
3
-11
/
+19
|
\
\
|
*
|
i2c: recovery: if possible send STOP with recovery pulses
Wolfram Sang
2018-07-12
1
-1
/
+10
|
*
|
i2c: tegra: Fix NACK error handling
Jon Hunter
2018-07-10
1
-9
/
+8
|
*
|
i2c: stu300: use non-archaic spelling of failes
Thadeu Lima de Souza Cascardo
2018-07-03
1
-1
/
+1
|
|
/
*
/
i2c-cht-wc: Fix bq24190 supplier
Hans de Goede
2018-07-02
1
-1
/
+2
|
/
*
i2c: gpio: initialize SCL to HIGH again
Wolfram Sang
2018-06-29
1
-2
/
+2
*
i2c: smbus: kill memory leak on emulated and failed DMA SMBus xfers
Peter Rosin
2018-06-29
1
-5
/
+9
*
i2c: algos: bit: mention our experience about initial states
Wolfram Sang
2018-06-29
1
-0
/
+5
[prev]
[next]