summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorLines
2022-07-07i2c: cadence: Unregister the clk notifier in error pathSatish Nagireddy-0/+1
2022-06-29i2c: piix4: Fix a memory leak in the EFCH MMIO supportJean Delvare-9/+7
2022-06-14i2c: mediatek: Fix an error handling path in mtk_i2c_probe()Christophe JAILLET-2/+7
2022-06-13i2c: designware: Use standard optional ref clock implementationSerge Semin-5/+11
2022-06-08i2c: npcm7xx: Add check for platform_driver_registerJiasheng Jiang-2/+1
2022-06-02i2c: ismt: prevent memory corruption in ismt_access()Dan Carpenter-0/+3
2022-05-31Merge tag 'i2c-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa...Linus Torvalds-232/+371
2022-05-21drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllersPiyush Malgujar-0/+1
2022-05-21i2c: meson: fix typo in commentJulia Lawall-1/+1
2022-05-21i2c: rcar: use flags instead of atomic_xferKuninori Morimoto-10/+10
2022-05-21i2c: rcar: REP_AFTER_RD is not a persistent flagWolfram Sang-9/+8
2022-05-21i2c: rcar: use BIT macro consistentlyWolfram Sang-35/+35
2022-05-21i2c: ismt: Provide a DMA buffer for Interrupt Cause LoggingMika Westerberg-0/+14
2022-05-21i2c: qcom-geni: remove unnecessary conditionsDan Carpenter-4/+2
2022-05-21i2c: mt7621: Use devm_platform_get_and_ioremap_resource()Yang Yingliang-4/+1
2022-05-21i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()Yang Yingliang-2/+8
2022-05-21i2c: rcar: refactor handling of first messageWolfram Sang-27/+23
2022-05-21i2c: rcar: avoid race condition with SMIsWolfram Sang-11/+17
2022-05-21i2c: xiic: Correct the datatype for rx_watermarkShubhrajyoti Datta-2/+2
2022-05-21i2c: rcar: fix PM ref counts in probe error pathsKuninori Morimoto-6/+9
2022-05-21i2c: npcm: Handle spurious interruptsTali Perry-29/+62
2022-05-21i2c: npcm: Correct register access widthTyrone Ting-2/+2
2022-05-21i2c: npcm: Add tx complete counterTali Perry-0/+4
2022-05-21i2c: npcm: Fix timeout calculationTali Perry-4/+4
2022-05-21i2c: npcm: Remove unused variable clk_regmapTali Perry-5/+0
2022-05-21i2c: npcm: Change the way of getting GCR regmapTali Perry-4/+8
2022-05-14i2c: xiic: Fix Tx Interrupt path for grouped messagesRaviteja Narayanam-18/+20
2022-05-14i2c: xiic: Fix coding style issuesMichal Simek-17/+20
2022-05-14i2c: xiic: return value of xiic_reinitShubhrajyoti Datta-1/+4
2022-05-14i2c: cadence: Increase timeout per message if necessaryLucas Tanure-2/+10
2022-05-14i2c: designware: Sort timing parameter ACPI method calls by the speedJarkko Nikula-1/+1
2022-05-14i2c: at91: Initialize dma_buf in at91_twi_xfer()Nathan Chancellor-1/+1
2022-05-04i2c: davinci: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi-8/+4
2022-05-04i2c: meson: fix missing clk_disable_unprepare() on error in meson_i2c_probe()Yang Yingliang-1/+3
2022-05-04i2c: powermac: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy-1/+1
2022-05-04i2c: at91: use dma safe buffersMichael Walle-0/+11
2022-05-04i2c: mediatek: Optimize master_xfer() and avoid circular lockingAngeloGioacchino Del Regno-4/+7
2022-05-04i2c: designware: Modify timing parameters for amdpsp mailboxJan Dabros-2/+2
2022-04-15i2c: ismt: Fix undefined behavior due to shift overflowing the constantBorislav Petkov-2/+2
2022-04-15i2c: meson: Use 50% duty cycle for I2C clockLucas Tanure-10/+60
2022-04-15i2c: meson: Use _SHIFT and _MASK for register definitionsLucas Tanure-19/+22
2022-04-15i2c: rcar: add support for I2C_M_RECV_LENWolfram Sang-4/+27
2022-04-15i2c: dev: Force case user pointers in compat_i2cdev_ioctl()Andy Shevchenko-1/+1
2022-04-15i2c: dev: check return value when calling dev_set_name()Andy Shevchenko-5/+10
2022-04-15i2c: qcom-geni: Use dev_err_probe() for GPI DMA errorBjorn Andersson-4/+2
2022-04-15i2c: imx: Implement errata ERR007805 or e7805 bus frequency limitMarek Vasut-0/+33
2022-04-15i2c: pasemi: Wait for write xfers to finishMartin PoviĊĦer-0/+6
2022-03-26Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-344/+1332
2022-03-25Merge tag 'for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds-18/+102
2022-03-20i2c: mux: demux-pinctrl: do not deactivate a master that is not activePeter Rosin-2/+3