summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
...
| * | i2c: qcom: Fix IRQ error misassignementRobert Foss2020-12-021-2/+2
| * | i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()Zhihao Cheng2020-12-021-1/+2
| |/
| * i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVEDMichael Wu2020-11-061-27/+18
| * i2c: designware: call i2c_dw_read_clear_intrbits_slave() onceMichael Wu2020-11-061-6/+1
| * i2c: mlxbf: I2C_MLXBF should depend on MELLANOX_PLATFORMGeert Uytterhoeven2020-11-061-1/+1
| * i2c: mlxbf: Update author and maintainer email infoKhalil Blaiech2020-11-061-1/+1
| * i2c: mlxbf: Update reference clock frequencyKhalil Blaiech2020-11-061-6/+4
| * i2c: mlxbf: Remove unecessary wrapper functionsKhalil Blaiech2020-11-061-111/+72
| * i2c: mlxbf: Fix resrticted cast warning of sparseKhalil Blaiech2020-11-061-2/+2
| * i2c: mlxbf: Add CONFIG_ACPI to guard ACPI function callKhalil Blaiech2020-11-061-0/+9
| * i2c: sh_mobile: implement atomic transfersUlrich Hecht2020-11-061-20/+66
| * i2c: mediatek: move dma reset before i2c resetQii Wang2020-11-031-4/+4
* | i2c: ismt: Adding support for I2C_SMBUS_BLOCK_PROC_CALLMario Alejandro Posso Escobar2020-12-031-2/+17
* | i2c: ocores: Avoid false-positive error log message.Stefan Lässer2020-12-031-1/+1
* | Revert "i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630"Bjorn Andersson2020-12-031-8/+4
* | i2c: mxs: Remove unneeded platform_device_idFabio Estevam2020-12-021-19/+3
* | i2c: pca-platform: drop two members from driver data that are assigned to onlyUwe Kleine-König2020-12-021-4/+0
* | i2c: imx: Remove unused .id_table supportFabio Estevam2020-12-021-19/+1
* | i2c: nvidia-gpu: drop empty stub for runtime pmVaibhav Gupta2020-12-021-9/+1
* | i2c: mv64xxx: Add bus error recoveryMark Tomlinson2020-12-021-1/+28
* | i2c: exynos5: don't check for irq 0Martin Kaiser2020-11-031-1/+1
* | i2c: exynos5: fix platform_get_irq error handlingMartin Kaiser2020-11-031-3/+1
* | i2c: exynos5: remove duplicate error messageMartin Kaiser2020-11-031-1/+0
* | i2c: ocores: fix polling mode workaround on FU540-C000 SoCSagar Shrikant Kadam2020-11-031-12/+11
* | i2c: owl: Enable asynchronous probingCristian Ciocaltea2020-11-031-0/+1
* | i2c: owl: Add support for atomic transfersCristian Ciocaltea2020-11-031-19/+54
* | i2c: at91: remove legacy DMA left oversAlexandre Belloni2020-11-032-3/+0
* | Revert "i2c: i2c-qcom-geni: Fix DMA transfer race"Douglas Anderson2020-10-261-4/+2
|/
* i2c: core: Restore acpi_walk_dep_device_list() getting called after registeri...Hans de Goede2020-10-251-1/+10
* Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-2127-900/+3766
|\
| * i2c: tegra: Improve driver module descriptionDmitry Osipenko2020-10-051-1/+1
| * i2c: tegra: Clean up whitespaces, newlines and indentationDmitry Osipenko2020-10-051-27/+46
| * i2c: tegra: Clean up and improve commentsDmitry Osipenko2020-10-051-41/+47
| * i2c: tegra: Clean up printk messagesDmitry Osipenko2020-10-051-23/+14
| * i2c: tegra: Clean up variable namesDmitry Osipenko2020-10-051-87/+90
| * i2c: tegra: Improve formatting of variablesDmitry Osipenko2020-10-051-51/+45
| * i2c: tegra: Check errors for both positive and negative valuesDmitry Osipenko2020-10-051-3/+3
| * i2c: tegra: Factor out hardware initialization into separate functionDmitry Osipenko2020-10-051-13/+19
| * i2c: tegra: Factor out register polling into separate functionDmitry Osipenko2020-10-051-32/+25
| * i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg()Dmitry Osipenko2020-10-051-40/+55
| * i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()Dmitry Osipenko2020-10-051-16/+30
| * i2c: tegra: Rename wait/poll functionsDmitry Osipenko2020-10-051-18/+14
| * i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()Dmitry Osipenko2020-10-051-9/+8
| * i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()Dmitry Osipenko2020-10-051-5/+4
| * i2c: tegra: Remove likely/unlikely from the codeDmitry Osipenko2020-10-051-2/+2
| * i2c: tegra: Remove outdated barrier()Dmitry Osipenko2020-10-051-8/+5
| * i2c: tegra: Clean up variable typesDmitry Osipenko2020-10-051-19/+19
| * i2c: tegra: Reorder location of functions in the codeDmitry Osipenko2020-10-051-244/+242
| * i2c: tegra: Clean up probe functionDmitry Osipenko2020-10-051-51/+49
| * i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()Dmitry Osipenko2020-10-051-4/+6