summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2025-06-04i2c: pxa: fix call balance of i2c->clk handling routinesVitalii Mordan1-1/+4
2025-06-04i2c: imx-lpi2c: Fix clock count when probe defersClark Wang1-2/+2
2025-05-02i2c: cros-ec-tunnel: defer probe if parent EC is not presentThadeu Lima de Souza Cascardo1-0/+3
2025-04-10i2c: omap: fix IRQ stormsAndreas Kemnade1-19/+7
2025-04-10i2c: sis630: Fix an error handling path in sis630_probe()Christophe JAILLET1-1/+11
2025-04-10i2c: ali15x3: Fix an error handling path in ali15x3_probe()Christophe JAILLET1-1/+11
2025-04-10i2c: ali1535: Fix an error handling path in ali1535_probe()Christophe JAILLET1-1/+11
2025-02-01i2c: mux: demux-pinctrl: check initial mux selection, tooWolfram Sang1-1/+3
2025-01-09i2c: riic: Always round-up when calculating bus periodGeert Uytterhoeven1-1/+1
2025-01-09i2c: pnx: Fix timeout in wait functionsVladimir Riabchun1-2/+2
2024-11-08i2c: i801: Use a different adapter-name for IDF adaptersHans de Goede1-1/+8
2024-11-08i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-3/+1
2024-11-08i2c: qcom-geni: Grow a dev pointer to simplify codeStephen Boyd1-31/+26
2024-11-08i2c: qcom-geni: Let firmware specify irq trigger flagsStephen Boyd1-2/+2
2024-11-08i2c: xiic: Wait for TX empty to avoid missed TX NAKsRobert Hancock1-10/+9
2024-11-08i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resumeMarek Vasut1-3/+3
2024-11-08i2c: isch: Add missed 'else'Andy Shevchenko1-2/+1
2024-11-08i2c: aspeed: Update the stop sw state when the bus recovery occursTommy Huang1-8/+8
2024-09-04i2c: riic: avoid potential division by zeroWolfram Sang1-1/+1
2024-08-19i2c: smbus: Send alert notifications to all devices if source not foundGuenter Roeck1-3/+35
2024-08-19i2c: smbus: Improve handling of stuck alertsGuenter Roeck1-7/+25
2024-08-19i2c: smbus: Don't filter out duplicate alertsCorey Minyard1-7/+0
2024-07-18i2c: rcar: bring hardware to known state when probingWolfram Sang1-5/+12
2024-07-18i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isrPiotr Wojtaszczyk1-38/+10
2024-07-18i2c: i801: Annotate apanel_addr as __ro_after_initHeiner Kallweit1-1/+1
2024-07-05i2c: ocores: set IACK bit after core is enabledGrygorii Tertychnyi1-1/+1
2024-07-05i2c: at91: Fix the functionality flags of the slave-only interfaceJean Delvare1-2/+1
2024-05-02i2c: smbus: fix NULL function pointer dereferenceWolfram Sang1-6/+6
2024-02-23i2c: i801: Fix block process call transactionsJean Delvare1-2/+2
2024-02-23i2c: i801: Remove i801_set_block_buffer_modeHeiner Kallweit1-12/+5
2024-01-26i2c: s3c24xx: fix transferring more than one message in polling modeMarek Szyprowski1-17/+10
2024-01-26i2c: s3c24xx: fix read transfers in polling modeMarek Szyprowski1-2/+11
2024-01-15i2c: core: Fix atomic xfer check for non-preempt configBenjamin Bara1-1/+3
2024-01-08i2c: aspeed: Handle the coalesced stop conditions with the start conditions.Quan Nguyen1-16/+32
2023-11-28i2c: i801: fix potential race in i801_block_transaction_byte_by_byteHeiner Kallweit1-10/+9
2023-11-28i2c: core: Run atomic i2c xfer when !preemptibleBenjamin Bara1-1/+1
2023-11-28i2c: sun6i-p2wi: Prevent potential division by zeroAxel Lin1-0/+5
2023-11-08i2c: aspeed: Fix i2c bus hang in slave readJian Zhang1-1/+2
2023-11-08i2c: stm32f7: Fix PEC handling in case of SMBUS transfersAlain Volmat1-3/+6
2023-11-08i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina1-1/+1
2023-11-08i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node()Herve Codina1-1/+1
2023-11-08i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina1-1/+1
2023-10-25i2c: mux: Avoid potential false error message in i2c_mux_add_adapterHeiner Kallweit1-1/+1
2023-10-10i2c: i801: unregister tco_pdev in i801_probe() error pathHeiner Kallweit1-0/+1
2023-10-10i2c: mux: demux-pinctrl: check the return value of devm_kstrdup()Xiaoke Wang1-0/+4
2023-09-23i2c: aspeed: Reset the i2c controller when timeout occursTommy Huang1-2/+5
2023-08-30i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issueChengfeng Ye1-4/+7
2023-07-27i2c: xiic: Don't try to handle more interrupt events after errorRobert Hancock1-0/+2
2023-07-27i2c: xiic: Defer xiic_wakeup() and __xiic_start_xfer() in xiic_process()Marek Vasut1-11/+26
2023-06-28i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycleClark Wang1-2/+2