summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2021-12-17i2c: aspeed: Remove unused includesThierry Reding1-2/+0
2021-12-17i2c: sh_mobile: update to new DMAENGINE API when terminatingWolfram Sang1-17/+9
2021-12-17i2c: rcar: update to new DMAENGINE API when terminatingWolfram Sang1-17/+9
2021-12-17i2c: exynos5: Fix getting the optional clockSam Protsenko1-3/+5
2021-12-17i2c: designware-pci: Convert to use dev_err_probe()Andy Shevchenko1-14/+10
2021-12-17i2c: designware-pci: use __maybe_unused for PM functionsAndy Shevchenko1-4/+2
2021-12-17i2c: designware-pci: Group MODULE_*() macrosAndy Shevchenko1-4/+2
2021-12-17i2c: designware-pci: Add a note about struct dw_scl_sda_cfg usageAndy Shevchenko1-0/+7
2021-12-17i2c: designware-pci: Fix to change data types of hcnt and lcnt parametersLakshmi Sowjanya D1-4/+4
2021-12-17i2c: designware: Do not complete i2c read without RX_FULL interruptTamal Saha1-2/+5
2021-12-11i2c: tegra: use i2c_timings for bus clock freqAkhil R1-12/+9
2021-12-09i2c: i801: Don't clear status flags twice in interrupt modeHeiner Kallweit1-11/+5
2021-12-09i2c: i801: Don't read back cleared status in i801_check_pre()Heiner Kallweit1-19/+3
2021-12-09i2c: exynos5: Mention Exynos850 and ExynosAutoV9 in KconfigSam Protsenko1-1/+1
2021-12-09i2c: exynos5: Add bus clock supportSam Protsenko1-8/+38
2021-12-09i2c: exynos5: Add support for ExynosAutoV9 SoCJaewon Kim1-9/+53
2021-12-02i2c: stm32f7: remove noisy and imprecise log messagesWolfram Sang1-4/+0
2021-12-02i2c: stm32: get rid of stm32f7_i2c_release_bus return valueAlain Volmat1-8/+2
2021-12-01Revert "i2c: designware-pci: Add support for Fast Mode Plus and High Speed Mode"Wolfram Sang1-8/+0
2021-12-01Revert "i2c: designware-pci: Set ideal timing parameters for Elkhart Lake PSE"Wolfram Sang1-14/+0
2021-11-30i2c: i801: Improve handling platform data for tco deviceHeiner Kallweit1-15/+12
2021-11-29i2c: designware-pci: Set ideal timing parameters for Elkhart Lake PSELakshmi Sowjanya D1-0/+14
2021-11-29i2c: designware-pci: Add support for Fast Mode Plus and High Speed ModeLakshmi Sowjanya D1-0/+8
2021-11-29i2c: enable async suspend/resume on i2c client devicesDerek Basehore1-0/+1
2021-11-29i2c: enable async suspend/resume for i2c adaptersRajat Jain1-0/+1
2021-11-29i2c: designware: Enable async suspend / resume of designware devicesRajat Jain1-0/+2
2021-11-29i2c: mpc: Correct I2C reset procedureJoakim Tjernlund1-8/+15
2021-11-29i2c: designware: Fix the kernel doc description for struct dw_i2c_devAndy Shevchenko1-4/+9
2021-11-29i2c: rk3x: enable clock before getting rateJohn Keeping1-0/+7
2021-11-29i2c: i801: Improve handling of chip-specific feature definitionsHeiner Kallweit1-125/+66
2021-11-29i2c: i801: Remove i801_set_block_buffer_modeHeiner Kallweit1-12/+5
2021-11-29i2c: i801: Don't silently correct invalid transfer sizeHeiner Kallweit1-10/+5
2021-11-29i2c: tegra: Add the ACPI supportAkhil R1-12/+40
2021-11-29Merge branch 'i2c/for-current' into i2c/for-mergewindowWolfram Sang2-16/+30
2021-11-23i2c: mux: gpio: Use array_size() helperAndy Shevchenko1-1/+2
2021-11-23i2c: mux: gpio: Don't dereference fwnode from struct deviceAndy Shevchenko1-3/+4
2021-11-23i2c: mux: gpio: Replace custom acpi_get_local_address()Andy Shevchenko1-41/+2
2021-11-23i2c: imx: Add timer for handling the stop conditionCorey Minyard1-19/+73
2021-11-23i2c: virtio: disable timeout handlingVincent Whitchurch1-9/+5
2021-11-23i2c: i801: Fix interrupt storm from SMB_ALERT signalJarkko Nikula1-6/+19
2021-11-23i2c: i801: Restore INTREN on unloadJean Delvare1-1/+6
2021-11-23i2c: Remove unused Netlogic/Sigma Designs XLR driverRob Herring3-481/+0
2021-11-23i2c: Remove Netlogic XLP variantRob Herring2-10/+3
2021-11-10Merge tag 'acpi-5.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+14
2021-11-08Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds20-260/+490
2021-11-07i2c: amd-mp2-plat: ACPI: Use ACPI_COMPANION() directlyRafael J. Wysocki1-3/+2
2021-11-07i2c: i801: Add support for Intel Ice Lake PCH-NAndy Shevchenko1-0/+4
2021-11-07i2c: xgene-slimpro: Fix wrong pointer passed to PTR_ERR()Wei Yongjun1-1/+1
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+9
2021-11-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-26/+30