summaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transferDmitry Osipenko2020-10-051-9/+16
| * i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQBarry Song2020-09-293-9/+6
| * i2c: efm32: Use devm_platform_get_and_ioremap_resource()Wang ShaoBo2020-09-291-9/+3
| * i2c: i801: Add support for Intel Alder Lake PCH-SJarkko Nikula2020-09-292-0/+5
| * i2c: imx: Fix external abort on interrupt in exit pathsKrzysztof Kozlowski2020-09-271-11/+13
| * i2c: rk3x: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-271-12/+7
| * i2c: mlxbf: I2C SMBus driver for Mellanox BlueField SoCKhalil Blaiech2020-09-273-0/+2520
| * i2c: nvidia-gpu: Use put_unaligned_be24()Andy Shevchenko2020-09-211-2/+1
| * i2c: ismt: Add support for Intel Emmitsburg PCHAndy Shevchenko2020-09-211-0/+2
| * i2c: ismt: Describe parameters in kernel docAndy Shevchenko2020-09-211-8/+2
| * i2c: jz4780: Remove of_match_ptr()Paul Cercueil2020-09-211-1/+1
| * i2c: jz4780: Add compatible string for JZ4770 SoCPaul Cercueil2020-09-211-0/+1
| * i2c: amd_mp2: handle num is 0 input for i2c_amd_xferTom Rix2020-09-211-1/+1
| * i2c: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-213-17/+13
| * i2c: stm32: fix error message on upon dma_request_chan & defer handlingAlain Volmat2020-09-212-11/+8
| * i2c: rcar: add HostNotify supportWolfram Sang2020-09-212-3/+29
| * i2c: add slave testunit driverWolfram Sang2020-09-213-0/+184
| * i2c: stm32: name slave slot to ease maintenanceAlain Volmat2020-09-181-8/+14
| * i2c: bcm2835: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-5/+3
| * i2c: mux: reg: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-7/+3
| * i2c: mux: gpmux: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-10/+6
| * i2c: rcar: refactor and shorten timeout when resettingWolfram Sang2020-09-181-12/+3
| * i2c: rcar: improve bus busy detectionWolfram Sang2020-09-181-9/+10
| * i2c: stm32f7: Add SMBus Host-Notify protocol supportAlain Volmat2020-09-182-16/+97
| * i2c: smbus: add core function handling SMBus host-notifyAlain Volmat2020-09-091-0/+107
| * i2c: imx: Use dev_err_probe() to simplify error handlingAnson Huang2020-09-091-5/+3
| * i2c: i801: Register lis3lv02d I2C device on Dell Latitude 5480Jeffrey Lin2020-09-091-0/+1
| * i2c: rcar: Auto select RESET_CONTROLLERDirk Behme2020-08-281-0/+1
| * i2c: xiic: Support forcing single-master in DTJaakko Laine2020-08-281-0/+14
| * i2c: xiic: Improve struct memory alignmentJaakko Laine2020-08-281-2/+2
| * i2c: xiic: Change code alignment to 1 space onlyJaakko Laine2020-08-281-24/+24
| * i2c: Remove 'default n' from busses/KconfigJarkko Nikula2020-08-252-4/+0
* | i2c: owl: Clear NACK and BUS error bitsCristian Ciocaltea2020-10-101-0/+6
* | Revert "i2c: imx: Fix reset of I2SR_IAL flag"Wolfram Sang2020-10-101-15/+5
* | i2c: meson: fixup rate calculation with filter delayNicolas Belin2020-10-081-11/+12
* | i2c: meson: keep peripheral clock enabledJerome Brunet2020-10-081-7/+3
* | i2c: meson: fix clock setting overwriteJerome Brunet2020-10-081-1/+18
* | i2c: imx: Fix reset of I2SR_IAL flagChristian Eggers2020-10-081-5/+15
* | i2c: npcm7xx: Clear LAST bit after a failed transaction.Tali Perry2020-09-271-0/+9
* | i2c: cpm: Fix i2c_ram structureNicolas VINCENT2020-09-271-0/+3
* | i2c: i801: Exclude device from suspend direct complete optimizationJean Delvare2020-09-211-0/+1
* | i2c: mxs: use MXS_DMA_CTRL_WAIT4END instead of DMA_CTRL_ACKMatthias Schiffer2020-09-181-3/+7
* | i2c: mediatek: Send i2c master code at more than 1MHzQii Wang2020-09-181-1/+1
* | i2c: mediatek: Fix generic definitions for bus frequencyQii Wang2020-09-181-2/+2
* | i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_dev...Hans de Goede2020-09-171-1/+1
* | i2c: i801: Simplify the suspend callbackJean Delvare2020-09-141-3/+2
* | i2c: i801: Fix resume bugVolker RĂ¼melin2020-09-141-7/+14
* | i2c: aspeed: Mask IRQ status to relevant bitsEddie James2020-09-141-0/+2
* | i2c: algo: pca: Reapply i2c bus settings after resetEvan Nimmo2020-09-091-12/+23
* | i2c: npcm7xx: Fix timeout calculationTali Perry2020-09-081-2/+6