summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
AgeCommit message (Expand)AuthorFilesLines
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-26i2c: rk3x: fix potential spinlock recursion on pollJensen Huang1-2/+11
2024-01-05i2c: aspeed: Handle the coalesced stop conditions with the start conditions.Quan Nguyen1-16/+32
2023-12-13i2c: designware: Fix corrupted memory seen in the ISRJan Bottorff1-8/+8
2023-11-28i2c: i801: fix potential race in i801_block_transaction_byte_by_byteHeiner Kallweit1-10/+9
2023-11-28i2c: designware: Disable TX_EMPTY irq while waiting for block length byteTam Nguyen1-3/+16
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-10-10i2c: i801: unregister tco_pdev in i801_probe() error pathHeiner Kallweit1-0/+1
2023-10-10i2c: npcm7xx: Fix callback completion orderingWilliam A. Kennington III1-10/+7
2023-09-23i2c: aspeed: Reset the i2c controller when timeout occursTommy Huang1-2/+5
2023-08-26i2c: designware: Handle invalid SMBus block data response length valueTam Nguyen1-2/+13
2023-08-26i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issueChengfeng Ye1-4/+7
2023-08-11i2c: nomadik: Remove a useless call in the remove functionChristophe JAILLET1-2/+0
2023-08-11i2c: nomadik: Use devm_clk_get_enabled()Andi Shyti1-15/+3
2023-08-11i2c: nomadik: Remove unnecessary goto labelAndi Shyti1-13/+8
2023-08-11i2c: Improve size determinationsMarkus Elfring2-2/+2
2023-08-11i2c: Delete error messages for failed memory allocationsMarkus Elfring4-8/+2
2023-07-27i2c: qup: Add missing unwind goto in qup_i2c_probe()Shuai Jiang1-7/+14
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
2023-06-14i2c: sprd: Delete i2c adapter in .remove's error pathUwe Kleine-König1-3/+5
2023-05-17i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error pathLars-Peter Clausen1-2/+4
2023-05-17i2c: omap: Fix standard mode false ACK readingsReid Tonking1-1/+1
2023-04-20i2c: ocores: generate stop condition after timeout in polling modeGregor Herburger1-16/+19
2023-04-20i2c: imx-lpi2c: clean rx/tx buffers upon new messageAlexander Stein1-0/+2
2023-04-05i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()Wei Chen1-0/+3
2023-04-05i2c: imx-lpi2c: check only for enabled interrupt flagsAlexander Stein1-0/+4
2023-02-15i2c: rk3x: fix a bunch of kernel-doc warningsRandy Dunlap1-22/+22
2023-02-15i2c: mxs: suppress probe-deferral error messageStefan Wahren1-2/+2
2023-02-01i2c: designware: use casting of u64 in clock multiplication to avoid overflowLareine Khawaly1-3/+6
2023-02-01i2c: designware: Use DIV_ROUND_CLOSEST() macroAndy Shevchenko2-6/+7
2023-01-14i2c: ismt: Fix an out-of-bounds bug in ismt_access()Zheyu Ma1-0/+3
2023-01-14i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probeHui Tang1-7/+3
2022-12-08i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag setAndrew Lunn1-2/+4
2022-12-08i2c: npcm7xx: Fix error handling in npcm_i2c_init()Yuan Can1-1/+10
2022-11-25i2c: i801: add lis3lv02d's I2C address for Vostro 5568Nam Cao1-0/+1
2022-11-25i2c: tegra: Allocate DMA memory for DMA engineThierry Reding1-6/+10
2022-11-10i2c: piix4: Fix adapter not be removed in piix4_remove()Chen Zhongjin1-0/+1
2022-11-10i2c: xiic: Add platform module aliasMartin Tůma1-0/+1
2022-10-30i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapterBryan O'Donoghue1-5/+8
2022-10-26i2c: mlxbf: support lock mechanismAsmaa Mnebhi1-5/+39
2022-09-28i2c: mlxbf: Fix frequency calculationAsmaa Mnebhi1-40/+23
2022-09-28i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()Asmaa Mnebhi1-0/+3
2022-09-28i2c: mlxbf: incorrect base address passed during io writeAsmaa Mnebhi1-1/+1