summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2025-06-27i2c: designware: Invoke runtime suspend on quick slave re-registrationTan En De
2025-06-04i2c: pxa: fix call balance of i2c->clk handling routinesVitalii Mordan
2025-06-04i2c: imx-lpi2c: Fix clock count when probe defersClark Wang
2025-05-02i2c: cros-ec-tunnel: defer probe if parent EC is not presentThadeu Lima de Souza Cascardo
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-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-11-08i2c: i801: Use a different adapter-name for IDF adaptersHans de Goede
2024-11-08i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan
2024-11-08i2c: qcom-geni: Grow a dev pointer to simplify codeStephen Boyd
2024-11-08i2c: qcom-geni: Let firmware specify irq trigger flagsStephen Boyd
2024-11-08i2c: xiic: Wait for TX empty to avoid missed TX NAKsRobert Hancock
2024-11-08i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resumeMarek Vasut
2024-11-08i2c: isch: Add missed 'else'Andy Shevchenko
2024-11-08i2c: aspeed: Update the stop sw state when the bus recovery occursTommy Huang
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-08-19i2c: smbus: Don't filter out duplicate alertsCorey Minyard
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: 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-15i2c: core: Fix atomic xfer check for non-preempt configBenjamin Bara
2024-01-08i2c: aspeed: Handle the coalesced stop conditions with the start conditions.Quan Nguyen
2023-11-28i2c: i801: fix potential race in i801_block_transaction_byte_by_byteHeiner Kallweit
2023-11-28i2c: core: Run atomic i2c xfer when !preemptibleBenjamin Bara
2023-11-28i2c: sun6i-p2wi: Prevent potential division by zeroAxel Lin
2023-11-08i2c: aspeed: Fix i2c bus hang in slave readJian Zhang
2023-11-08i2c: stm32f7: Fix PEC handling in case of SMBUS transfersAlain Volmat
2023-11-08i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina
2023-11-08i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node()Herve Codina
2023-11-08i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina
2023-10-25i2c: mux: Avoid potential false error message in i2c_mux_add_adapterHeiner Kallweit
2023-10-10i2c: i801: unregister tco_pdev in i801_probe() error pathHeiner Kallweit
2023-10-10i2c: mux: demux-pinctrl: check the return value of devm_kstrdup()Xiaoke Wang
2023-09-23i2c: aspeed: Reset the i2c controller when timeout occursTommy Huang
2023-08-30i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issueChengfeng Ye
2023-07-27i2c: xiic: Don't try to handle more interrupt events after errorRobert Hancock
2023-07-27i2c: xiic: Defer xiic_wakeup() and __xiic_start_xfer() in xiic_process()Marek Vasut