summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2025-05-02i2c: cros-ec-tunnel: defer probe if parent EC is not presentThadeu Lima de Souza Cascardo
2025-04-10i2c: dev: check return value when calling dev_set_name()Andy Shevchenko
2025-04-10i2c: omap: fix IRQ stormsAndreas Kemnade
2025-04-10i2c: sis630: Fix an error handling path in sis630_probe()Christophe JAILLET
2025-04-10i2c: ali15x3: Fix an error handling path in ali15x3_probe()Christophe JAILLET
2025-04-10i2c: ali1535: Fix an error handling path in ali1535_probe()Christophe JAILLET
2025-03-13i2c: npcm: disable interrupt enable bit before devm_request_irqTyrone Ting
2025-03-13i2c: Force ELAN06FA touchpad I2C bus freq to 100KHzRandolph Ha
2025-02-01i2c: rcar: fix NACK handling when being a targetWolfram Sang
2025-02-01i2c: mux: demux-pinctrl: check initial mux selection, tooWolfram Sang
2025-01-09i2c: riic: Always round-up when calculating bus periodGeert Uytterhoeven
2025-01-09i2c: pnx: Fix timeout in wait functionsVladimir Riabchun
2024-10-17i2c: i801: Use a different adapter-name for IDF adaptersHans de Goede
2024-10-17i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan
2024-10-17i2c: xiic: Use devm_clk_get_enabled()Andi Shyti
2024-10-17i2c: xiic: Simplify with dev_err_probe()Krzysztof Kozlowski
2024-10-17i2c: xiic: Wait for TX empty to avoid missed TX NAKsRobert Hancock
2024-10-17i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan
2024-10-17i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resumeMarek Vasut
2024-10-17i2c: xiic: Try re-initialization on bus busy timeoutRobert Hancock
2024-10-17i2c: xiic: improve error message when transfer fails to startMarc Ferland
2024-10-17i2c: xiic: xiic_xfer(): Fix runtime PM leak on error pathLars-Peter Clausen
2024-10-17i2c: xiic: Fix RX IRQ busy checkMarek Vasut
2024-10-17i2c: xiic: Switch from waitqueue to completionMarek Vasut
2024-10-17i2c: xiic: Fix broken locking on tx_msgMarek Vasut
2024-10-17i2c: isch: Add missed 'else'Andy Shevchenko
2024-10-17i2c: aspeed: Update the stop sw state when the bus recovery occursTommy Huang
2024-10-17i2c: Add i2c_get_match_data()Biju Das
2024-09-04i2c: riic: avoid potential division by zeroWolfram Sang
2024-08-19i2c: smbus: Send alert notifications to all devices if source not foundGuenter Roeck
2024-08-19i2c: smbus: Improve handling of stuck alertsGuenter Roeck
2024-07-18i2c: rcar: fix error code in probe()Dan Carpenter
2024-07-18i2c: rcar: clear NO_RXDMA flag after resettingWolfram Sang
2024-07-18i2c: rcar: ensure Gen3+ reset does not disturb local targetsWolfram Sang
2024-07-18i2c: rcar: introduce Gen4 devicesWolfram Sang
2024-07-18i2c: rcar: reset controller is mandatory for Gen3+Wolfram Sang
2024-07-18i2c: rcar: Add R-Car Gen4 supportGeert Uytterhoeven
2024-07-18i2c: mark HostNotify target address as usedWolfram Sang
2024-07-18i2c: rcar: bring hardware to known state when probingWolfram Sang
2024-07-18i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isrPiotr Wojtaszczyk
2024-07-18i2c: i801: Annotate apanel_addr as __ro_after_initHeiner Kallweit
2024-07-05i2c: ocores: set IACK bit after core is enabledGrygorii Tertychnyi
2024-07-05i2c: designware: Fix the functionality flags of the slave-only interfaceJean Delvare
2024-07-05i2c: at91: Fix the functionality flags of the slave-only interfaceJean Delvare
2024-05-02i2c: smbus: fix NULL function pointer dereferenceWolfram Sang
2024-02-23i2c: i801: Fix block process call transactionsJean Delvare
2024-02-23i2c: i801: Remove i801_set_block_buffer_modeHeiner Kallweit
2024-01-25i2c: s3c24xx: fix transferring more than one message in polling modeMarek Szyprowski
2024-01-25i2c: s3c24xx: fix read transfers in polling modeMarek Szyprowski
2024-01-25i2c: rk3x: fix potential spinlock recursion on pollJensen Huang