summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2021-02-17i2c: stm32f7: fix configuration of the digital filterAlain Volmat
2021-02-13i2c: mediatek: Move suspend and resume handling to NOIRQ phaseQii Wang
2021-02-07i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFOSowjanya Komatineni
2021-01-27i2c: sprd: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski
2021-01-27i2c: octeon: check correct size of maximum RECV_LEN packetWolfram Sang
2021-01-27i2c: bpmp-tegra: Ignore unknown I2C_M flagsMikko Perttunen
2021-01-27i2c: tegra: Wait for config load atomically while in ISRMikko Perttunen
2021-01-17i2c: mediatek: Fix apdma and i2c hand-shake timeoutQii Wang
2021-01-17i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminatedHans de Goede
2021-01-17i2c: sprd: use a specific timeout to avoid system hang up issueChunyan Zhang
2020-12-30Revert "i2c: i2c-qcom-geni: Fix DMA transfer race"Douglas Anderson
2020-12-05i2c: mlxbf: Fix the return check of devm_ioremap and ioremapWang Xiaojun
2020-12-05i2c: mlxbf: select CONFIG_I2C_SLAVEArnd Bergmann
2020-12-02i2c: imx: Don't generate STOP condition if arbitration has been lostChristian Eggers
2020-12-02i2c: imx: Check for I2SR_IAL after every byteChristian Eggers
2020-12-02i2c: imx: Fix reset of I2SR_IAL flagChristian Eggers
2020-12-02i2c: qcom: Fix IRQ error misassignementRobert Foss
2020-12-02i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()Zhihao Cheng
2020-11-06i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVEDMichael Wu
2020-11-06i2c: designware: call i2c_dw_read_clear_intrbits_slave() onceMichael Wu
2020-11-06i2c: mlxbf: I2C_MLXBF should depend on MELLANOX_PLATFORMGeert Uytterhoeven
2020-11-06i2c: mlxbf: Update author and maintainer email infoKhalil Blaiech
2020-11-06i2c: mlxbf: Update reference clock frequencyKhalil Blaiech
2020-11-06i2c: mlxbf: Remove unecessary wrapper functionsKhalil Blaiech
2020-11-06i2c: mlxbf: Fix resrticted cast warning of sparseKhalil Blaiech
2020-11-06i2c: mlxbf: Add CONFIG_ACPI to guard ACPI function callKhalil Blaiech
2020-11-06i2c: sh_mobile: implement atomic transfersUlrich Hecht
2020-11-03i2c: mediatek: move dma reset before i2c resetQii Wang
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