summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2021-03-04i2c: exynos5: Preserve high speed master codeMÃ¥rten Lindahl1-1/+7
2021-03-04i2c: brcmstb: Fix brcmstd_send_i2c_cmd conditionMaxime Ripard1-1/+1
2021-03-04i2c: qcom-geni: Store DMA mapping data in geni_i2c_dev structRoja Rani Yarubandi1-16/+43
2021-03-04i2c: iproc: handle master read requestRayagonda Kokatanur1-45/+170
2021-03-04i2c: iproc: update slave isr mask (ISR_MASK_SLAVE)Rayagonda Kokatanur1-1/+2
2021-03-04i2c: iproc: handle only slave interrupts which are enabledRayagonda Kokatanur1-4/+9
2021-02-17i2c: stm32f7: fix configuration of the digital filterAlain Volmat1-1/+10
2021-02-13i2c: mediatek: Move suspend and resume handling to NOIRQ phaseQii Wang1-3/+16
2021-02-07i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFOSowjanya Komatineni1-1/+21
2021-01-27i2c: sprd: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski1-0/+1
2021-01-27i2c: octeon: check correct size of maximum RECV_LEN packetWolfram Sang1-1/+1
2021-01-27i2c: bpmp-tegra: Ignore unknown I2C_M flagsMikko Perttunen1-1/+1
2021-01-27i2c: tegra: Wait for config load atomically while in ISRMikko Perttunen1-1/+1
2021-01-17i2c: mediatek: Fix apdma and i2c hand-shake timeoutQii Wang1-5/+22
2021-01-17i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminatedHans de Goede1-1/+1
2021-01-17i2c: sprd: use a specific timeout to avoid system hang up issueChunyan Zhang1-1/+7
2020-12-30Revert "i2c: i2c-qcom-geni: Fix DMA transfer race"Douglas Anderson1-4/+2
2020-12-05i2c: mlxbf: Fix the return check of devm_ioremap and ioremapWang Xiaojun1-6/+6
2020-12-05i2c: mlxbf: select CONFIG_I2C_SLAVEArnd Bergmann1-0/+1
2020-12-02i2c: imx: Don't generate STOP condition if arbitration has been lostChristian Eggers1-2/+10
2020-12-02i2c: imx: Check for I2SR_IAL after every byteChristian Eggers1-0/+10
2020-12-02i2c: imx: Fix reset of I2SR_IAL flagChristian Eggers1-6/+16
2020-12-02i2c: qcom: Fix IRQ error misassignementRobert Foss1-2/+2
2020-12-02i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()Zhihao Cheng1-1/+2
2020-11-06i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVEDMichael Wu1-27/+18
2020-11-06i2c: designware: call i2c_dw_read_clear_intrbits_slave() onceMichael Wu1-6/+1
2020-11-06i2c: mlxbf: I2C_MLXBF should depend on MELLANOX_PLATFORMGeert Uytterhoeven1-1/+1
2020-11-06i2c: mlxbf: Update author and maintainer email infoKhalil Blaiech1-1/+1
2020-11-06i2c: mlxbf: Update reference clock frequencyKhalil Blaiech1-6/+4
2020-11-06i2c: mlxbf: Remove unecessary wrapper functionsKhalil Blaiech1-111/+72
2020-11-06i2c: mlxbf: Fix resrticted cast warning of sparseKhalil Blaiech1-2/+2
2020-11-06i2c: mlxbf: Add CONFIG_ACPI to guard ACPI function callKhalil Blaiech1-0/+9
2020-11-06i2c: sh_mobile: implement atomic transfersUlrich Hecht1-20/+66
2020-11-04i2c: mediatek: move dma reset before i2c resetQii Wang1-4/+4
2020-10-25i2c: core: Restore acpi_walk_dep_device_list() getting called after registeri...Hans de Goede1-1/+10
2020-10-21Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds27-900/+3766
2020-10-10i2c: owl: Clear NACK and BUS error bitsCristian Ciocaltea1-0/+6
2020-10-10Revert "i2c: imx: Fix reset of I2SR_IAL flag"Wolfram Sang1-15/+5
2020-10-08i2c: meson: fixup rate calculation with filter delayNicolas Belin1-11/+12
2020-10-08i2c: meson: keep peripheral clock enabledJerome Brunet1-7/+3
2020-10-08i2c: meson: fix clock setting overwriteJerome Brunet1-1/+18
2020-10-08i2c: imx: Fix reset of I2SR_IAL flagChristian Eggers1-5/+15
2020-10-05i2c: tegra: Improve driver module descriptionDmitry Osipenko1-1/+1
2020-10-05i2c: tegra: Clean up whitespaces, newlines and indentationDmitry Osipenko1-27/+46
2020-10-05i2c: tegra: Clean up and improve commentsDmitry Osipenko1-41/+47
2020-10-05i2c: tegra: Clean up printk messagesDmitry Osipenko1-23/+14
2020-10-05i2c: tegra: Clean up variable namesDmitry Osipenko1-87/+90
2020-10-05i2c: tegra: Improve formatting of variablesDmitry Osipenko1-51/+45
2020-10-05i2c: tegra: Check errors for both positive and negative valuesDmitry Osipenko1-3/+3
2020-10-05i2c: tegra: Factor out hardware initialization into separate functionDmitry Osipenko1-13/+19