aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
AgeCommit message (Expand)AuthorFilesLines
2022-05-21i2c: mt7621: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-4/+1
2022-05-21i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()Yang Yingliang1-2/+8
2022-05-21i2c: rcar: refactor handling of first messageWolfram Sang1-27/+23
2022-05-21i2c: rcar: avoid race condition with SMIsWolfram Sang1-11/+17
2022-05-21i2c: xiic: Correct the datatype for rx_watermarkShubhrajyoti Datta1-2/+2
2022-05-21i2c: rcar: fix PM ref counts in probe error pathsKuninori Morimoto1-6/+9
2022-05-21i2c: npcm: Handle spurious interruptsTali Perry1-29/+62
2022-05-21i2c: npcm: Correct register access widthTyrone Ting1-2/+2
2022-05-21i2c: npcm: Add tx complete counterTali Perry1-0/+4
2022-05-21i2c: npcm: Fix timeout calculationTali Perry1-4/+4
2022-05-21i2c: npcm: Remove unused variable clk_regmapTali Perry1-5/+0
2022-05-21i2c: npcm: Change the way of getting GCR regmapTali Perry1-4/+8
2022-05-14i2c: xiic: Fix Tx Interrupt path for grouped messagesRaviteja Narayanam1-18/+20
2022-05-14i2c: xiic: Fix coding style issuesMichal Simek1-17/+20
2022-05-14i2c: xiic: return value of xiic_reinitShubhrajyoti Datta1-1/+4
2022-05-14i2c: cadence: Increase timeout per message if necessaryLucas Tanure1-2/+10
2022-05-14i2c: designware: Sort timing parameter ACPI method calls by the speedJarkko Nikula1-1/+1
2022-05-14i2c: at91: Initialize dma_buf in at91_twi_xfer()Nathan Chancellor1-1/+1
2022-05-04i2c: davinci: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-8/+4
2022-05-04i2c: meson: fix missing clk_disable_unprepare() on error in meson_i2c_probe()Yang Yingliang1-1/+3
2022-05-04i2c: powermac: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy1-1/+1
2022-05-04i2c: at91: use dma safe buffersMichael Walle1-0/+11
2022-05-04i2c: mediatek: Optimize master_xfer() and avoid circular lockingAngeloGioacchino Del Regno1-4/+7
2022-05-04i2c: designware: Modify timing parameters for amdpsp mailboxJan Dabros1-2/+2
2022-04-15i2c: ismt: Fix undefined behavior due to shift overflowing the constantBorislav Petkov1-2/+2
2022-04-15i2c: meson: Use 50% duty cycle for I2C clockLucas Tanure1-10/+60
2022-04-15i2c: meson: Use _SHIFT and _MASK for register definitionsLucas Tanure1-18/+21
2022-04-15i2c: rcar: add support for I2C_M_RECV_LENWolfram Sang1-4/+27
2022-04-15i2c: qcom-geni: Use dev_err_probe() for GPI DMA errorBjorn Andersson1-4/+2
2022-04-15i2c: imx: Implement errata ERR007805 or e7805 bus frequency limitMarek Vasut1-0/+33
2022-04-15i2c: pasemi: Wait for write xfers to finishMartin PoviĊĦer1-0/+6
2022-03-26Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds29-322/+1285
2022-03-25Merge tag 'for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds1-18/+102
2022-03-20i2c: meson: Fix wrong speed use from probeLucas Tanure1-6/+6
2022-03-18i2c: designware: Remove code duplicationJan Dabros1-20/+15
2022-03-11i2c: cros-ec-tunnel: Fix syntax errors in commentsXiang wangx1-2/+2
2022-03-11i2c: designware: Mark dw_i2c_plat_{suspend,resume}() as __maybe_unusedNathan Chancellor1-2/+2
2022-03-11i2c: mediatek: Add i2c compatible for Mediatek MT8168Kewei Xu1-0/+14
2022-03-11i2c: mt65xx: Simplify with clk-bulkAngeloGioacchino Del Regno1-73/+51
2022-03-11i2c: i801: Drop two outdated commentsJean Delvare1-5/+0
2022-03-02i2c: xiic: Make bus names uniqueRobert Hancock1-1/+2
2022-03-02i2c: i801: Add support for the Process Call commandJean Delvare1-1/+11
2022-03-02i2c: i801: Drop useless masking in i801_accessJean Delvare1-2/+2
2022-03-01i2c: tegra: Add SMBus block read functionAkhil R1-2/+16
2022-03-01i2c: designware: Use the i2c_mark_adapter_suspended/resumed() helpersHans de Goede4-20/+4
2022-03-01i2c: designware: Lock the adapter while setting the suspended flagHans de Goede2-10/+52
2022-03-01i2c: mediatek: remove redundant null checkXu Wang1-6/+3
2022-03-01i2c: mediatek: modify bus speed calculation formulaKewei Xu1-10/+41
2022-03-01i2c: designware: Fix improper usage of readlJan Dabros1-2/+3
2022-03-01i2c: qcom-geni: Add support for GPI DMAVinod Koul1-28/+280