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
/
busses
Age
Commit message (
Expand
)
Author
Lines
8 days
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
8 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-27
/
+27
9 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-28
/
+29
10 days
Merge branch 'i2c/i2c-host-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Wolfram Sang
-106
/
+164
12 days
Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-9
/
+7
2026-02-15
Merge tag 'i2c-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-522
/
+757
2026-02-08
i2c: imx-lpi2c: fix SMBus block read NACK after byte count
Carlos Song
-24
/
+83
2026-02-07
i2c: amd8111: switch to devm_ functions
Filippo Muscherà
-19
/
+7
2026-02-07
i2c: amd8111: Remove spaces in MODULE_* macros
Filippo Muscherà
-2
/
+2
2026-02-05
i2c: designware-platdrv: fix cleanup on probe failure
Artem Shimko
-7
/
+4
2026-02-05
i2c: designware-platdrv: simplify reset control
Artem Shimko
-21
/
+9
2026-02-04
i2c: designware: Remove dead code in AMD ISP case
Andy Shevchenko
-12
/
+1
2026-02-04
i2c: designware: Support of controller with IC_EMPTYFIFO_HOLD_MASTER disabled
Benoît Monin
-0
/
+42
2026-02-04
i2c: designware: Use runtime PM macro for auto-cleanup
Benoît Monin
-9
/
+9
2026-02-04
i2c: designware: Implement I2C_M_STOP support
Benoît Monin
-39
/
+93
2026-02-03
Merge tag 'i2c-host-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/an...
Wolfram Sang
-452
/
+416
2026-02-03
i2c: imx: preserve error state in block data length handler
LI Qingwu
-1
/
+2
2026-01-27
i2c: fsi: Convert to fsi bus probe mechanism
Uwe Kleine-König
-8
/
+7
2026-01-27
i2c: fsi: Drop assigning fsi bus
Uwe Kleine-König
-1
/
+0
2026-01-24
Merge tag 'i2c-host-fixes-6.19-rc7' of git://git.kernel.org/pub/scm/linux/ker...
Wolfram Sang
-1
/
+1
2026-01-22
i2c: designware: Remove an unnecessary condition
Heikki Krogerus
-5
/
+3
2026-01-22
i2c: designware: Enable mode swapping
Heikki Krogerus
-43
/
+57
2026-01-22
i2c: designware: Combine the init functions
Heikki Krogerus
-117
/
+85
2026-01-22
i2c: designware: Combine some of the common functions
Heikki Krogerus
-143
/
+126
2026-01-22
i2c: designware: Use device_is_compatible() instead of custom approach
Andy Shevchenko
-7
/
+2
2026-01-22
i2c: spacemit: drop IRQF_ONESHOT flag from IRQ request
Yixun Lan
-1
/
+1
2026-01-20
drivers/i2c/busses: use min() instead of min_t()
David Laight
-1
/
+1
2026-01-19
i2c: imx-lpi2c: Add runtime PM support for IRQ and clock management on i.MX8Q...
Carlos Song
-13
/
+71
2026-01-16
i2c: amd-mp2: clean up amd_mp2_find_device()
Johan Hovold
-3
/
+5
2026-01-16
i2c: designware: Replace magic numbers with named constants
Artem Shimko
-11
/
+31
2026-01-15
i2c: rtl9300: use of instead of fwnode
Rosen Penev
-5
/
+4
2026-01-15
i2c: rtl9300: remove const cast
Rosen Penev
-4
/
+4
2026-01-15
i2c: tegra: remove unused rst
Guixin Liu
-2
/
+0
2026-01-15
i2c: designware: Remove not-going-to-be-supported code for Baikal SoC
Andy Shevchenko
-70
/
+0
2026-01-15
i2c: spacemit: drop useless spaces
Troy Mitchell
-7
/
+7
2026-01-14
i2c: imx-lpi2c: change to PIO mode in system-wide suspend/resume progress
Carlos Song
-0
/
+7
2026-01-14
i2c: qcom-geni: make sure I2C hub controllers can't use SE DMA
Neil Armstrong
-4
/
+7
2026-01-14
i2c: mlxbf: Use HZ_PER_KHZ in the driver
Andy Shevchenko
-1
/
+1
2026-01-14
i2c: mlxbf: Remove unused bus speed definitions
Andy Shevchenko
-6
/
+0
2026-01-14
i2c: tegra: Add Tegra264 support
Akhil R
-0
/
+33
2026-01-14
i2c: tegra: Add support for SW mutex register
Kartik Rajput
-0
/
+93
2026-01-14
i2c: tegra: Add HS mode support
Akhil R
-2
/
+57
2026-01-14
i2c: tegra: Update Tegra256 timing parameters
Akhil R
-8
/
+7
2026-01-14
i2c: tegra: Use separate variables for fast and fastplus
Akhil R
-46
/
+73
2026-01-14
i2c: tegra: Do not configure DMA if not supported
Kartik Rajput
-0
/
+5
2026-01-13
i2c: synquacer: Use HZ_PER_GHZ constant instead of plain number
Andy Shevchenko
-1
/
+2
2026-01-13
i2c: st: Use HZ_PER_GHZ constant instead of plain number
Andy Shevchenko
-1
/
+2
2026-01-13
i2c: rk3x: Use HZ_PER_GHZ constant instead of plain number
Andy Shevchenko
-6
/
+6
2026-01-13
i2c: nomadik: Use HZ_PER_GHZ constant instead of plain number
Andy Shevchenko
-3
/
+4
2026-01-13
i2c: mt65xx: Use HZ_PER_GHZ constant instead of plain number
Andy Shevchenko
-5
/
+6
[next]