summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
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: mux: reg: check return value after calling platform_get_resource()Yang Yingliang1-3/+2
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
2022-09-28i2c: imx: If pm_runtime_get_sync() returned 1 device access is possibleUwe Kleine-König1-1/+1
2022-08-25i2c: imx: Make sure to unregister adapter on remove()Uwe Kleine-König1-9/+11
2022-08-21i2c: mux-gpmux: Add of_node_put() when breaking out of loopLiang He1-0/+1
2022-08-21i2c: cadence: Support PEC for SMBus block readLars-Peter Clausen1-1/+9
2022-08-21i2c: Fix a potential use after freeXu Wang1-1/+2
2022-08-21i2c: npcm: Correct slave role behaviorTali Perry1-3/+6
2022-08-21i2c: npcm: Remove own slave addresses 2:10Tali Perry1-25/+16
2022-07-29i2c: cadence: Change large transfer count reset logic to be unconditionalRobert Hancock1-25/+5
2022-07-12i2c: cadence: Unregister the clk notifier in error pathSatish Nagireddy1-0/+1
2022-06-22i2c: designware: Use standard optional ref clock implementationSerge Semin2-5/+11
2022-06-22i2c: npcm7xx: Add check for platform_driver_registerJiasheng Jiang1-2/+1
2022-06-14i2c: cadence: Increase timeout per message if necessaryLucas Tanure1-2/+10
2022-06-09i2c: rcar: fix PM ref counts in probe error pathsKuninori Morimoto1-6/+9
2022-06-09i2c: npcm: Handle spurious interruptsTali Perry1-29/+62
2022-06-09i2c: npcm: Correct register access widthTyrone Ting1-2/+2
2022-06-09i2c: npcm: Fix timeout calculationTali Perry1-4/+4
2022-06-09i2c: at91: Initialize dma_buf in at91_twi_xfer()Nathan Chancellor1-1/+1
2022-06-09i2c: at91: use dma safe buffersMichael Walle1-0/+11
2022-06-06drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllersPiyush Malgujar1-0/+1
2022-06-06i2c: ismt: Provide a DMA buffer for Interrupt Cause LoggingMika Westerberg1-0/+14
2022-05-25i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()Yang Yingliang1-2/+8
2022-04-20i2c: pasemi: Wait for write xfers to finishMartin Povišer1-0/+6
2022-04-08i2c: mux: demux-pinctrl: do not deactivate a master that is not activePeter Rosin1-2/+3
2022-04-08i2c: meson: Fix wrong speed use from probeLucas Tanure1-6/+6
2022-04-08i2c: xiic: Make bus names uniqueRobert Hancock1-1/+2
2022-04-08amba: Make the remove callback return voidUwe Kleine-König1-3/+1
2022-03-08i2c: qup: allow COMPILE_TESTWolfram Sang1-1/+1
2022-03-08i2c: cadence: allow COMPILE_TESTWolfram Sang1-1/+1
2022-03-08i2c: bcm2835: Avoid clock stretching timeoutsEric Anholt1-0/+11
2022-02-23i2c: brcmstb: fix support for DSL and CM variantsRafał Miłecki1-1/+1
2022-02-23i2c: qcom-cci: don't put a device tree node before i2c_add_adapter()Vladimir Zapolskiy1-4/+10
2022-02-23i2c: qcom-cci: don't delete an unregistered adapterVladimir Zapolskiy1-1/+1