index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Lines
2026-01-13
i2c: synquacer: Use HZ_PER_GHZ constant instead of plain number
Andy Shevchenko
-1
/
+2
2026-01-13
i2c: st: Use HZ_PER_GHZ constant instead of plain number
Andy Shevchenko
-1
/
+2
2026-01-13
i2c: rk3x: Use HZ_PER_GHZ constant instead of plain number
Andy Shevchenko
-6
/
+6
2026-01-13
i2c: nomadik: Use HZ_PER_GHZ constant instead of plain number
Andy Shevchenko
-3
/
+4
2026-01-13
i2c: mt65xx: Use HZ_PER_GHZ constant instead of plain number
Andy Shevchenko
-5
/
+6
2026-01-13
i2c: mlxbf: Use HZ_PER_GHZ constant instead of custom one
Andy Shevchenko
-3
/
+2
2026-01-13
i2c: riic: Move suspend handling to NOIRQ phase
Tommaso Merciai
-7
/
+39
2026-01-07
i2c: k1: add reset support
Encrow Thorne
-0
/
+7
2025-12-27
i2c: designware: Remove unnecessary function exports
Heikki Krogerus
-2
/
+0
2025-12-27
i2c: designware: Remove useless driver specific option for I2C target
Heikki Krogerus
-10
/
+4
2025-12-17
i2c: designware: Add dedicated algorithm for AMD NAVI
Benoît Monin
-9
/
+13
2025-12-17
i2c: designware: Sort compatible strings in alphabetical order
Benoît Monin
-2
/
+2
2025-12-17
i2c: designware: Optimize flag reading in i2c_dw_read()
Benoît Monin
-3
/
+2
2025-12-17
i2c: i801: Add support for Intel Nova Lake-S
Jarkko Nikula
-0
/
+4
2025-12-17
i2c: rcar: Fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
-1
/
+1
2025-12-17
i2c: pxa: Fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
-1
/
+1
2025-12-17
i2c: bcm-iproc: Fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
-2
/
+1
2025-12-10
Merge tag 'i2c-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-110
/
+112
2025-12-09
Merge tag 'dmaengine-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-24
/
+224
2025-12-08
i2c: qcom-cci: Add msm8953 compatible
Luca Weiss
-0
/
+46
2025-12-08
Merge tag 'i2c-host-6.19-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Wolfram Sang
-109
/
+65
2025-12-08
i2c: spacemit: fix detect issue
Troy Mitchell
-6
/
+13
2025-12-08
i2c: amd-mp2: fix reference leak in MP2 PCI device
Ma Ke
-1
/
+4
2025-11-29
i2c: i2c-elektor: Allow building on SMP kernels
Magnus Lindholm
-1
/
+1
2025-11-03
i2c: muxes: pca954x: Fix broken reset-gpio usage
Krzysztof Kozlowski
-27
/
+23
2025-10-28
i2c: i801: Fix the Intel Diamond Rapids features
Heikki Krogerus
-1
/
+2
2025-10-28
i2c: pcf8584: Change pcf_doAdress() to pcf_send_address()
Cezar Chiru
-2
/
+2
2025-10-28
i2c: pcf8584: Make pcf_doAddress() function void
Cezar Chiru
-4
/
+2
2025-10-28
i2c: pcf8584: Move 'ret' variable inside for loop, goto out if ret < 0.
Cezar Chiru
-4
/
+8
2025-10-27
i2c: designware: Disable SMBus interrupts to prevent storms from mis-configur...
Jinhui Guo
-0
/
+8
2025-10-27
i2c: i801: Add support for Intel Diamond Rapids
Zeng Guang
-0
/
+3
2025-10-27
i2c: stm32: Omit two variable reassignments in stm32_i2c_dma_request()
Markus Elfring
-4
/
+3
2025-10-27
i2c: designware: Omit a variable reassignment in dw_i2c_plat_probe()
Markus Elfring
-1
/
+1
2025-10-27
i2c: pcf8584: Fix do not use assignment inside if conditional
Cezar Chiru
-13
/
+15
2025-10-27
i2c: pcf8584: Remove debug macros from i2c-algo-pcf.c
Cezar Chiru
-59
/
+0
2025-10-27
i2c: busses: bcm2835: convert from round_rate() to determine_rate()
Brian Masney
-5
/
+7
2025-10-27
i2c: designware: Remove i2c_dw_remove_lock_support()
Nathan Chancellor
-12
/
+0
2025-10-16
i2c: i2c-qcom-geni: Add Block event interrupt support
Jyothi Kumar Seerapu
-24
/
+224
2025-10-14
i2c: usbio: Add ACPI device-id for MTL-CVF devices
Hans de Goede
-0
/
+1
2025-10-14
i2c: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
-41
/
+0
2025-10-11
Revert "i2c: boardinfo: Annotate code used in init phase only"
Wolfram Sang
-2
/
+2
2025-10-10
Merge tag 'i2c-for-6.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-182
/
+294
2025-10-04
Merge tag 'usb-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-0
/
+332
2025-10-04
i2c: mt65xx: convert set_speed function to void
Wolfram Sang
-9
/
+2
2025-10-04
i2c: rename wait_for_completion callback to wait_for_completion_cb
Byungchul Park
-3
/
+3
2025-10-04
Merge tag 'i2c-host-6.18-pt2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Wolfram Sang
-170
/
+289
2025-10-04
i2c: rtl9300: add support for RTL9310 I2C controller
Jonas Jelonek
-3
/
+44
2025-10-04
i2c: rtl9300: use scoped guard instead of explicit lock/unlock
Jonas Jelonek
-11
/
+7
2025-10-04
i2c: rtl9300: separate xfer configuration and execution
Jonas Jelonek
-120
/
+114
2025-10-04
i2c: rtl9300: do not set read mode on every transfer
Jonas Jelonek
-5
/
+6
[prev]
[next]