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
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2023-08-11
i2c: nomadik: Remove a useless call in the remove function
Christophe JAILLET
1
-2
/
+0
2023-08-11
i2c: nomadik: Use devm_clk_get_enabled()
Andi Shyti
1
-15
/
+3
2023-08-11
i2c: nomadik: Remove unnecessary goto label
Andi Shyti
1
-13
/
+8
2023-08-11
i2c: Improve size determinations
Markus Elfring
2
-2
/
+2
2023-08-11
i2c: Delete error messages for failed memory allocations
Markus Elfring
4
-8
/
+2
2023-07-27
i2c: qup: Add missing unwind goto in qup_i2c_probe()
Shuai Jiang
1
-7
/
+14
2023-07-27
i2c: xiic: Don't try to handle more interrupt events after error
Robert Hancock
1
-0
/
+2
2023-07-27
i2c: xiic: Defer xiic_wakeup() and __xiic_start_xfer() in xiic_process()
Marek Vasut
1
-11
/
+26
2023-06-28
i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycle
Clark Wang
1
-2
/
+2
2023-06-14
i2c: sprd: Delete i2c adapter in .remove's error path
Uwe Kleine-König
1
-3
/
+5
2023-05-17
i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error path
Lars-Peter Clausen
1
-2
/
+4
2023-05-17
i2c: omap: Fix standard mode false ACK readings
Reid Tonking
1
-1
/
+1
2023-04-20
i2c: ocores: generate stop condition after timeout in polling mode
Gregor Herburger
1
-16
/
+19
2023-04-20
i2c: imx-lpi2c: clean rx/tx buffers upon new message
Alexander Stein
1
-0
/
+2
2023-04-05
i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()
Wei Chen
1
-0
/
+3
2023-04-05
i2c: imx-lpi2c: check only for enabled interrupt flags
Alexander Stein
1
-0
/
+4
2023-02-15
i2c: rk3x: fix a bunch of kernel-doc warnings
Randy Dunlap
1
-22
/
+22
2023-02-15
i2c: mxs: suppress probe-deferral error message
Stefan Wahren
1
-2
/
+2
2023-02-01
i2c: designware: use casting of u64 in clock multiplication to avoid overflow
Lareine Khawaly
1
-3
/
+6
2023-02-01
i2c: designware: Use DIV_ROUND_CLOSEST() macro
Andy Shevchenko
2
-6
/
+7
2023-01-14
i2c: ismt: Fix an out-of-bounds bug in ismt_access()
Zheyu Ma
1
-0
/
+3
2023-01-14
i2c: mux: reg: check return value after calling platform_get_resource()
Yang Yingliang
1
-3
/
+2
2023-01-14
i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probe
Hui Tang
1
-7
/
+3
2022-12-08
i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag set
Andrew Lunn
1
-2
/
+4
2022-12-08
i2c: npcm7xx: Fix error handling in npcm_i2c_init()
Yuan Can
1
-1
/
+10
2022-11-25
i2c: i801: add lis3lv02d's I2C address for Vostro 5568
Nam Cao
1
-0
/
+1
2022-11-25
i2c: tegra: Allocate DMA memory for DMA engine
Thierry Reding
1
-6
/
+10
2022-11-10
i2c: piix4: Fix adapter not be removed in piix4_remove()
Chen Zhongjin
1
-0
/
+1
2022-11-10
i2c: xiic: Add platform module alias
Martin Tůma
1
-0
/
+1
2022-10-30
i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapter
Bryan O'Donoghue
1
-5
/
+8
2022-10-26
i2c: mlxbf: support lock mechanism
Asmaa Mnebhi
1
-5
/
+39
2022-09-28
i2c: mlxbf: Fix frequency calculation
Asmaa Mnebhi
1
-40
/
+23
2022-09-28
i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()
Asmaa Mnebhi
1
-0
/
+3
2022-09-28
i2c: mlxbf: incorrect base address passed during io write
Asmaa Mnebhi
1
-1
/
+1
2022-09-28
i2c: imx: If pm_runtime_get_sync() returned 1 device access is possible
Uwe Kleine-König
1
-1
/
+1
2022-08-25
i2c: imx: Make sure to unregister adapter on remove()
Uwe Kleine-König
1
-9
/
+11
2022-08-21
i2c: mux-gpmux: Add of_node_put() when breaking out of loop
Liang He
1
-0
/
+1
2022-08-21
i2c: cadence: Support PEC for SMBus block read
Lars-Peter Clausen
1
-1
/
+9
2022-08-21
i2c: Fix a potential use after free
Xu Wang
1
-1
/
+2
2022-08-21
i2c: npcm: Correct slave role behavior
Tali Perry
1
-3
/
+6
2022-08-21
i2c: npcm: Remove own slave addresses 2:10
Tali Perry
1
-25
/
+16
2022-07-29
i2c: cadence: Change large transfer count reset logic to be unconditional
Robert Hancock
1
-25
/
+5
2022-07-12
i2c: cadence: Unregister the clk notifier in error path
Satish Nagireddy
1
-0
/
+1
2022-06-22
i2c: designware: Use standard optional ref clock implementation
Serge Semin
2
-5
/
+11
2022-06-22
i2c: npcm7xx: Add check for platform_driver_register
Jiasheng Jiang
1
-2
/
+1
2022-06-14
i2c: cadence: Increase timeout per message if necessary
Lucas Tanure
1
-2
/
+10
2022-06-09
i2c: rcar: fix PM ref counts in probe error paths
Kuninori Morimoto
1
-6
/
+9
2022-06-09
i2c: npcm: Handle spurious interrupts
Tali Perry
1
-29
/
+62
2022-06-09
i2c: npcm: Correct register access width
Tyrone Ting
1
-2
/
+2
2022-06-09
i2c: npcm: Fix timeout calculation
Tali Perry
1
-4
/
+4
[next]