index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: uniphier-f: fix violation of tLOW requirement for Fast-mode
Masahiro Yamada
2018-12-06
1
-1
/
+18
*
i2c: uniphier: fix violation of tLOW requirement for Fast-mode
Masahiro Yamada
2018-12-06
1
-1
/
+7
*
i2c: uniphier-f: fill TX-FIFO only in IRQ handler for repeated START
Masahiro Yamada
2018-12-06
1
-4
/
+9
*
i2c: uniphier-f: fix timeout error after reading 8 bytes
Masahiro Yamada
2018-12-06
1
-3
/
+14
*
i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device node
Hans de Goede
2018-12-06
1
-3
/
+7
*
i2c: axxia: properly handle master timeout
Adamski, Krzysztof (Nokia - PL/Wroclaw)
2018-12-06
1
-11
/
+29
*
i2c: rcar: check bus state before reinitializing
Wolfram Sang
2018-11-27
1
-4
/
+5
*
i2c: nvidia-gpu: limit reads also for combined messages
Wolfram Sang
2018-11-27
1
-0
/
+1
*
i2c: nvidia-gpu: adhere to I2C fault codes
Wolfram Sang
2018-11-27
1
-3
/
+3
*
i2c: nvidia-gpu: make pm_ops static
Wolfram Sang
2018-11-09
1
-1
/
+1
*
i2c: add i2c bus driver for NVIDIA GPU
Ajay Gupta
2018-11-09
3
-0
/
+378
*
i2c: qcom-geni: Fix runtime PM mismatch with child devices
Stephen Boyd
2018-11-09
1
-7
/
+8
*
i2c: omap: Enable for ARCH_K3
Vignesh R
2018-11-09
1
-1
/
+1
*
i2c: Clear client->irq in i2c_device_remove
Charles Keepax
2018-10-31
1
-0
/
+2
*
i2c: Remove unnecessary call to irq_find_mapping
Charles Keepax
2018-10-31
1
-4
/
+1
*
Merge tag 'acpi-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-10-30
4
-148
/
+6
|
\
|
*
i2c: designware: Cleanup bus lock handling
Hans de Goede
2018-10-25
4
-27
/
+6
|
*
x86: baytrail/cherrytrail: Rework and move P-Unit PMIC bus semaphore code
Hans de Goede
2018-10-25
1
-123
/
+2
*
|
Merge branch 'i2c/for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-10-29
22
-298
/
+413
|
\
\
|
|
/
|
/
|
|
*
i2c: sh_mobile: Remove dummy runtime PM callbacks
Jarkko Nikula
2018-10-29
1
-18
/
+0
|
*
i2c: uniphier-f: fix race condition when IRQ is cleared
Masahiro Yamada
2018-10-29
1
-5
/
+6
|
*
i2c: uniphier-f: fix occasional timeout error
Masahiro Yamada
2018-10-29
1
-8
/
+25
|
*
i2c: uniphier-f: make driver robust against concurrency
Masahiro Yamada
2018-10-29
1
-1
/
+16
|
*
Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...
Wolfram Sang
2018-10-29
3
-3
/
+3
|
|
\
|
|
*
i2c: mux: mlxcpld: simplify code to reach the adapter
Luca Ceresoli
2018-10-08
1
-1
/
+1
|
|
*
i2c: mux: ltc4306: simplify code to reach the adapter
Luca Ceresoli
2018-10-08
1
-1
/
+1
|
|
*
i2c: mux: pca954x: simplify code to reach the adapter
Luca Ceresoli
2018-10-08
1
-1
/
+1
|
*
|
i2c: i2c-qcom-geni: Simplify irq handler
Stephen Boyd
2018-10-11
1
-41
/
+29
|
*
|
i2c: i2c-qcom-geni: Simplify tx/rx functions
Stephen Boyd
2018-10-11
1
-43
/
+36
|
*
|
Merge tag 'v4.19-rc7' into i2c/for-4.20
Wolfram Sang
2018-10-11
4
-6
/
+23
|
|
\
\
|
*
|
|
i2c: designware: Set IRQF_NO_SUSPEND flag for all BYT and CHT controllers
Hans de Goede
2018-10-11
3
-3
/
+4
|
*
|
|
i2c: core: remove level of indentation in i2c_transfer
Wolfram Sang
2018-10-05
1
-17
/
+16
|
*
|
|
i2c: core: remove outdated DEBUG output
Wolfram Sang
2018-10-05
1
-10
/
+0
|
*
|
|
i2c: zx2967: use core to detect 'no zero length' quirk
Wolfram Sang
2018-10-05
1
-3
/
+5
|
*
|
|
i2c: tegra: use core to detect 'no zero length' quirk
Wolfram Sang
2018-10-05
1
-3
/
+1
|
*
|
|
i2c: qup: use core to detect 'no zero length' quirk
Wolfram Sang
2018-10-05
1
-8
/
+6
|
*
|
|
i2c: omap: use core to detect 'no zero length' quirk
Wolfram Sang
2018-10-05
1
-3
/
+5
|
*
|
|
Merge tag 'at24-4.20-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin...
Wolfram Sang
2018-10-05
5
-12
/
+14
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
i2c: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-10-05
2
-10
/
+11
|
*
|
|
i2c: brcmstb: Allow enabling the driver on DSL SoCs
Florian Fainelli
2018-10-05
1
-3
/
+4
|
*
|
|
i2c: synquacer: fix fall-through annotation
Gustavo A. R. Silva
2018-09-25
1
-1
/
+1
|
*
|
|
i2c: aspeed: fix invalid clock parameters for very large divisors
Brendan Higgins
2018-09-24
1
-20
/
+45
|
*
|
|
i2c: aspeed: use proper annotation for "fall through"
Wolfram Sang
2018-09-24
1
-2
/
+2
|
*
|
|
i2c: aspeed: Acknowledge most interrupts early in interrupt handler
Guenter Roeck
2018-09-24
1
-2
/
+7
|
*
|
|
i2c: aspeed: Handle master/slave combined irq events properly
Jae Hyun Yoo
2018-09-06
1
-55
/
+76
|
*
|
|
i2c: mediatek: Use DMA safe buffers for i2c transactions
Jun Gao
2018-09-06
1
-7
/
+55
|
*
|
|
i2c: designware: Remove Cherry Trail PMIC I2C bus pm_disabled workaround
Hans de Goede
2018-09-06
4
-23
/
+8
|
*
|
|
i2c: designware: add MSCC Ocelot support
Alexandre Belloni
2018-09-02
2
-0
/
+43
|
*
|
|
i2c: designware: allow IP specific sda_hold_time
Alexandre Belloni
2018-09-02
2
-0
/
+3
|
*
|
|
i2c: designware: move #ifdef CONFIG_OF to the top
Alexandre Belloni
2018-09-02
1
-8
/
+8
[next]