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