index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-15
i2c: designware: Add disabling clocks when probe fails
Kunihiko Hayashi
1
-0
/
+1
2025-10-15
i2c: designware: Fix clock issue when PM is disabled
Kunihiko Hayashi
1
-1
/
+3
2025-10-15
i2c: spacemit: ensure SDA is released after bus reset
Troy Mitchell
1
-1
/
+20
2025-10-15
i2c: spacemit: check SDA instead of SCL after bus reset
Troy Mitchell
1
-2
/
+2
2025-10-15
i2c: spacemit: disable SDA glitch fix to avoid restart delay
Troy Mitchell
1
-0
/
+11
2025-10-15
i2c: spacemit: remove stop function to avoid bus error
Troy Mitchell
1
-19
/
+7
2025-10-15
i2c: spacemit: ensure bus release check runs when wait_bus_idle() fails
Troy Mitchell
1
-4
/
+5
2025-10-15
i2c: mediatek: fix potential incorrect use of I2C_MASTER_WRRD
Leilk.Liu
1
-7
/
+10
2025-09-28
i2c: rtl9300: Drop unsupported I2C_FUNC_SMBUS_I2C_BLOCK
Sven Eckelmann
1
-2
/
+1
2025-09-23
i2c: riic: Allow setting frequencies lower than 50KHz
Claudiu Beznea
1
-1
/
+1
2025-09-04
i2c: rtl9300: remove broken SMBus Quick operation support
Jonas Jelonek
1
-12
/
+3
2025-09-04
i2c: rtl9300: ensure data length is within supported range
Jonas Jelonek
1
-1
/
+4
2025-09-04
i2c: rtl9300: fix channel number bound check
Jonas Jelonek
1
-1
/
+1
2025-09-02
i2c: i801: Hide Intel Birch Stream SoC TCO WDT
Chiasheng Lee
1
-1
/
+1
2025-08-19
i2c: rtl9300: Add missing count byte for SMBus Block Ops
Sven Eckelmann
1
-3
/
+3
2025-08-19
i2c: rtl9300: Increase timeout for transfer polling
Sven Eckelmann
1
-1
/
+1
2025-08-19
i2c: rtl9300: Fix multi-byte I2C write
Harshal Gohel
1
-4
/
+4
2025-08-19
i2c: rtl9300: Fix out-of-bounds bug in rtl9300_i2c_smbus_xfer
Alex Guo
1
-0
/
+4
2025-08-03
i2c: apple: Drop default ARCH_APPLE in Kconfig
Sven Peter
1
-1
/
+0
2025-08-03
Merge tag 'i2c-host-6.17-pt2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindow
Wolfram Sang
3
-34
/
+68
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-6
/
+12
2025-07-30
i2c: qcom-geni: fix I2C frequency table to achieve accurate bus rates
Kathiravan Thirumoorthy
1
-3
/
+3
2025-07-30
i2c: tegra: Remove dma_sync_*() calls
Akhil R
1
-19
/
+1
2025-07-30
i2c: tegra: Use internal reset when reset property is not available
Akhil R
1
-1
/
+43
2025-07-30
i2c: stm32f7: support i2c_*_dma_safe_msg_buf APIs
Clément Le Goffic
1
-11
/
+21
2025-07-29
Merge tag 'i2c-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
6
-126
/
+244
2025-07-25
i2c: lpi2c: implement xfer_atomic callback
Emanuele Ghidoli
1
-38
/
+132
2025-07-25
i2c: lpi2c: use readl_poll_timeout() for register polling
Emanuele Ghidoli
1
-49
/
+45
2025-07-25
i2c: lpi2c: convert to use secs_to_jiffies()
Yuesong Li
1
-1
/
+1
2025-07-25
i2c: st: Use min() to improve code
Qianfeng Rong
1
-13
/
+6
2025-07-24
i2c: qup: jump out of the loop in case of timeout
Yang Xiwen
1
-1
/
+3
2025-07-24
i2c: virtio: Avoid hang by using interruptible completion wait
Viresh Kumar
1
-7
/
+8
2025-07-24
i2c: tegra: Fix reset error handling with ACPI
Akhil R
1
-23
/
+1
2025-07-24
i2c: imx: use guard to take spinlock
Troy Mitchell
1
-21
/
+16
2025-07-24
i2c: stm32f7: Use str_on_off() helper
Yumeng Fang
1
-1
/
+2
2025-07-24
i2c: riic: Add support for RZ/T2H SoC
Lad Prabhakar
1
-0
/
+28
2025-07-24
i2c: riic: Move generic compatible string to end of array
Lad Prabhakar
1
-2
/
+2
2025-07-24
i2c: riic: Pass IRQ desc array as part of OF data
Lad Prabhakar
1
-6
/
+16
2025-07-24
i2c: tegra: Add missing kernel-doc for dma_dev member
Hans Zhang
1
-0
/
+1
2025-07-10
i2c: designware: Add quirk for Intel Xe
Heikki Krogerus
1
-2
/
+5
2025-07-10
i2c: designware: Use polling by default when there is no irq resource
Heikki Krogerus
1
-4
/
+7
2025-07-10
i2c: stm32f7: unmap DMA mapped buffer
Clément Le Goffic
1
-13
/
+7
2025-07-10
i2c: stm32: fix the device used for the DMA map
Clément Le Goffic
2
-7
/
+5
2025-07-10
i2c: omap: Fix an error handling path in omap_i2c_probe()
Christophe JAILLET
1
-1
/
+1
2025-07-10
i2c: omap: Handle omap_i2c_init() errors in omap_i2c_probe()
Christophe JAILLET
1
-1
/
+4
2025-07-05
Merge tag 'i2c-for-6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
2
-1
/
+6
2025-07-04
Merge tag 'platform-drivers-x86-v6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Linus Torvalds
2
-2
/
+2
2025-07-01
i2c: microchip-core: re-fix fake detections w/ i2cdetect
Conor Dooley
1
-1
/
+5
2025-06-30
i2c/designware: Fix an initialization issue
Michael J. Ruhl
1
-0
/
+1
2025-06-30
i2c: Re-enable piix4 driver on non-x86
Mario Limonciello
1
-1
/
+1
[next]