index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-14
i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
Gaosheng Cui
1
-0
/
+1
2024-08-14
i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resume
Gaosheng Cui
1
-1
/
+3
2024-08-14
i2c: smbus: Send alert notifications to all devices if source not found
Guenter Roeck
1
-3
/
+35
2024-08-14
i2c: smbus: Improve handling of stuck alerts
Guenter Roeck
1
-7
/
+25
2024-07-13
Merge tag 'i2c-host-fixes-6.10-rc8' of git://git.kernel.org/pub/scm/linux/ker...
Wolfram Sang
1
-6
/
+21
2024-07-12
i2c: testunit: avoid re-issued work after read message
Wolfram Sang
1
-0
/
+7
2024-07-12
i2c: rcar: ensure Gen3+ reset does not disturb local targets
Wolfram Sang
1
-0
/
+8
2024-07-11
i2c: mark HostNotify target address as used
Wolfram Sang
1
-0
/
+1
2024-07-11
i2c: testunit: correct Kconfig description
Wolfram Sang
1
-1
/
+1
2024-07-10
i2c: rcar: clear NO_RXDMA flag after resetting
Wolfram Sang
1
-1
/
+1
2024-07-09
i2c: rcar: bring hardware to known state when probing
Wolfram Sang
1
-5
/
+12
2024-07-04
i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr
Piotr Wojtaszczyk
1
-38
/
+10
2024-06-28
i2c: testunit: discard write requests while old command is running
Wolfram Sang
1
-0
/
+3
2024-06-28
i2c: testunit: don't erase registers after STOP
Wolfram Sang
1
-1
/
+1
2024-06-26
i2c: viai2c: turn common code into a proper module
Arnd Bergmann
5
-89
/
+139
2024-06-21
i2c: ocores: set IACK bit after core is enabled
Grygorii Tertychnyi
1
-1
/
+1
2024-06-12
i2c: designware: Fix the functionality flags of the slave-only interface
Jean Delvare
1
-1
/
+1
2024-06-12
i2c: at91: Fix the functionality flags of the slave-only interface
Jean Delvare
1
-2
/
+1
2024-05-23
i2c: synquacer: Remove a clk reference from struct synquacer_i2c
Christophe JAILLET
1
-6
/
+5
2024-05-20
Merge tag 'i2c-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
59
-734
/
+1240
2024-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux
Linus Torvalds
1
-1
/
+0
2024-05-13
Merge branch 'i2c/for-current' into i2c/for-mergewindow
Wolfram Sang
1
-4
/
+15
2024-05-13
i2c: mux: Remove class argument from i2c_mux_add_adapter()
Heiner Kallweit
10
-32
/
+10
2024-05-13
Merge tag 'i2c-host-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/an...
Wolfram Sang
49
-687
/
+1209
2024-05-06
i2c: synquacer: Fix an error handling path in synquacer_i2c_probe()
Christophe JAILLET
1
-13
/
+7
2024-05-06
i2c: acpi: Unbind mux adapters before delete
Hamish Martin
1
-4
/
+15
2024-05-06
i2c: designware: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE()
Andy Shevchenko
2
-4
/
+6
2024-05-06
i2c: pxa: use 'time_left' variable with wait_event_timeout()
Wolfram Sang
1
-7
/
+7
2024-05-06
i2c: s3c2410: use 'time_left' variable with wait_event_timeout()
Wolfram Sang
1
-3
/
+3
2024-05-06
i2c: rk3x: use 'time_left' variable with wait_event_timeout()
Wolfram Sang
1
-5
/
+6
2024-05-06
i2c: qcom-geni: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-3
/
+4
2024-05-06
i2c: jz4780: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-11
/
+11
2024-05-06
i2c: synquacer: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-4
/
+4
2024-05-06
i2c: stm32f7: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-4
/
+4
2024-05-06
i2c: stm32f4: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-4
/
+4
2024-05-06
i2c: st: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-4
/
+4
2024-05-06
i2c: omap: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-5
/
+5
2024-05-06
i2c: imx-lpi2c: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-3
/
+3
2024-05-06
i2c: hix5hd2: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-4
/
+4
2024-05-06
i2c: exynos5: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-6
/
+6
2024-05-06
i2c: digicolor: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-3
/
+3
2024-05-06
i2c: amd-mp2-plat: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-4
/
+4
2024-05-06
i2c: ali15x3: remove printout on handled timeouts
Wolfram Sang
1
-3
/
+1
2024-05-06
i2c: ali1563: remove printout on handled timeouts
Wolfram Sang
1
-1
/
+0
2024-05-06
i2c: ali1535: remove printout on handled timeouts
Wolfram Sang
1
-6
/
+2
2024-05-06
i2c: i801: remove printout on handled timeouts
Wolfram Sang
1
-3
/
+1
2024-05-06
i2c: add zhaoxin i2c controller driver
Hans Hu
5
-5
/
+345
2024-05-06
i2c: wmt: add platform type VIAI2C_PLAT_WMT
Hans Hu
3
-14
/
+27
2024-05-06
i2c: wmt: fix a bug when thread blocked
Hans Hu
2
-71
/
+80
2024-05-06
i2c: wmt: rename something
Hans Hu
3
-146
/
+143
[next]