summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2026-04-02i2c: rtl9300: add RTL9607C i2c controller supportRustam Adilov
2026-04-02i2c: rtl9300: introduce new function properties to driver dataRustam Adilov
2026-04-02i2c: rtl9300: introduce clk struct for upcoming rtl9607 supportRustam Adilov
2026-04-02i2c: rtl9300: introduce a property for 8 bit width reg addressRustam Adilov
2026-04-02i2c: rtl9300: introduce F_BUSY to the reg_fields structRustam Adilov
2026-04-02i2c: rtl9300: introduce max length property to driver dataRustam Adilov
2026-04-02i2c: rtl9300: split data_reg into read and write regRustam Adilov
2026-04-01i2c: rtl9300: add support for 50 kHz and 2.5 MHz bus speedsJan Kantert
2026-03-30i2c: tegra: enable compile testing on all archsJohan Hovold
2026-03-27i2c: ocores: Use read_poll_timeout_atomic to avoid false poll timeoutsMartin Aberer
2026-03-27i2c: qcom-cci: Remove unused CCI_RES_MAX macro definitionVladimir Zapolskiy
2026-03-27i2c: designware: Add a new ACPI HID for GOOG5000 I2C controllerMoritz Fischer
2026-03-27i2c: designware: amdisp: Fix resume-probe race condition issuePratap Nirujogi
2026-03-27i2c: imx: ensure no clock is generated after last readStefan Eichenberger
2026-03-27i2c: imx: fix i2c issue when reading multiple messagesStefan Eichenberger
2026-03-26i2c: tegra: Add support for Tegra410Kartik Rajput
2026-03-26i2c: tegra: Add logic to support different register offsetsKartik Rajput
2026-03-26i2c: tegra: Introduce tegra_i2c_variant to identify DVC and VIKartik Rajput
2026-03-26device property: Make modifications of fwnode "flags" thread safeDouglas Anderson
2026-03-26i2c: Use trace_call__##name() at guarded tracepoint call sitesVineeth Pillai (Google)
2026-03-25i2c: s3c24xx: check the size of the SMBUS message before using itGreg Kroah-Hartman
2026-03-22i2c: tegra: Don't mark devices with pins as IRQ safeMikko Perttunen
2026-03-20i2c: cp2615: rename disconnect callbackJohan Hovold
2026-03-20i2c: npcm7xx: Use NULL instead of 0 for pointerKrzysztof Kozlowski
2026-03-19i2c: pxa: defer reset on Armada 3700 when recovery is usedGabor Juhos
2026-03-19i2c: fsi: Fix a potential leak in fsi_i2c_probe()Christophe JAILLET
2026-03-19i2c: cp2615: fix serial string NULL-deref at probeJohan Hovold
2026-03-09i2c: omap: switch to new generic helper for getting selected mux-stateJosua Mayer
2026-03-09i2c: tiny-usb: drop redundant device referenceJohan Hovold
2026-03-09i2c: diolan-u2c: drop redundant device referenceJohan Hovold
2026-03-09i2c: robotfuzz-osif: drop redundant device referenceJohan Hovold
2026-03-04i2c: i801: Revert "i2c: i801: replace acpi_lock with I2C bus lock"Charles Haithcock
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-19Merge branch 'i2c/i2c-host-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Wolfram Sang
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-15Merge 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