index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Lines
2025-06-21
i2c: k1: check for transfer error
Alex Elder
-1
/
+1
2025-06-17
sysfs: treewide: switch back to bin_attribute::read()/write()
Thomas Weißschuh
-2
/
+2
2025-06-12
i2c: use inclusive callbacks in struct i2c_algorithm
Wolfram Sang
-101
/
+101
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-1
/
+1
2025-05-30
Merge tag 'i2c-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-579
/
+1405
2025-05-27
Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-4
/
+4
2025-05-23
i2c: Use str_read_write() helper
Yumeng Fang
-7
/
+14
2025-05-23
Merge tag 'i2c-host-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/an...
Wolfram Sang
-370
/
+949
2025-05-23
i2c: mlxbf: avoid 64-bit division
Arnd Bergmann
-5
/
+3
2025-05-23
i2c: viai2c-wmt: Replace dev_err() with dev_err_probe() in probe function
Enrico Zanda
-13
/
+7
2025-05-23
i2c: designware: Don't warn about missing get_clk_rate_khz
Heikki Krogerus
-1
/
+3
2025-05-23
i2c: designware: Invoke runtime suspend on quick slave re-registration
Tan En De
-1
/
+1
2025-05-23
i2c-mlxbf: Improve I2C bus timing configuration
Chris Babroski
-18
/
+16
2025-05-23
i2c-mlxbf: Add repeated start condition support
Chris Babroski
-8
/
+26
2025-05-23
i2c: xgene-slimpro: Replace dev_err() with dev_err_probe() in probe function
Enrico Zanda
-10
/
+8
2025-05-23
i2c: microchip-corei2c: add smbus support
prashanth kumar burujukindi
-0
/
+102
2025-05-23
i2c: mlxbf: Allow build with COMPILE_TEST
Andi Shyti
-1
/
+1
2025-05-23
i2c: I2C_DESIGNWARE_AMDISP should depend on DRM_AMD_ISP
Geert Uytterhoeven
-0
/
+1
2025-05-22
i2c: atr: add passthrough flag
Cosmin Tanislav
-2
/
+5
2025-05-22
i2c: atr: add static flag
Cosmin Tanislav
-2
/
+10
2025-05-22
i2c: atr: allow replacing mappings in attach_addr()
Cosmin Tanislav
-0
/
+3
2025-05-22
i2c: atr: deduplicate logic in attach_addr()
Cosmin Tanislav
-24
/
+6
2025-05-22
i2c: atr: do not create mapping in detach_addr()
Cosmin Tanislav
-3
/
+1
2025-05-22
i2c: atr: split up i2c_atr_get_mapping_by_addr()
Cosmin Tanislav
-35
/
+81
2025-05-22
i2c: atr: find_mapping() -> get_mapping()
Cosmin Tanislav
-4
/
+4
2025-05-22
i2c: atr: Fix lockdep for nested ATRs
Tomi Valkeinen
-3
/
+18
2025-05-21
Merge tag 'v6.15-rc7' into x86/core, to pick up fixes
Ingo Molnar
-1
/
+3
2025-05-20
i2c: use only 'fwnode' for client devices
Wolfram Sang
-2
/
+1
2025-05-20
i2c: powermac: convert of_node usage to fwnode
Wolfram Sang
-1
/
+1
2025-05-20
i2c: core: add useful info when defer probe
Xu Yang
-2
/
+2
2025-05-19
i2c: mlxbf: Use str_read_write() helper
Feng Wei
-5
/
+6
2025-05-19
i2c: thunderx: Use non-hybrid PCI devres API
Philipp Stanner
-1
/
+1
2025-05-19
i2c: ismt: Use non-hybrid PCI devres API
Philipp Stanner
-1
/
+1
2025-05-19
i2c: davinci: add I2C_FUNC_PROTOCOL_MANGLING to feature list
Marcus Folkesson
-1
/
+2
2025-05-19
i2c: smbus: introduce Write Disable-aware SPD instantiating functions
Yo-Jung (Leo) Lin
-5
/
+22
2025-05-19
i2c: riic: Implement bus recovery
Lad Prabhakar
-2
/
+51
2025-05-19
i2c: tegra: check msg length in SMBUS block read
Akhil R
-0
/
+5
2025-05-19
i2c: pasemi: Log bus reset causes
Hector Martin
-2
/
+7
2025-05-19
i2c: pasemi: Improve error recovery
Hector Martin
-7
/
+54
2025-05-19
i2c: pasemi: Improve timeout handling
Sven Peter
-12
/
+29
2025-05-19
i2c: pasemi: Enable the unjam machine
Hector Martin
-1
/
+1
2025-05-19
i2c: iproc: Remove unnecessary double negation
Andi Shyti
-2
/
+2
2025-05-19
i2c: iproc: When there's an error treat it as an error
Andi Shyti
-8
/
+8
2025-05-19
i2c: iproc: Move function and avoid prototypes
Andi Shyti
-74
/
+70
2025-05-19
i2c: iproc: Fix indentation of bcm_iproc_i2c_slave_init()
Andi Shyti
-2
/
+2
2025-05-19
i2c: iproc: Replace udelay() with usleep_range()
Andi Shyti
-4
/
+4
2025-05-19
i2c: iproc: Remove stray blank line in slave ISR
Andi Shyti
-1
/
+0
2025-05-19
i2c: iproc: Fix alignment to match the open parenthesis
Andi Shyti
-5
/
+4
2025-05-19
i2c: iproc: Use u32 instead of uint32_t
Andi Shyti
-2
/
+2
2025-05-19
i2c: iproc: Use dev_err_probe in probe
Andi Shyti
-19
/
+12
[prev]
[next]