index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-19
i2c: pasemi: Log bus reset causes
Hector Martin
1
-2
/
+7
2025-05-19
i2c: pasemi: Improve error recovery
Hector Martin
1
-7
/
+54
2025-05-19
i2c: pasemi: Improve timeout handling
Sven Peter
1
-12
/
+29
2025-05-19
i2c: pasemi: Enable the unjam machine
Hector Martin
1
-1
/
+1
2025-05-19
i2c: iproc: Remove unnecessary double negation
Andi Shyti
1
-2
/
+2
2025-05-19
i2c: iproc: When there's an error treat it as an error
Andi Shyti
1
-8
/
+8
2025-05-19
i2c: iproc: Move function and avoid prototypes
Andi Shyti
1
-74
/
+70
2025-05-19
i2c: iproc: Fix indentation of bcm_iproc_i2c_slave_init()
Andi Shyti
1
-2
/
+2
2025-05-19
i2c: iproc: Replace udelay() with usleep_range()
Andi Shyti
1
-4
/
+4
2025-05-19
i2c: iproc: Remove stray blank line in slave ISR
Andi Shyti
1
-1
/
+0
2025-05-19
i2c: iproc: Fix alignment to match the open parenthesis
Andi Shyti
1
-5
/
+4
2025-05-19
i2c: iproc: Use u32 instead of uint32_t
Andi Shyti
1
-2
/
+2
2025-05-19
i2c: iproc: Use dev_err_probe in probe
Andi Shyti
1
-19
/
+12
2025-05-19
i2c: iproc: Drop unnecessary initialisation of 'ret'
Andi Shyti
1
-1
/
+1
2025-05-19
i2c: amd-isp: Add ISP i2c-designware driver
Pratap Nirujogi
3
-0
/
+216
2025-05-19
i2c: octeon: add block-mode i2c operations
Aryan Srivastava
3
-7
/
+175
2025-05-19
i2c: pasemi: Sort includes alphabetically
Sven Peter
2
-10
/
+10
2025-05-19
i2c: pasemi: Use correct bits.h include
Sven Peter
1
-1
/
+1
2025-05-19
i2c: designware: Use better constants from units.h
Andy Shevchenko
1
-1
/
+1
2025-05-19
i2c: scx200_acb: Replace dev_err() with dev_err_probe() in probe function
Enrico Zanda
1
-4
/
+2
2025-05-19
i2c: i2c-xiic: Replace dev_err() with dev_err_probe() in probe function
Enrico Zanda
1
-2
/
+2
2025-05-19
i2c: virtio: Replace dev_err() with dev_err_probe() in probe function
Enrico Zanda
1
-4
/
+3
2025-05-19
i2c: viperboard: Replace dev_err() with dev_err_probe() in probe function
Enrico Zanda
1
-8
/
+6
2025-05-19
i2c: viapro: Replace dev_err() with dev_err_probe() in probe function
Enrico Zanda
1
-18
/
+15
2025-05-19
i2c: via: Replace dev_err() with dev_err_probe() in probe function
Enrico Zanda
1
-8
/
+7
2025-05-19
i2c: uniphier: Replace dev_err() with dev_err_probe() in probe function
Enrico Zanda
1
-16
/
+8
2025-05-19
i2c: uniphier(-f): Replace dev_err() with dev_err_probe() in probe function
Enrico Zanda
1
-16
/
+8
2025-05-19
i2c: npcm: Add clock toggle recovery
Tali Perry
1
-4
/
+8
2025-05-19
i2c: rzv2m: Constify struct i2c_algorithm
Christophe JAILLET
1
-1
/
+1
2025-05-19
i2c: imx: add some dev_err_probe calls
Alexander Stein
1
-5
/
+7
2025-05-19
i2c: xgene-slimpro: Simplify PCC shared memory region handling
Sudeep Holla
1
-35
/
+4
2025-05-19
i2c: lpc2k: Add check for clk_enable()
Chenyuan Yang
1
-1
/
+6
2025-05-19
i2c: npcm7xx: Remove redundant ret variable
Zhang Songyi
1
-5
/
+1
2025-05-19
i2c: qcom-geni: Use generic definitions for bus frequencies
Andy Shevchenko
1
-10
/
+9
2025-05-16
i2c: Switch to irq_domain_create_linear()
Jiri Slaby (SUSE)
2
-4
/
+4
2025-05-14
i2c: designware: Fix an error handling path in i2c_dw_pci_probe()
Christophe JAILLET
1
-1
/
+3
2025-05-13
Merge branch 'x86/platform' into x86/core, to merge dependent commits
Ingo Molnar
2
-10
/
+10
2025-05-06
i2c: omap: fix deprecated of_property_read_bool() use
Johan Hovold
1
-1
/
+1
2025-05-02
i2c: atr: Fix end of loop test in i2c_atr_find_mapping_by_addr()
Dan Carpenter
1
-3
/
+7
2025-04-29
i2c: imx-lpi2c: Fix clock count when probe defers
Clark Wang
1
-2
/
+2
2025-04-26
i2c: piix4, x86/platform: Move the SB800 PIIX4 FCH definitions to <asm/amd/fc...
Mario Limonciello
1
-9
/
+9
2025-04-26
i2c: piix4: Make CONFIG_I2C_PIIX4 dependent on CONFIG_X86
Mario Limonciello
1
-1
/
+1
2025-04-24
i2c: mux: ltc4306: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-5
/
+5
2025-04-18
Merge tag 'i2c-host-fixes-6.15-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Wolfram Sang
1
-0
/
+3
2025-04-18
i2c: Support dynamic address translation
Romain Gantois
1
-61
/
+188
2025-04-18
i2c: support per-channel ATR alias pools
Romain Gantois
1
-22
/
+52
2025-04-18
i2c: rename field 'alias_list' of struct i2c_atr_chan to 'alias_pairs'
Romain Gantois
1
-7
/
+7
2025-04-18
i2c: move ATR alias pool to a separate struct
Romain Gantois
1
-65
/
+107
2025-04-18
i2c: use client addresses directly in ATR interface
Romain Gantois
1
-33
/
+19
2025-04-16
i2c: core: Do not dereference fwnode in struct device
Andy Shevchenko
2
-10
/
+10
[prev]
[next]