summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+14
2022-12-02i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag setAndrew Lunn1-2/+4
2022-12-01i2c: qcom-geni: fix error return code in geni_i2c_gpi_xferWang Yufen1-1/+0
2022-12-01i2c: cadence: Fix regression with bus recoveryCarsten Haitzler1-3/+8
2022-11-24Merge branch 'i2c/client_device_id_helper-immutable' of https://git.kernel.or...Mark Brown1-0/+14
2022-11-14i2c: core: Introduce i2c_client_get_device_id helper functionAngel Iglesias1-0/+14
2022-11-14i2c: Restore initial power state if probe failsRicardo Ribalda1-4/+5
2022-11-12i2c: npcm7xx: Fix error handling in npcm_i2c_init()Yuan Can1-1/+10
2022-11-01i2c: i801: add lis3lv02d's I2C address for Vostro 5568Nam Cao1-0/+1
2022-11-01i2c: tegra: Allocate DMA memory for DMA engineThierry Reding1-6/+10
2022-11-01i2c: piix4: Fix adapter not be removed in piix4_remove()Chen Zhongjin1-0/+1
2022-10-21i2c: mlxbf: depend on ACPI; clean away ifdeffageAdam Borowski2-9/+1
2022-10-20i2c: fix spelling typos in commentsJiangshan Yi2-2/+2
2022-10-19i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapterBryan O'Donoghue1-5/+8
2022-10-19i2c: xiic: Add platform module aliasMartin Tůma1-0/+1
2022-10-11Merge tag 'i2c-for-6.1-rc1-batch2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-4/+28
2022-10-10Merge tag 'acpi-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds3-13/+37
2022-10-10Merge branches 'acpi-apei', 'acpi-wakeup', 'acpi-reboot' and 'acpi-thermal'Rafael J. Wysocki3-13/+37
2022-10-06Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2022-10-05i2c: aspeed: Assert NAK when slave is busyQuan Nguyen1-1/+8
2022-10-05i2c: designware: Fix handling of real but unexpected device interruptsJarkko Nikula2-2/+18
2022-10-05i2c: qcom-cci: Add MSM8226 compatibleRayyan Ansari1-0/+1
2022-10-05i2c: microchip: pci1xxxx: Fix comparison of -EPERM against an unsigned variableColin Ian King1-1/+1
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds24-493/+1838
2022-10-04i2c: acpi: Use ACPI wake capability bit to set wake_irqRaul E Rangel3-13/+37
2022-10-03Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-32/+15
2022-10-02i2c: pci1xxxx: prevent signed integer overflowWolfram Sang1-3/+3
2022-10-02i2c: acpi: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-10-02i2c: i801: Prefer async probeMani Milani1-0/+1
2022-10-02i2c: davinci: fix PM disable depth imbalance in davinci_i2c_probeZhang Qilong1-1/+2
2022-10-02i2c: designware-pci: Use standard pattern for memory allocationAndy Shevchenko1-1/+1
2022-10-02i2c: designware-pci: Group AMD NAVI quirk parts togetherAndy Shevchenko1-15/+15
2022-09-28i2c: microchip: pci1xxxx: Add driver for I2C host controller in multifunction...Tharun Kumar P3-0/+1221
2022-09-27i2c: mlxbf: remove device tree supportAsmaa Mnebhi1-48/+1
2022-09-27i2c: mlxbf: support BlueField-3 SoCAsmaa Mnebhi1-171/+284
2022-09-27i2c: cadence: Add standard bus recovery supportShubhrajyoti Datta1-1/+19
2022-09-27i2c: mlxbf: add multi slave functionalityAsmaa Mnebhi1-171/+149
2022-09-27i2c: mlxbf: support lock mechanismAsmaa Mnebhi1-5/+39
2022-09-27Merge branch 'master' into i2c/for-mergewindowWolfram Sang3-44/+31
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-19i2c: mlxbf: Refactor _UID handling to use acpi_dev_uid_to_integer()Andy Shevchenko1-14/+6
2022-09-19i2c: amd-mp2-plat: Refactor _UID handling to use acpi_dev_uid_to_integer()Andy Shevchenko1-18/+9
2022-09-17i2c: riic: Use devm_platform_ioremap_resource()Lad Prabhakar1-3/+1
2022-09-17i2c: mlxbf: remove IRQF_ONESHOTAsmaa Mnebhi1-1/+1
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: tegra: Add GPCDMA supportAkhil R1-3/+8
2022-09-16i2c: scmi: Convert to be a platform driverAndy Shevchenko1-29/+19
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang2-11/+18