index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-09
i2c: lpi2c: Avoid calling clk_get_rate during transfer
Alexander Stein
1
-3
/
+7
2024-11-14
i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not set
Liu Peibao
2
-2
/
+5
2024-10-17
i2c: i801: Use a different adapter-name for IDF adapters
Hans de Goede
1
-1
/
+8
2024-10-10
i2c: synquacer: Deal with optional PCLK correctly
Ard Biesheuvel
1
-2
/
+3
2024-10-10
i2c: synquacer: Remove a clk reference from struct synquacer_i2c
Christophe JAILLET
1
-6
/
+5
2024-10-10
i2c: core: Lock address during client device instantiation
Heiner Kallweit
1
-0
/
+28
2024-10-10
i2c: create debugfs entry per adapter
Wolfram Sang
1
-0
/
+11
2024-10-10
i2c: designware: fix controller is holding SCL low while ENABLE bit is disabled
Kimriver Liu
3
-0
/
+53
2024-10-10
i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabled
Jinjie Ruan
1
-1
/
+1
2024-10-10
i2c: xiic: Wait for TX empty to avoid missed TX NAKs
Robert Hancock
1
-10
/
+9
2024-10-10
i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq()
Jinjie Ruan
1
-3
/
+1
2024-10-10
i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume
Marek Vasut
1
-3
/
+3
2024-10-10
i2c: xiic: Try re-initialization on bus busy timeout
Robert Hancock
1
-15
/
+26
2024-10-10
i2c: xiic: improve error message when transfer fails to start
Marc Ferland
1
-4
/
+5
2024-10-04
i2c: isch: Add missed 'else'
Andy Shevchenko
1
-2
/
+1
2024-10-04
i2c: aspeed: Update the stop sw state when the bus recovery occurs
Tommy Huang
1
-8
/
+8
2024-08-29
i2c: stm32f7: Add atomic_xfer method to driver
Sean Nyekjaer
1
-4
/
+47
2024-08-29
i2c: riic: avoid potential division by zero
Wolfram Sang
1
-1
/
+1
2024-08-29
i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
Andi Shyti
1
-1
/
+3
2024-08-29
i2c: tegra: Do not mark ACPI devices as irq safe
Breno Leitao
1
-2
/
+2
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-18
i2c: rcar: fix error code in probe()
Dan Carpenter
1
-1
/
+3
2024-07-18
i2c: rcar: clear NO_RXDMA flag after resetting
Wolfram Sang
1
-1
/
+1
2024-07-18
i2c: testunit: avoid re-issued work after read message
Wolfram Sang
1
-0
/
+7
2024-07-18
i2c: rcar: ensure Gen3+ reset does not disturb local targets
Wolfram Sang
1
-0
/
+8
2024-07-18
i2c: rcar: introduce Gen4 devices
Wolfram Sang
1
-6
/
+7
2024-07-18
i2c: rcar: reset controller is mandatory for Gen3+
Wolfram Sang
1
-15
/
+14
2024-07-18
i2c: mark HostNotify target address as used
Wolfram Sang
1
-0
/
+1
2024-07-18
i2c: rcar: bring hardware to known state when probing
Wolfram Sang
1
-5
/
+12
2024-07-11
i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr
Piotr Wojtaszczyk
1
-38
/
+10
2024-07-11
i2c: i801: Annotate apanel_addr as __ro_after_init
Heiner Kallweit
1
-1
/
+1
2024-07-05
i2c: testunit: discard write requests while old command is running
Wolfram Sang
1
-0
/
+3
2024-07-05
i2c: testunit: don't erase registers after STOP
Wolfram Sang
1
-1
/
+1
2024-06-27
i2c: ocores: set IACK bit after core is enabled
Grygorii Tertychnyi
1
-1
/
+1
2024-06-21
i2c: designware: Fix the functionality flags of the slave-only interface
Jean Delvare
1
-1
/
+1
2024-06-21
i2c: at91: Fix the functionality flags of the slave-only interface
Jean Delvare
1
-2
/
+1
2024-06-16
i2c: acpi: Unbind mux adapters before delete
Hamish Martin
1
-4
/
+15
2024-06-12
i2c: synquacer: Fix an error handling path in synquacer_i2c_probe()
Christophe JAILLET
1
-13
/
+7
2024-06-12
i2c: cadence: Avoid fifo clear after start
Sai Pavan Boddu
1
-0
/
+1
2024-05-02
i2c: smbus: fix NULL function pointer dereference
Wolfram Sang
1
-6
/
+6
2024-04-13
i2c: designware: Fix RX FIFO depth define on Wangxun 10Gb NIC
Jarkko Nikula
1
-1
/
+1
2024-04-03
i2c: i801: Avoid potential double call to gpiod_remove_lookup_table
Heiner Kallweit
1
-1
/
+3
2024-03-01
i2c: imx: when being a target, mark the last read as processed
Corey Minyard
1
-0
/
+5
2024-02-23
i2c: i801: Fix block process call transactions
Jean Delvare
1
-2
/
+2
2024-02-23
i2c: pasemi: split driver into two separate modules
Arnd Bergmann
2
-4
/
+8
2024-02-23
i2c: qcom-geni: Correct I2C TRE sequence
Viken Dadhaniya
1
-7
/
+7
2024-02-05
i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126
Tim Lunn
1
-2
/
+6
[next]