summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2022-12-08i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag setAndrew Lunn1-2/+4
2022-12-08i2c: qcom-geni: fix error return code in geni_i2c_gpi_xferWang Yufen1-1/+0
2022-12-08i2c: npcm7xx: Fix error handling in npcm_i2c_init()Yuan Can1-1/+10
2022-12-08i2c: Restore initial power state if probe failsRicardo Ribalda1-4/+5
2022-11-26i2c: i801: add lis3lv02d's I2C address for Vostro 5568Nam Cao1-0/+1
2022-11-26i2c: tegra: Allocate DMA memory for DMA engineThierry Reding1-6/+10
2022-11-10i2c: piix4: Fix adapter not be removed in piix4_remove()Chen Zhongjin1-0/+1
2022-11-10i2c: xiic: Add platform module aliasMartin Tůma1-0/+1
2022-10-29i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapterBryan O'Donoghue1-5/+8
2022-10-21i2c: designware-pci: Group AMD NAVI quirk parts togetherAndy Shevchenko1-15/+15
2022-10-21i2c: mlxbf: support lock mechanismAsmaa Mnebhi1-5/+39
2022-10-21i2c: designware: Fix handling of real but unexpected device interruptsJarkko Nikula2-2/+18
2022-10-02i2c: davinci: fix PM disable depth imbalance in davinci_i2c_probeZhang Qilong1-1/+2
2022-09-21i2c: mux: harden i2c_mux_alloc() against integer overflowsDan Carpenter1-2/+3
2022-09-21i2c: mlxbf: Fix frequency calculationAsmaa Mnebhi1-40/+23
2022-09-17i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()Asmaa Mnebhi1-0/+3
2022-09-17i2c: mlxbf: incorrect base address passed during io writeAsmaa Mnebhi1-1/+1
2022-09-16i2c: imx: If pm_runtime_get_sync() returned 1 device access is possibleUwe Kleine-König1-1/+1
2022-08-21i2c: imx: Make sure to unregister adapter on remove()Uwe Kleine-König1-9/+11
2022-08-21Revert "i2c: scmi: Replace open coded device_get_match_data()"Wolfram Sang1-2/+7
2022-08-12i2c: move core from strlcpy to strscpyWolfram Sang2-2/+2
2022-08-12i2c: move drivers from strlcpy to strscpyWolfram Sang47-49/+49
2022-08-12i2c: kempld: Support ACPI I2C device declarationChris Pringle1-0/+1
2022-08-12i2c: mediatek: add i2c compatible for MT8188Kewei Xu1-0/+43
2022-08-11i2c: microchip-corei2c: fix erroneous late ack sendConor Dooley1-1/+1
2022-08-11i2c: qcom-geni: Fix GPI DMA buffer sync-backRobin Reckmann1-2/+3
2022-08-07Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-3/+4
2022-08-05Merge tag 'platform-drivers-x86-v6.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-30/+10
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-36/+6
2022-08-04Merge tag 'i2c-for-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds19-139/+1284
2022-08-02Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-07-27i2c: mux-gpmux: Add of_node_put() when breaking out of loopLiang He1-0/+1
2022-07-24i2c: qcom-geni: Use the correct return valueBjorn Andersson1-1/+1
2022-07-24i2c: cadence: Support PEC for SMBus block readLars-Peter Clausen1-1/+9
2022-07-24i2c: qcom-geni: Propagate GENI_ABORT_DONE to geni_i2c_abort_xfer()Bjorn Andersson1-5/+15
2022-07-22i2c: brcmstb: Use dev_name() for adapter nameFlorian Fainelli1-3/+1
2022-07-22i2c: Add Renesas RZ/V2M controllerPhil Edworthy3-0/+543
2022-07-16i2c: mlxcpld: Add callback to notify probing completionVadim Pasternak1-0/+4
2022-07-16i2c: cadence: Change large transfer count reset logic to be unconditionalRobert Hancock1-25/+5
2022-07-16i2c: scmi: Replace open coded device_get_match_data()Andy Shevchenko1-7/+2
2022-07-16i2c: stm32: add support for the STM32MP13 socAlain Volmat1-0/+7
2022-07-16i2c: imx: fix typo in commentFlavio Suligoi1-1/+1
2022-07-16i2c: mlxcpld: Fix register setting for 400KHz frequencyVadim Pasternak1-1/+1
2022-07-14i2c: i801: convert to use common P2SB accessorAndy Shevchenko2-30/+10
2022-07-12Merge tag 'arm-soc/for-5.20/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann1-1/+1
2022-07-09i2c: brcmstb: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAWilliam Zhang1-1/+1
2022-07-08i2c: cadence: Unregister the clk notifier in error pathSatish Nagireddy1-0/+1
2022-07-07i2c: add support for microchip fpga i2c controllersConor Dooley3-0/+492
2022-07-06i2c: i801: Add support for Intel Meteor Lake-PJarkko Nikula2-0/+4
2022-06-29i2c: piix4: Fix a memory leak in the EFCH MMIO supportJean Delvare1-9/+7