summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2022-07-29i2c: cadence: Change large transfer count reset logic to be unconditionalRobert Hancock
2022-07-29i2c: mlxcpld: Fix register setting for 400KHz frequencyVadim Pasternak
2022-07-12i2c: cadence: Unregister the clk notifier in error pathSatish Nagireddy
2022-07-12i2c: piix4: Fix a memory leak in the EFCH MMIO supportJean Delvare
2022-06-22i2c: mediatek: Fix an error handling path in mtk_i2c_probe()Christophe JAILLET
2022-06-22i2c: designware: Use standard optional ref clock implementationSerge Semin
2022-06-22i2c: npcm7xx: Add check for platform_driver_registerJiasheng Jiang
2022-06-14i2c: cadence: Increase timeout per message if necessaryLucas Tanure
2022-06-14i2c: mediatek: Optimize master_xfer() and avoid circular lockingAngeloGioacchino Del Regno
2022-06-09i2c: rcar: fix PM ref counts in probe error pathsKuninori Morimoto
2022-06-09i2c: npcm: Handle spurious interruptsTali Perry
2022-06-09i2c: npcm: Correct register access widthTyrone Ting
2022-06-09i2c: npcm: Fix timeout calculationTali Perry
2022-06-09i2c: at91: Initialize dma_buf in at91_twi_xfer()Nathan Chancellor
2022-06-09i2c: at91: use dma safe buffersMichael Walle
2022-06-06i2c: ismt: prevent memory corruption in ismt_access()Dan Carpenter
2022-05-21drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllersPiyush Malgujar
2022-05-21i2c: ismt: Provide a DMA buffer for Interrupt Cause LoggingMika Westerberg
2022-05-21i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()Yang Yingliang
2022-04-15i2c: ismt: Fix undefined behavior due to shift overflowing the constantBorislav Petkov
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
2022-03-18i2c: designware: Remove code duplicationJan Dabros
2022-03-11i2c: cros-ec-tunnel: Fix syntax errors in commentsXiang wangx
2022-03-11i2c: designware: Mark dw_i2c_plat_{suspend,resume}() as __maybe_unusedNathan Chancellor
2022-03-11i2c: mediatek: Add i2c compatible for Mediatek MT8168Kewei Xu
2022-03-11i2c: mt65xx: Simplify with clk-bulkAngeloGioacchino Del Regno
2022-03-11i2c: i801: Drop two outdated commentsJean Delvare
2022-03-02i2c: xiic: Make bus names uniqueRobert Hancock
2022-03-02i2c: i801: Add support for the Process Call commandJean Delvare
2022-03-02i2c: i801: Drop useless masking in i801_accessJean Delvare
2022-03-01i2c: tegra: Add SMBus block read functionAkhil R
2022-03-01i2c: designware: Use the i2c_mark_adapter_suspended/resumed() helpersHans de Goede
2022-03-01i2c: designware: Lock the adapter while setting the suspended flagHans de Goede
2022-03-01i2c: mediatek: remove redundant null checkXu Wang
2022-03-01i2c: mediatek: modify bus speed calculation formulaKewei Xu
2022-03-01i2c: designware: Fix improper usage of readlJan Dabros
2022-03-01i2c: qcom-geni: Add support for GPI DMAVinod Koul
2022-03-01i2c: riic: Simplify reset handlingLad Prabhakar
2022-03-01i2c: cht-wc: Use generic_handle_irq_safe().Sebastian Andrzej Siewior
2022-03-01i2c: core: Use generic_handle_irq_safe() in i2c_handle_smbus_host_notify().Sebastian Andrzej Siewior
2022-02-23Merge tag 'irq-api-2022-02-21' of git://git.kernel.org/pub/scm/linux/kernel/g...Wolfram Sang