summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2024-11-13i2c: isch: Prefer to use octal permissionAndy Shevchenko
2024-11-13i2c: isch: Don't use "proxy" headersAndy Shevchenko
2024-11-13i2c: isch: Unify the name of the variable to hold an error codeAndy Shevchenko
2024-11-13i2c: isch: Use read_poll_timeout()Andy Shevchenko
2024-11-13i2c: isch: Utilize temporary variable to hold device pointerAndy Shevchenko
2024-11-13i2c: isch: switch i2c registration to devm functionsAndy Shevchenko
2024-11-13i2c: isch: Use custom private data structureAndy Shevchenko
2024-11-13i2c: isch: Switch to memory mapped IO accessorsAndy Shevchenko
2024-11-13i2c: isch: Use string_choices API instead of ternary operatorAndy Shevchenko
2024-11-13i2c: isch: Pass pointer to struct i2c_adapter downAndy Shevchenko
2024-11-13i2c: cadence: Add atomic transfer support for controller version 1.4Manikanta Guntupalli
2024-11-13i2c: cadence: Split cdns_i2c_master_xfer for Atomic ModeManikanta Guntupalli
2024-11-13i2c: cadence: Relocate cdns_i2c_runtime_suspend and cdns_i2c_runtime_resume t...Manikanta Guntupalli
2024-11-08i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not setLiu Peibao
2024-11-05i2c: muxes: Fix return value check in mule_i2c_mux_probe()Yang Yingliang
2024-11-04i2c: Use *-y instead of *-objs in MakefileAndy Shevchenko
2024-10-14Merge tag 'v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski
2024-10-09i2c: Congatec Board Controller i2c bus driverThomas Richard
2024-10-08i2c: core: Remove extra space in MakefileChen-Yu Tsai
2024-10-08i2c: support gpio-binding for SMBAlertsWolfram Sang
2024-10-08i2c: testunit: improve error handling for GPIOWolfram Sang
2024-10-05Merge tag 'i2c-for-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-10-01i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resumeMarek Vasut
2024-09-29Merge tag 'i2c-for-6.12-rc1-additional_fixes' of git://git.kernel.org/pub/scm...Linus Torvalds
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-27i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan
2024-09-27i2c: keba: I2C_KEBA should depend on KEBA_CP500Geert Uytterhoeven
2024-09-24i2c: synquacer: Deal with optional PCLK correctlyArd Biesheuvel
2024-09-24i2c: designware: fix controller is holding SCL low while ENABLE bit is disabledKimriver Liu
2024-09-23Merge tag 'i2c-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-21Merge tag 'i2c-host-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Wolfram Sang
2024-09-12i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan
2024-09-11i2c: isch: Add missed 'else'Andy Shevchenko
2024-09-11i2c: xiic: Try re-initialization on bus busy timeoutRobert Hancock
2024-09-11i2c: xiic: Wait for TX empty to avoid missed TX NAKsRobert Hancock
2024-09-11i2c: aspeed: Update the stop sw state when the bus recovery occursTommy Huang
2024-09-11i2c: designware: Use pci_get_drvdata()Andy Shevchenko
2024-09-11i2c: designware: Propagate firmware nodeAndy Shevchenko
2024-09-11i2c: designware: Uninline i2c_dw_probe()Andy Shevchenko
2024-09-10i2c: ljca: Remove unused "target_addr" parameterAndi Shyti
2024-09-10i2c: keba: Add KEBA I2C controller supportGerhard Engleder
2024-09-10i2c: i801: Use a different adapter-name for IDF adaptersHans de Goede
2024-09-10i2c: core: Setup i2c_adapter runtime-pm before calling device_add()Hans de Goede
2024-09-10i2c: ismt: kill transaction in hardware on timeoutVasily Khoruzhick
2024-09-10i2c: designware: Group all DesignWare drivers under a single optionHeikki Krogerus
2024-09-10i2c: virtio: Constify struct i2c_algorithm and struct virtio_device_idChristophe JAILLET
2024-09-10i2c: rcar: tidyup priv->devtype handling on rcar_i2c_probe()Kuninori Morimoto
2024-09-10i2c: imx: Convert comma to semicolonShen Lichuan
2024-09-10i2c: jz4780: Use devm_clk_get_enabled() helpersRong Qianfeng