aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)Author
10 daysMerge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonv5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
2024-05-02i2c: smbus: fix NULL function pointer dereferenceWolfram Sang
2024-02-27Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
2024-02-23i2c: i801: Fix block process call transactionsJean Delvare
2024-02-23i2c: i801: Remove i801_set_block_buffer_modeHeiner Kallweit
2024-02-20Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
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
2024-01-15i2c: core: Fix atomic xfer check for non-preempt configBenjamin Bara
2024-01-11Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
2024-01-05i2c: aspeed: Handle the coalesced stop conditions with the start conditions.Quan Nguyen
2023-12-27Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
2023-12-13i2c: designware: Fix corrupted memory seen in the ISRJan Bottorff
2023-12-03Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
2023-11-28i2c: i801: fix potential race in i801_block_transaction_byte_by_byteHeiner Kallweit
2023-11-28i2c: designware: Disable TX_EMPTY irq while waiting for block length byteTam Nguyen
2023-11-28i2c: core: Run atomic i2c xfer when !preemptibleBenjamin Bara
2023-11-28i2c: sun6i-p2wi: Prevent potential division by zeroAxel Lin
2023-11-17Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
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-11Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
2023-10-10i2c: i801: unregister tco_pdev in i801_probe() error pathHeiner Kallweit
2023-10-10i2c: npcm7xx: Fix callback completion orderingWilliam A. Kennington III
2023-10-10i2c: mux: demux-pinctrl: check the return value of devm_kstrdup()Xiaoke Wang
2023-09-26Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
2023-09-23i2c: aspeed: Reset the i2c controller when timeout occursTommy Huang
2023-08-27Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
2023-08-26i2c: designware: Handle invalid SMBus block data response length valueTam Nguyen
2023-08-26i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issueChengfeng Ye
2023-08-21Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
2023-08-12drivers: i2c-octeon-core: Add error state recoveryBruno Matic
2023-08-11i2c: nomadik: Remove a useless call in the remove functionChristophe JAILLET
2023-08-11i2c: nomadik: Use devm_clk_get_enabled()Andi Shyti
2023-08-11i2c: nomadik: Remove unnecessary goto labelAndi Shyti
2023-08-11i2c: Improve size determinationsMarkus Elfring
2023-08-11i2c: Delete error messages for failed memory allocationsMarkus Elfring
2023-07-27Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
2023-07-27i2c: qup: Add missing unwind goto in qup_i2c_probe()Shuai Jiang
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
2023-07-03Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
2023-06-28i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycleClark Wang
2023-06-19Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
2023-06-14i2c: sprd: Delete i2c adapter in .remove's error pathUwe Kleine-König