aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-14i2c: mediatek: Fix an error handling path in mtk_i2c_probe()Christophe JAILLET1-2/+7
2022-06-13i2c: designware: Use standard optional ref clock implementationSerge Semin2-5/+11
2022-06-08i2c: npcm7xx: Add check for platform_driver_registerJiasheng Jiang1-2/+1
2022-06-02i2c: ismt: prevent memory corruption in ismt_access()Dan Carpenter1-0/+3
2022-05-31Merge tag 'i2c-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds13-232/+371
2022-05-21drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllersPiyush Malgujar1-0/+1
2022-05-21i2c: meson: fix typo in commentJulia Lawall1-1/+1
2022-05-21i2c: rcar: use flags instead of atomic_xferKuninori Morimoto1-10/+10
2022-05-21i2c: rcar: REP_AFTER_RD is not a persistent flagWolfram Sang1-9/+8
2022-05-21i2c: rcar: use BIT macro consistentlyWolfram Sang1-35/+35
2022-05-21i2c: ismt: Provide a DMA buffer for Interrupt Cause LoggingMika Westerberg1-0/+14
2022-05-21i2c: qcom-geni: remove unnecessary conditionsDan Carpenter1-4/+2
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-19/+22
2022-04-15i2c: rcar: add support for I2C_M_RECV_LENWolfram Sang1-4/+27
2022-04-15i2c: dev: Force case user pointers in compat_i2cdev_ioctl()Andy Shevchenko1-1/+1
2022-04-15i2c: dev: check return value when calling dev_set_name()Andy Shevchenko1-5/+10
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 Torvalds36-344/+1332
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: mux: demux-pinctrl: do not deactivate a master that is not activePeter Rosin1-2/+3
2022-03-20i2c: meson: Fix wrong speed use from probeLucas Tanure1-6/+6
2022-03-20i2c: add tracepoints for I2C slave eventsJae Hyun Yoo1-0/+15