summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2020-12-03Revert "i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630"Bjorn Andersson
2020-12-02i2c: mxs: Remove unneeded platform_device_idFabio Estevam
2020-12-02i2c: pca-platform: drop two members from driver data that are assigned to onlyUwe Kleine-König
2020-12-02i2c: imx: Remove unused .id_table supportFabio Estevam
2020-12-02i2c: nvidia-gpu: drop empty stub for runtime pmVaibhav Gupta
2020-12-02i2c: mv64xxx: Add bus error recoveryMark Tomlinson
2020-11-03i2c: exynos5: don't check for irq 0Martin Kaiser
2020-11-03i2c: exynos5: fix platform_get_irq error handlingMartin Kaiser
2020-11-03i2c: exynos5: remove duplicate error messageMartin Kaiser
2020-11-03i2c: ocores: fix polling mode workaround on FU540-C000 SoCSagar Shrikant Kadam
2020-11-03i2c: owl: Enable asynchronous probingCristian Ciocaltea
2020-11-03i2c: owl: Add support for atomic transfersCristian Ciocaltea
2020-11-03i2c: at91: remove legacy DMA left oversAlexandre Belloni
2020-10-26Revert "i2c: i2c-qcom-geni: Fix DMA transfer race"Douglas Anderson
2020-10-25i2c: core: Restore acpi_walk_dep_device_list() getting called after registeri...Hans de Goede
2020-10-21Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-10i2c: owl: Clear NACK and BUS error bitsCristian Ciocaltea
2020-10-10Revert "i2c: imx: Fix reset of I2SR_IAL flag"Wolfram Sang
2020-10-08i2c: meson: fixup rate calculation with filter delayNicolas Belin
2020-10-08i2c: meson: keep peripheral clock enabledJerome Brunet
2020-10-08i2c: meson: fix clock setting overwriteJerome Brunet
2020-10-08i2c: imx: Fix reset of I2SR_IAL flagChristian Eggers
2020-10-05i2c: tegra: Improve driver module descriptionDmitry Osipenko
2020-10-05i2c: tegra: Clean up whitespaces, newlines and indentationDmitry Osipenko
2020-10-05i2c: tegra: Clean up and improve commentsDmitry Osipenko
2020-10-05i2c: tegra: Clean up printk messagesDmitry Osipenko
2020-10-05i2c: tegra: Clean up variable namesDmitry Osipenko
2020-10-05i2c: tegra: Improve formatting of variablesDmitry Osipenko
2020-10-05i2c: tegra: Check errors for both positive and negative valuesDmitry Osipenko
2020-10-05i2c: tegra: Factor out hardware initialization into separate functionDmitry Osipenko
2020-10-05i2c: tegra: Factor out register polling into separate functionDmitry Osipenko
2020-10-05i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg()Dmitry Osipenko
2020-10-05i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()Dmitry Osipenko
2020-10-05i2c: tegra: Rename wait/poll functionsDmitry Osipenko
2020-10-05i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()Dmitry Osipenko
2020-10-05i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()Dmitry Osipenko
2020-10-05i2c: tegra: Remove likely/unlikely from the codeDmitry Osipenko
2020-10-05i2c: tegra: Remove outdated barrier()Dmitry Osipenko
2020-10-05i2c: tegra: Clean up variable typesDmitry Osipenko
2020-10-05i2c: tegra: Reorder location of functions in the codeDmitry Osipenko
2020-10-05i2c: tegra: Clean up probe functionDmitry Osipenko
2020-10-05i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()Dmitry Osipenko
2020-10-05i2c: tegra: Use clk-bulk helpersDmitry Osipenko
2020-10-05i2c: tegra: Use platform_get_irq()Dmitry Osipenko
2020-10-05i2c: tegra: Use devm_platform_get_and_ioremap_resource()Dmitry Osipenko
2020-10-05i2c: tegra: Use reset_control_reset()Dmitry Osipenko
2020-10-05i2c: tegra: Remove error message used for devm_request_irq() failureDmitry Osipenko
2020-10-05i2c: tegra: Runtime PM always available on TegraDmitry Osipenko
2020-10-05i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode memberDmitry Osipenko
2020-10-05i2c: tegra: Initialize div-clk rate unconditionallyDmitry Osipenko