index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
i2c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-03
i2c: muxes: pca954x: Fix broken reset-gpio usage
Krzysztof Kozlowski
1
-27
/
+23
2025-10-14
i2c: usbio: Add ACPI device-id for MTL-CVF devices
Hans de Goede
1
-0
/
+1
2025-10-14
i2c: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
22
-41
/
+0
2025-10-11
Revert "i2c: boardinfo: Annotate code used in init phase only"
Wolfram Sang
1
-2
/
+2
2025-10-10
Merge tag 'i2c-for-6.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
5
-182
/
+294
2025-10-04
Merge tag 'usb-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
3
-0
/
+332
2025-10-04
i2c: mt65xx: convert set_speed function to void
Wolfram Sang
1
-9
/
+2
2025-10-04
i2c: rename wait_for_completion callback to wait_for_completion_cb
Byungchul Park
3
-3
/
+3
2025-10-04
Merge tag 'i2c-host-6.18-pt2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindow
Wolfram Sang
1
-170
/
+289
2025-10-04
i2c: rtl9300: add support for RTL9310 I2C controller
Jonas Jelonek
1
-3
/
+44
2025-10-04
i2c: rtl9300: use scoped guard instead of explicit lock/unlock
Jonas Jelonek
1
-11
/
+7
2025-10-04
i2c: rtl9300: separate xfer configuration and execution
Jonas Jelonek
1
-120
/
+114
2025-10-04
i2c: rtl9300: do not set read mode on every transfer
Jonas Jelonek
1
-5
/
+6
2025-10-04
i2c: rtl9300: move setting SCL frequency to config_io
Jonas Jelonek
1
-8
/
+9
2025-10-04
i2c: rtl9300: rename internal sda_pin to sda_num
Jonas Jelonek
1
-12
/
+12
2025-10-04
i2c: rtl9300: use regmap fields and API for registers
Jonas Jelonek
1
-68
/
+124
2025-10-04
i2c: rtl9300: Implement I2C block read and write
Harshal Gohel
1
-4
/
+34
2025-10-01
Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2
-2
/
+8
2025-10-01
Merge tag 'i2c-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
19
-98
/
+149
2025-10-01
Merge tag 'gpio-updates-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
3
-0
/
+207
2025-09-28
i2c: i801: Add support for Intel Wildcat Lake-U
Jarkko Nikula
2
-0
/
+4
2025-09-28
i2c: rtl9300: Drop unsupported I2C_FUNC_SMBUS_I2C_BLOCK
Sven Eckelmann
1
-2
/
+1
2025-09-28
Merge tag 'i2c-host-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindow
Wolfram Sang
3
-24
/
+21
2025-09-26
i2c: designware: Add disabling clocks when probe fails
Kunihiko Hayashi
1
-0
/
+1
2025-09-26
i2c: designware: Fix clock issue when PM is disabled
Kunihiko Hayashi
1
-1
/
+3
2025-09-25
i2c: busses: Fix some spelling errors
Xichao Zhao
4
-4
/
+4
2025-09-25
i2c: mux: Simplify boolean assignment in i2c_mux_alloc
I Viswanath
1
-6
/
+3
2025-09-25
i2c: designware: use dev_err_probe() when probing platform device
Benoît Monin
1
-4
/
+6
2025-09-25
i2c: designware: convert to dev_err_probe() on request IRQ error
Benoît Monin
2
-10
/
+8
2025-09-25
i2c: spacemit: ensure SDA is released after bus reset
Troy Mitchell
1
-1
/
+20
2025-09-25
i2c: spacemit: check SDA instead of SCL after bus reset
Troy Mitchell
1
-2
/
+2
2025-09-25
i2c: spacemit: disable SDA glitch fix to avoid restart delay
Troy Mitchell
1
-0
/
+11
2025-09-25
i2c: spacemit: remove stop function to avoid bus error
Troy Mitchell
1
-19
/
+7
2025-09-25
i2c: spacemit: ensure bus release check runs when wait_bus_idle() fails
Troy Mitchell
1
-4
/
+5
2025-09-25
i2c: mediatek: fix potential incorrect use of I2C_MASTER_WRRD
Leilk.Liu
1
-7
/
+10
2025-09-25
i2c: boardinfo: Annotate code used in init phase only
Heiner Kallweit
1
-2
/
+2
2025-09-25
Merge branch 'i2c/immutable/scoped_fwnode_child' into i2c/for-mergewindow
Wolfram Sang
1
-2
/
+1
2025-09-25
i2c: s3c2410: Drop S3C2410 OF support
Krzysztof Kozlowski
1
-1
/
+0
2025-09-23
Merge tag 'qcom-drivers-for-6.18-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/drivers
Arnd Bergmann
1
-1
/
+7
2025-09-23
i2c: riic: Allow setting frequencies lower than 50KHz
Claudiu Beznea
1
-1
/
+1
2025-09-18
Merge tag 'ib-mfd-gpio-hwmon-i2c-can-rtc-watchdog-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into gpio/for-next
Bartosz Golaszewski
3
-0
/
+207
2025-09-17
i2c: qcom-geni: Load i2c qup Firmware from linux side
Viken Dadhaniya
1
-1
/
+7
2025-09-16
i2c: Add Nuvoton NCT6694 I2C support
Ming Yu
3
-0
/
+207
2025-09-15
Merge tag 'microchip-soc-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/drivers
Arnd Bergmann
1
-1
/
+1
2025-09-15
Merge 6.17-rc6 into usb-next
Greg Kroah-Hartman
2
-15
/
+9
2025-09-13
i2c: tegra: Add Tegra256 support
Akhil R
1
-0
/
+26
2025-09-13
i2c: core: Drop dev_pm_domain_detach() call
Claudiu Beznea
1
-6
/
+3
2025-09-13
i2c: mux: pca9541: Use I2C adapter timeout value for arbitration timeout
Manikanta Guntupalli
1
-6
/
+6
2025-09-12
i2c: Add Intel USBIO I2C driver
Israel Cepeda
3
-0
/
+332
2025-09-10
i2c: core: Use fwnode_for_each_child_node_scoped()
Jean-François Lessard
1
-2
/
+1
[next]