aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-28i2c: mediatek: Move suspend and resume handling to NOIRQ phaseQii Wang1-3/+16
2021-01-22i2c: sprd: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski1-0/+1
2021-01-22Revert "i2c: imx: Remove unused .id_table support"Fabio Estevam1-1/+19
2021-01-17i2c: octeon: check correct size of maximum RECV_LEN packetWolfram Sang1-1/+1
2021-01-17i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFOSowjanya Komatineni1-1/+21
2021-01-17i2c: bpmp-tegra: Ignore unknown I2C_M flagsMikko Perttunen1-1/+1
2021-01-11i2c: tegra: Wait for config load atomically while in ISRMikko Perttunen1-1/+1
2021-01-05i2c: mediatek: Fix apdma and i2c hand-shake timeoutQii Wang1-5/+22
2021-01-04i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminatedHans de Goede1-1/+1
2021-01-04i2c: sprd: use a specific timeout to avoid system hang up issueChunyan Zhang1-1/+7
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2020-12-15Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Rafael J. Wysocki1-2/+2
2020-12-11i2c: remove check that can never be trueUwe Kleine-König1-4/+1
2020-12-11i2c: Warn when device removing failsUwe Kleine-König1-2/+7
2020-12-09i2c: designware: Make register offsets all of the same widthAndy Shevchenko1-3/+3
2020-12-09i2c: designware: Switch header to use BIT() and GENMASK()Andy Shevchenko1-46/+46
2020-12-09i2c: pxa: move to generic GPIO recoveryCodrin Ciubotariu1-68/+8
2020-12-09i2c: sh_mobile: Mark adapter suspended during suspendGeert Uytterhoeven1-0/+28
2020-12-09i2c: owl: Add compatible for the Actions Semi S500 I2C controllerCristian Ciocaltea1-0/+1
2020-12-07i2c: imx: support slave mode for imx I2C driverBiwen Li2-24/+196
2020-12-07Merge branch 'i2c/for-current' into i2c/for-5.11Wolfram Sang8-193/+223
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-03i2c: ismt: Adding support for I2C_SMBUS_BLOCK_PROC_CALLMario Alejandro Posso Escobar1-2/+17
2020-12-03i2c: ocores: Avoid false-positive error log message.Stefan Lässer1-1/+1
2020-12-03Revert "i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630"Bjorn Andersson1-8/+4
2020-12-02i2c: mxs: Remove unneeded platform_device_idFabio Estevam1-19/+3
2020-12-02i2c: pca-platform: drop two members from driver data that are assigned to onlyUwe Kleine-König1-4/+0
2020-12-02i2c: imx: Remove unused .id_table supportFabio Estevam1-19/+1
2020-12-02i2c: nvidia-gpu: drop empty stub for runtime pmVaibhav Gupta1-9/+1
2020-12-02i2c: mv64xxx: Add bus error recoveryMark Tomlinson1-1/+28
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-23PM: sleep: Add dev_wakeup_path() helperPatrice Chotard1-2/+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-03i2c: exynos5: don't check for irq 0Martin Kaiser1-1/+1
2020-11-03i2c: exynos5: fix platform_get_irq error handlingMartin Kaiser1-3/+1
2020-11-03i2c: exynos5: remove duplicate error messageMartin Kaiser1-1/+0
2020-11-03i2c: mediatek: move dma reset before i2c resetQii Wang1-4/+4