summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
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
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
2022-02-19i2c: smbus: Check for parent device before dereferenceAndy Shevchenko
2022-02-18i2c: brcmstb: fix support for DSL and CM variantsRafał Miłecki
2022-02-18i2c: qcom-cci: add sm8450 compatibleVladimir Zapolskiy
2022-02-15i2c: pasemi: Drop I2C classes from platform driver variantMartin Povišer
2022-02-15i2c: qup: allow COMPILE_TESTWolfram Sang
2022-02-15i2c: imx: allow COMPILE_TESTWolfram Sang
2022-02-15i2c: cadence: allow COMPILE_TESTWolfram Sang
2022-02-15i2c: designware: remove unneeded semicolonYang Li