summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: mediatek: Fix an error handling path in mtk_i2c_probe()Christophe JAILLET2022-06-141-2/+7
* i2c: designware: Use standard optional ref clock implementationSerge Semin2022-06-132-5/+11
* i2c: npcm7xx: Add check for platform_driver_registerJiasheng Jiang2022-06-081-2/+1
* i2c: ismt: prevent memory corruption in ismt_access()Dan Carpenter2022-06-021-0/+3
* Merge tag 'i2c-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa...Linus Torvalds2022-05-3113-232/+371
|\
| * i2c: meson: fix typo in commentJulia Lawall2022-05-211-1/+1
| * i2c: rcar: use flags instead of atomic_xferKuninori Morimoto2022-05-211-10/+10
| * i2c: rcar: REP_AFTER_RD is not a persistent flagWolfram Sang2022-05-211-9/+8
| * i2c: rcar: use BIT macro consistentlyWolfram Sang2022-05-211-35/+35
| * i2c: qcom-geni: remove unnecessary conditionsDan Carpenter2022-05-211-4/+2
| * i2c: mt7621: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2022-05-211-4/+1
| * i2c: rcar: refactor handling of first messageWolfram Sang2022-05-211-27/+23
| * i2c: rcar: avoid race condition with SMIsWolfram Sang2022-05-211-11/+17
| * i2c: xiic: Correct the datatype for rx_watermarkShubhrajyoti Datta2022-05-211-2/+2
| * i2c: rcar: fix PM ref counts in probe error pathsKuninori Morimoto2022-05-211-6/+9
| * i2c: npcm: Handle spurious interruptsTali Perry2022-05-211-29/+62
| * i2c: npcm: Correct register access widthTyrone Ting2022-05-211-2/+2
| * i2c: npcm: Add tx complete counterTali Perry2022-05-211-0/+4
| * i2c: npcm: Fix timeout calculationTali Perry2022-05-211-4/+4
| * i2c: npcm: Remove unused variable clk_regmapTali Perry2022-05-211-5/+0
| * i2c: npcm: Change the way of getting GCR regmapTali Perry2022-05-211-4/+8
| * i2c: xiic: Fix Tx Interrupt path for grouped messagesRaviteja Narayanam2022-05-141-18/+20
| * i2c: xiic: Fix coding style issuesMichal Simek2022-05-141-17/+20
| * i2c: xiic: return value of xiic_reinitShubhrajyoti Datta2022-05-141-1/+4
| * i2c: cadence: Increase timeout per message if necessaryLucas Tanure2022-05-141-2/+10
| * i2c: designware: Sort timing parameter ACPI method calls by the speedJarkko Nikula2022-05-141-1/+1
| * i2c: at91: Initialize dma_buf in at91_twi_xfer()Nathan Chancellor2022-05-141-1/+1
| * i2c: davinci: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-05-041-8/+4
| * i2c: meson: fix missing clk_disable_unprepare() on error in meson_i2c_probe()Yang Yingliang2022-05-041-1/+3
| * i2c: powermac: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-05-041-1/+1
| * i2c: at91: use dma safe buffersMichael Walle2022-05-041-0/+11
| * i2c: mediatek: Optimize master_xfer() and avoid circular lockingAngeloGioacchino Del Regno2022-05-041-4/+7
| * i2c: designware: Modify timing parameters for amdpsp mailboxJan Dabros2022-05-041-2/+2
| * i2c: meson: Use 50% duty cycle for I2C clockLucas Tanure2022-04-151-10/+60
| * i2c: meson: Use _SHIFT and _MASK for register definitionsLucas Tanure2022-04-151-19/+22
| * i2c: rcar: add support for I2C_M_RECV_LENWolfram Sang2022-04-151-4/+27
* | drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllersPiyush Malgujar2022-05-211-0/+1
* | i2c: ismt: Provide a DMA buffer for Interrupt Cause LoggingMika Westerberg2022-05-211-0/+14
* | i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()Yang Yingliang2022-05-211-2/+8
* | i2c: ismt: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-151-2/+2
* | i2c: dev: Force case user pointers in compat_i2cdev_ioctl()Andy Shevchenko2022-04-151-1/+1
* | i2c: dev: check return value when calling dev_set_name()Andy Shevchenko2022-04-151-5/+10
* | i2c: qcom-geni: Use dev_err_probe() for GPI DMA errorBjorn Andersson2022-04-151-4/+2
* | i2c: imx: Implement errata ERR007805 or e7805 bus frequency limitMarek Vasut2022-04-151-0/+33
* | i2c: pasemi: Wait for write xfers to finishMartin PoviĊĦer2022-04-151-0/+6
|/
* Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-2636-344/+1332
|\
| * i2c: mux: demux-pinctrl: do not deactivate a master that is not activePeter Rosin2022-03-201-2/+3
| * i2c: meson: Fix wrong speed use from probeLucas Tanure2022-03-201-6/+6
| * i2c: add tracepoints for I2C slave eventsJae Hyun Yoo2022-03-201-0/+15
| * i2c: designware: Remove code duplicationJan Dabros2022-03-181-20/+15