summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2025-03-28i2c: omap: fix IRQ stormsAndreas Kemnade1-19/+7
2025-03-28i2c: sis630: Fix an error handling path in sis630_probe()Christophe JAILLET1-1/+11
2025-03-28i2c: ali15x3: Fix an error handling path in ali15x3_probe()Christophe JAILLET1-1/+11
2025-03-28i2c: ali1535: Fix an error handling path in ali1535_probe()Christophe JAILLET1-1/+11
2025-03-07i2c: npcm: disable interrupt enable bit before devm_request_irqTyrone Ting1-0/+7
2025-02-21i2c: Force ELAN06FA touchpad I2C bus freq to 100KHzRandolph Ha1-0/+22
2025-01-23i2c: rcar: fix NACK handling when being a targetWolfram Sang1-5/+15
2025-01-23i2c: mux: demux-pinctrl: check initial mux selection, tooWolfram Sang1-1/+3
2025-01-02i2c: microchip-core: fix "ghost" detectionsConor Dooley1-2/+0
2025-01-02i2c: imx: add imx7d compatible string for applying erratum ERR007805Carlos Song1-0/+1
2025-01-02i2c: microchip-core: actually use repeated sendsConor Dooley1-26/+94
2024-12-27i2c: riic: Always round-up when calculating bus periodGeert Uytterhoeven1-1/+1
2024-12-27i2c: pnx: Fix timeout in wait functionsVladimir Riabchun1-2/+2
2024-10-17i2c: i801: Use a different adapter-name for IDF adaptersHans de Goede1-1/+8
2024-10-17i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-10-17i2c: xiic: Use devm_clk_get_enabled()Andi Shyti1-13/+7
2024-10-17i2c: core: Lock address during client device instantiationHeiner Kallweit1-0/+28
2024-10-17i2c: create debugfs entry per adapterWolfram Sang1-0/+11
2024-10-17i2c: xiic: Wait for TX empty to avoid missed TX NAKsRobert Hancock1-10/+9
2024-10-17i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-3/+1
2024-10-17i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resumeMarek Vasut1-3/+3
2024-10-17i2c: xiic: Try re-initialization on bus busy timeoutRobert Hancock1-15/+26
2024-10-17i2c: xiic: improve error message when transfer fails to startMarc Ferland1-4/+5
2024-10-17i2c: isch: Add missed 'else'Andy Shevchenko1-2/+1
2024-10-17i2c: aspeed: Update the stop sw state when the bus recovery occursTommy Huang1-8/+8
2024-10-17i2c: Add i2c_get_match_data()Biju Das1-0/+19
2024-08-29i2c: tegra: Do not mark ACPI devices as irq safeBreno Leitao1-2/+2
2024-08-29i2c: tegra: allow VI support to be compiled outMichał Mirosław1-10/+14
2024-08-29i2c: tegra: allow DVC support to be compiled outMichał Mirosław1-6/+11
2024-08-29i2c: riic: avoid potential division by zeroWolfram Sang1-1/+1
2024-08-29i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resumeAndi Shyti1-1/+3
2024-08-14i2c: qcom-geni: fix missing clk_disable_unprepare() and geni_se_resources_off()Yang Yingliang1-1/+7
2024-08-14i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resumeGaosheng Cui1-0/+1
2024-08-14i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resumeGaosheng Cui1-1/+3
2024-08-14i2c: qcom-geni: add desc struct to prepare support for I2C Master Hub variantNeil Armstrong1-3/+47
2024-08-14i2c: smbus: Send alert notifications to all devices if source not foundGuenter Roeck1-3/+35
2024-08-14i2c: smbus: Improve handling of stuck alertsGuenter Roeck1-7/+25
2024-07-18i2c: rcar: fix error code in probe()Dan Carpenter1-1/+3
2024-07-18i2c: rcar: clear NO_RXDMA flag after resettingWolfram Sang1-1/+1
2024-07-18i2c: testunit: avoid re-issued work after read messageWolfram Sang1-0/+7
2024-07-18i2c: rcar: ensure Gen3+ reset does not disturb local targetsWolfram Sang1-0/+8
2024-07-18i2c: rcar: introduce Gen4 devicesWolfram Sang1-6/+7
2024-07-18i2c: rcar: reset controller is mandatory for Gen3+Wolfram Sang1-15/+14
2024-07-18i2c: mark HostNotify target address as usedWolfram Sang1-0/+1
2024-07-18i2c: rcar: bring hardware to known state when probingWolfram Sang1-5/+12
2024-07-11i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isrPiotr Wojtaszczyk1-38/+10
2024-07-11i2c: i801: Annotate apanel_addr as __ro_after_initHeiner Kallweit1-1/+1
2024-07-05i2c: testunit: discard write requests while old command is runningWolfram Sang1-0/+3
2024-07-05i2c: testunit: don't erase registers after STOPWolfram Sang1-1/+1
2024-06-27i2c: ocores: set IACK bit after core is enabledGrygorii Tertychnyi1-1/+1