summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
AgeCommit message (Expand)Author
2022-01-03i2c: sh_mobile: Use platform_get_irq_optional() to get the interruptLad Prabhakar
2022-01-03i2c: bcm2835: Use platform_get_irq() to get the interruptLad Prabhakar
2021-12-16i2c: aspeed: Remove unused includesThierry Reding
2021-12-16i2c: sh_mobile: update to new DMAENGINE API when terminatingWolfram Sang
2021-12-16i2c: rcar: update to new DMAENGINE API when terminatingWolfram Sang
2021-12-16i2c: exynos5: Fix getting the optional clockSam Protsenko
2021-12-16i2c: designware-pci: Convert to use dev_err_probe()Andy Shevchenko
2021-12-16i2c: designware-pci: use __maybe_unused for PM functionsAndy Shevchenko
2021-12-16i2c: designware-pci: Group MODULE_*() macrosAndy Shevchenko
2021-12-16i2c: designware-pci: Add a note about struct dw_scl_sda_cfg usageAndy Shevchenko
2021-12-16i2c: designware-pci: Fix to change data types of hcnt and lcnt parametersLakshmi Sowjanya D
2021-12-16i2c: designware: Do not complete i2c read without RX_FULL interruptTamal Saha
2021-12-10i2c: tegra: use i2c_timings for bus clock freqAkhil R
2021-12-09i2c: i801: Don't clear status flags twice in interrupt modeHeiner Kallweit
2021-12-09i2c: i801: Don't read back cleared status in i801_check_pre()Heiner Kallweit
2021-12-09i2c: exynos5: Mention Exynos850 and ExynosAutoV9 in KconfigSam Protsenko
2021-12-09i2c: exynos5: Add bus clock supportSam Protsenko
2021-12-09i2c: exynos5: Add support for ExynosAutoV9 SoCJaewon Kim
2021-12-01i2c: stm32f7: remove noisy and imprecise log messagesWolfram Sang
2021-12-01i2c: stm32: get rid of stm32f7_i2c_release_bus return valueAlain Volmat
2021-11-30Revert "i2c: designware-pci: Add support for Fast Mode Plus and High Speed Mode"Wolfram Sang
2021-11-30Revert "i2c: designware-pci: Set ideal timing parameters for Elkhart Lake PSE"Wolfram Sang
2021-11-29i2c: i801: Improve handling platform data for tco deviceHeiner Kallweit
2021-11-29i2c: designware-pci: Set ideal timing parameters for Elkhart Lake PSELakshmi Sowjanya D
2021-11-29i2c: designware-pci: Add support for Fast Mode Plus and High Speed ModeLakshmi Sowjanya D
2021-11-29i2c: designware: Enable async suspend / resume of designware devicesRajat Jain
2021-11-29i2c: mpc: Correct I2C reset procedureJoakim Tjernlund
2021-11-29i2c: designware: Fix the kernel doc description for struct dw_i2c_devAndy Shevchenko
2021-11-29i2c: rk3x: enable clock before getting rateJohn Keeping
2021-11-29i2c: i801: Improve handling of chip-specific feature definitionsHeiner Kallweit
2021-11-29i2c: i801: Remove i801_set_block_buffer_modeHeiner Kallweit
2021-11-29i2c: i801: Don't silently correct invalid transfer sizeHeiner Kallweit
2021-11-29i2c: tegra: Add the ACPI supportAkhil R
2021-11-29Merge branch 'i2c/for-current' into i2c/for-mergewindowWolfram Sang
2021-11-23i2c: imx: Add timer for handling the stop conditionCorey Minyard
2021-11-23i2c: virtio: disable timeout handlingVincent Whitchurch
2021-11-23i2c: i801: Fix interrupt storm from SMB_ALERT signalJarkko Nikula
2021-11-23i2c: i801: Restore INTREN on unloadJean Delvare
2021-11-23i2c: Remove unused Netlogic/Sigma Designs XLR driverRob Herring
2021-11-23i2c: Remove Netlogic XLP variantRob Herring
2021-11-08Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-11-07i2c: amd-mp2-plat: ACPI: Use ACPI_COMPANION() directlyRafael J. Wysocki
2021-11-07i2c: i801: Add support for Intel Ice Lake PCH-NAndy Shevchenko
2021-11-06i2c: xgene-slimpro: Fix wrong pointer passed to PTR_ERR()Wei Yongjun
2021-11-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-11-01i2c: virtio: Add support for zero-length requestsViresh Kumar
2021-10-29mailbox: pcc: Use PCC mailbox channel pointer instead of standardSudeep Holla
2021-10-29i2c: xlr: Fix a resource leak in the error handling path of 'xlr_i2c_probe()'Christophe JAILLET
2021-10-29i2c: qup: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao
2021-10-29i2c: qup: fix a trivial typoRandy Dunlap