summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
3 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
3 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
3 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
5 daysMerge branch 'i2c/i2c-host-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Wolfram Sang
7 daysMerge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
9 daysMerge tag 'i2c-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-08i2c: imx-lpi2c: fix SMBus block read NACK after byte countCarlos Song
2026-02-07i2c: amd8111: switch to devm_ functionsFilippo Muscherà
2026-02-07i2c: amd8111: Remove spaces in MODULE_* macrosFilippo Muscherà
2026-02-05i2c: designware-platdrv: fix cleanup on probe failureArtem Shimko
2026-02-05i2c: designware-platdrv: simplify reset controlArtem Shimko
2026-02-04i2c: designware: Remove dead code in AMD ISP caseAndy Shevchenko
2026-02-04i2c: designware: Support of controller with IC_EMPTYFIFO_HOLD_MASTER disabledBenoît Monin
2026-02-04i2c: designware: Use runtime PM macro for auto-cleanupBenoît Monin
2026-02-04i2c: designware: Implement I2C_M_STOP supportBenoît Monin
2026-02-03Merge tag 'i2c-host-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Wolfram Sang
2026-02-03i2c: imx: preserve error state in block data length handlerLI Qingwu
2026-01-27i2c: fsi: Convert to fsi bus probe mechanismUwe Kleine-König
2026-01-27i2c: fsi: Drop assigning fsi busUwe Kleine-König
2026-01-24Merge tag 'i2c-host-fixes-6.19-rc7' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang
2026-01-22i2c: designware: Remove an unnecessary conditionHeikki Krogerus
2026-01-22i2c: designware: Enable mode swappingHeikki Krogerus
2026-01-22i2c: designware: Combine the init functionsHeikki Krogerus
2026-01-22i2c: designware: Combine some of the common functionsHeikki Krogerus
2026-01-22i2c: designware: Use device_is_compatible() instead of custom approachAndy Shevchenko
2026-01-22i2c: spacemit: drop IRQF_ONESHOT flag from IRQ requestYixun Lan
2026-01-20drivers/i2c/busses: use min() instead of min_t()David Laight
2026-01-19i2c: imx-lpi2c: Add runtime PM support for IRQ and clock management on i.MX8Q...Carlos Song
2026-01-16i2c: amd-mp2: clean up amd_mp2_find_device()Johan Hovold
2026-01-16i2c: designware: Replace magic numbers with named constantsArtem Shimko
2026-01-15i2c: rtl9300: use of instead of fwnodeRosen Penev
2026-01-15i2c: rtl9300: remove const castRosen Penev
2026-01-15i2c: tegra: remove unused rstGuixin Liu
2026-01-15i2c: designware: Remove not-going-to-be-supported code for Baikal SoCAndy Shevchenko
2026-01-15i2c: spacemit: drop useless spacesTroy Mitchell
2026-01-14i2c: imx-lpi2c: change to PIO mode in system-wide suspend/resume progressCarlos Song
2026-01-14i2c: qcom-geni: make sure I2C hub controllers can't use SE DMANeil Armstrong
2026-01-14i2c: mlxbf: Use HZ_PER_KHZ in the driverAndy Shevchenko
2026-01-14i2c: mlxbf: Remove unused bus speed definitionsAndy Shevchenko
2026-01-14i2c: core: Use dev_fwnode()Andy Shevchenko
2026-01-14i2c: core: Replace custom implementation of device_match_fwnode()Andy Shevchenko
2026-01-14i2c: core: Check for error pointer for fwnodeAndy Shevchenko
2026-01-14i2c: tegra: Add Tegra264 supportAkhil R
2026-01-14i2c: tegra: Add support for SW mutex registerKartik Rajput
2026-01-14i2c: tegra: Add HS mode supportAkhil R
2026-01-14i2c: tegra: Update Tegra256 timing parametersAkhil R
2026-01-14i2c: tegra: Use separate variables for fast and fastplusAkhil R
2026-01-14i2c: tegra: Do not configure DMA if not supportedKartik Rajput
2026-01-13i2c: synquacer: Use HZ_PER_GHZ constant instead of plain numberAndy Shevchenko