summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2019-09-06i2c: piix4: Fix port selection for AMD Family 16h Model 30hAndrew Cooks1-7/+5
2019-09-06i2c: emev2: avoid race when unregistering slave clientWolfram Sang1-4/+12
2019-09-06i2c: rcar: avoid race when unregistering slave clientWolfram Sang1-4/+7
2019-08-09gcc-9: don't warn about uninitialized variableLinus Torvalds1-1/+1
2019-07-31i2c: stm32f7: fix the get_irq error casesFabrice Gasnier1-12/+14
2019-07-10i2c: pca-platform: Fix GPIO lookup codeLinus Walleij1-2/+1
2019-06-22i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwrYingjoe Chen1-0/+1
2019-06-19i2c: acorn: fix i2c warningRussell King1-0/+1
2019-06-11i2c: xiic: Add max_read_len quirkRobert Hancock1-0/+5
2019-06-09i2c: synquacer: fix synquacer_i2c_doxfer() return valueMasahisa Kojima1-1/+1
2019-06-09i2c: mlxcpld: Fix wrong initialization order in probeVadim Pasternak1-1/+1
2019-05-08i2c: i2c-stm32f7: Fix SDADEL minimum formulaNicolas Le Bayon1-1/+1
2019-05-08i2c: Prevent runtime suspend of adapter when Host Notify is requiredJarkko Nikula1-0/+4
2019-05-08i2c: Allow recovery of the initial IRQ by an I2C client device.Jim Broadus1-4/+5
2019-05-08i2c: Clear client->irq in i2c_device_removeCharles Keepax1-0/+2
2019-05-08i2c: Remove unnecessary call to irq_find_mappingCharles Keepax1-4/+1
2019-05-08i2c: imx: correct the method of getting private data in notifier_callAnson Huang1-2/+2
2019-05-08i2c: synquacer: fix enumeration of slave devicesArd Biesheuvel1-0/+2
2019-05-04i2c: i801: Add support for Intel Comet LakeJarkko Nikula2-0/+5
2019-04-05i2c: of: Try to find an I2C adapter matching the parentThierry Reding1-1/+13
2019-03-23i2c: tegra: fix maximum transfer sizeSowjanya Komatineni1-1/+1
2019-03-23i2c: bcm2835: Clear current buffer pointers and counts after a transferPaul Kocialkowski1-0/+12
2019-03-23i2c: cadence: Fix the hold bit settingShubhrajyoti Datta1-2/+7
2019-03-14i2c: omap: Use noirq system sleep pm ops to idle device for suspendTony Lindgren1-8/+5
2019-02-12i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)Fabrizio Castro1-0/+1
2019-02-12i2c-axxia: check for error conditions firstAdamski, Krzysztof (Nokia - PL/Wroclaw)1-16/+16
2019-02-12i2c: sh_mobile: add support for r8a77990 (R-Car E3)Simon Horman1-0/+1
2019-01-17i2c: dev: prevent adapter retries and timeout being set as minus valueYi Zeng1-0/+6
2018-12-21i2c: uniphier-f: fix violation of tLOW requirement for Fast-modeMasahiro Yamada1-1/+18
2018-12-21i2c: uniphier: fix violation of tLOW requirement for Fast-modeMasahiro Yamada1-1/+7
2018-12-21i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device nodeHans de Goede1-3/+7
2018-12-21i2c: axxia: properly handle master timeoutAdamski, Krzysztof (Nokia - PL/Wroclaw)1-11/+29
2018-12-21i2c: rcar: check bus state before reinitializingWolfram Sang1-4/+5
2018-12-19i2c: aspeed: fix build warningArnd Bergmann1-1/+3
2018-11-27i2c: qcom-geni: Fix runtime PM mismatch with child devicesStephen Boyd1-7/+8
2018-11-27i2c: omap: Enable for ARCH_K3Vignesh R1-1/+1
2018-10-20i2c: rcar: cleanup DMA for all kinds of failureWolfram Sang1-1/+5
2018-10-11i2c: Fix kerneldoc for renamed i2c dma put functionStephen Boyd1-1/+1
2018-10-05i2c: designware: Call i2c_dw_clk_rate() only when calculating timingsJarkko Nikula1-1/+3
2018-10-01i2c: i2c-scmi: fix for i2c_smbus_write_block_dataEdgar Cherkasov1-0/+1
2018-09-25i2c: i2c-isch: fix spelling mistake "unitialized" -> "uninitialized"Colin Ian King1-1/+1
2018-09-25i2c: i2c-qcom-geni: Properly handle DMA safe buffersStephen Boyd1-4/+18
2018-09-06i2c: xiic: Make the start and the byte count write atomicShubhrajyoti Datta1-0/+4
2018-09-04i2c: i801: fix DNV's SMBCTRL register offsetFelipe Balbi1-1/+6
2018-09-03i2c: imx-lpi2c: Remove mx8dv compatible entryFabio Estevam1-1/+0
2018-09-03i2c: uniphier-f: issue STOP only for last message or I2C_M_STOPMasahiro Yamada1-5/+2
2018-09-03i2c: uniphier: issue STOP only for last message or I2C_M_STOPMasahiro Yamada1-5/+2
2018-08-31i2c: sh_mobile: fix leak when using DMA bounce bufferWolfram Sang1-2/+4
2018-08-31i2c: sh_mobile: define start_ch() void as it only returns 0 anyhowWolfram Sang1-6/+3
2018-08-31i2c: refactor function to release a DMA safe bufferWolfram Sang2-6/+7