summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorLines
2022-10-02i2c: davinci: fix PM disable depth imbalance in davinci_i2c_probeZhang Qilong-1/+2
2022-09-21i2c: mux: harden i2c_mux_alloc() against integer overflowsDan Carpenter-2/+3
2022-09-21i2c: mlxbf: Fix frequency calculationAsmaa Mnebhi-40/+23
2022-09-17i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()Asmaa Mnebhi-0/+3
2022-09-17i2c: mlxbf: incorrect base address passed during io writeAsmaa Mnebhi-1/+1
2022-09-16i2c: imx: If pm_runtime_get_sync() returned 1 device access is possibleUwe Kleine-König-1/+1
2022-08-21i2c: imx: Make sure to unregister adapter on remove()Uwe Kleine-König-9/+11
2022-08-21Revert "i2c: scmi: Replace open coded device_get_match_data()"Wolfram Sang-2/+7
2022-08-11i2c: move core from strlcpy to strscpyWolfram Sang-2/+2
2022-08-11i2c: move drivers from strlcpy to strscpyWolfram Sang-49/+49
2022-08-11i2c: kempld: Support ACPI I2C device declarationChris Pringle-0/+1
2022-08-11i2c: mediatek: add i2c compatible for MT8188Kewei Xu-0/+43
2022-08-11i2c: microchip-corei2c: fix erroneous late ack sendConor Dooley-1/+1
2022-08-11i2c: qcom-geni: Fix GPI DMA buffer sync-backRobin Reckmann-2/+3
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-3/+4
2022-08-04Merge tag 'platform-drivers-x86-v6.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-30/+10
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-36/+6
2022-08-03Merge tag 'i2c-for-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-139/+1284
2022-08-02Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2022-07-26i2c: mux-gpmux: Add of_node_put() when breaking out of loopLiang He-0/+1
2022-07-24i2c: qcom-geni: Use the correct return valueBjorn Andersson-1/+1
2022-07-24i2c: cadence: Support PEC for SMBus block readLars-Peter Clausen-1/+9
2022-07-24i2c: qcom-geni: Propagate GENI_ABORT_DONE to geni_i2c_abort_xfer()Bjorn Andersson-5/+15
2022-07-22i2c: brcmstb: Use dev_name() for adapter nameFlorian Fainelli-3/+1
2022-07-22i2c: Add Renesas RZ/V2M controllerPhil Edworthy-0/+543
2022-07-16i2c: mlxcpld: Add callback to notify probing completionVadim Pasternak-0/+4
2022-07-16i2c: cadence: Change large transfer count reset logic to be unconditionalRobert Hancock-25/+5
2022-07-16i2c: scmi: Replace open coded device_get_match_data()Andy Shevchenko-7/+2
2022-07-16i2c: stm32: add support for the STM32MP13 socAlain Volmat-0/+7
2022-07-16i2c: imx: fix typo in commentFlavio Suligoi-1/+1
2022-07-16i2c: mlxcpld: Fix register setting for 400KHz frequencyVadim Pasternak-1/+1
2022-07-14i2c: i801: convert to use common P2SB accessorAndy Shevchenko-30/+10
2022-07-12Merge tag 'arm-soc/for-5.20/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann-1/+1
2022-07-08i2c: brcmstb: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAWilliam Zhang-1/+1
2022-07-07i2c: cadence: Unregister the clk notifier in error pathSatish Nagireddy-0/+1
2022-07-07i2c: add support for microchip fpga i2c controllersConor Dooley-0/+492
2022-07-06i2c: i801: Add support for Intel Meteor Lake-PJarkko Nikula-0/+4
2022-06-29i2c: piix4: Fix a memory leak in the EFCH MMIO supportJean Delvare-9/+7
2022-06-22powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko-3/+4
2022-06-16i2c: Fix a potential use after freeXu Wang-1/+2
2022-06-15i2c: hisi: use HZ_PER_KHZ macro in units.hYicong Yang-2/+1
2022-06-15i2c: qcom-cci: add msm8974 compatibleMatti Lehtimäki-0/+35
2022-06-14i2c: mediatek: Fix an error handling path in mtk_i2c_probe()Christophe JAILLET-2/+7
2022-06-14i2c: mv64xxx: Add atomic_xfer method to driverChris Morgan-6/+46
2022-06-14i2c: mv64xxx: Remove shutdown method from driverChris Morgan-9/+0
2022-06-14i2c: xiic: Fix the type check for xiic_wakeupShubhrajyoti Datta-2/+2
2022-06-13i2c: designware: Use standard optional ref clock implementationSerge Semin-5/+11
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner-36/+6
2022-06-08i2c: dummy: Drop no-op remove functionUwe Kleine-König-6/+0
2022-06-08i2c: mxs: Silence a clang warningFabio Estevam-1/+1