summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2023-06-28i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycleClark Wang1-2/+2
2023-06-28i2c: mchp-pci1xxxx: Avoid cast to incompatible function typeSimon Horman1-2/+4
2023-06-14i2c: sprd: Delete i2c adapter in .remove's error pathUwe Kleine-König1-3/+5
2023-06-14i2c: mv64xxx: Fix reading invalid status value in atomic modeMarek Behún1-0/+11
2023-05-17i2c: tegra: Fix PEC support for SMBUS block readAkhil R1-13/+27
2023-05-11i2c: xiic: xiic_xfer(): Fix runtime PM leak on error pathLars-Peter Clausen1-1/+3
2023-05-11i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error pathLars-Peter Clausen1-2/+4
2023-05-11i2c: omap: Fix standard mode false ACK readingsReid Tonking1-1/+1
2023-04-20i2c: ocores: generate stop condition after timeout in polling modeGregor Herburger1-16/+19
2023-04-20i2c: mchp-pci1xxxx: Update Timing registersTharun Kumar P1-30/+30
2023-04-20i2c: hisi: Avoid redundant interruptsYicong Yang1-0/+7
2023-04-20i2c: imx-lpi2c: clean rx/tx buffers upon new messageAlexander Stein1-0/+2
2023-03-30i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()Wei Chen1-0/+3
2023-03-30i2c: hisi: Only use the completion interrupt to finish the transferYicong Yang1-1/+5
2023-03-30i2c: mxs: ensure that DMA buffers are safe for DMAMatthias Schiffer1-5/+13
2023-03-30i2c: imx-lpi2c: check only for enabled interrupt flagsAlexander Stein1-0/+4
2023-03-10i2c: designware: fix i2c_dw_clk_rate() return size to be u32Hanna Hawa2-2/+2
2023-02-09i2c: rk3x: fix a bunch of kernel-doc warningsRandy Dunlap1-22/+22
2023-02-09i2c: mxs: suppress probe-deferral error messageStefan Wahren1-2/+2
2023-02-09i2c: designware-pci: Add new PCI IDs for AMD NAVI GPUBasavaraj Natikar1-0/+2
2023-02-01i2c: designware: Fix unbalanced suspended flagRichard Fitzgerald1-18/+2
2023-02-01i2c: designware: use casting of u64 in clock multiplication to avoid overflowLareine Khawaly1-3/+6
2022-12-31i2c: ismt: Fix an out-of-bounds bug in ismt_access()Zheyu Ma1-0/+3
2022-12-31i2c: mux: reg: check return value after calling platform_get_resource()Yang Yingliang1-3/+2
2022-12-31i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probeHui Tang1-7/+3
2022-12-02i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag setAndrew Lunn1-2/+4
2022-12-02i2c: qcom-geni: fix error return code in geni_i2c_gpi_xferWang Yufen1-1/+0
2022-12-02i2c: cadence: Fix regression with bus recoveryCarsten Haitzler1-3/+8
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-21i2c: 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-05Merge 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