aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2023-06-28i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycleClark Wang
2023-06-28i2c: mchp-pci1xxxx: Avoid cast to incompatible function typeSimon Horman
2023-06-14i2c: sprd: Delete i2c adapter in .remove's error pathUwe Kleine-König
2023-06-14i2c: mv64xxx: Fix reading invalid status value in atomic modeMarek Behún
2023-05-17i2c: tegra: Fix PEC support for SMBUS block readAkhil R
2023-05-11i2c: xiic: xiic_xfer(): Fix runtime PM leak on error pathLars-Peter Clausen
2023-05-11i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error pathLars-Peter Clausen
2023-05-11i2c: omap: Fix standard mode false ACK readingsReid Tonking
2023-04-20i2c: ocores: generate stop condition after timeout in polling modeGregor Herburger
2023-04-20i2c: mchp-pci1xxxx: Update Timing registersTharun Kumar P
2023-04-20i2c: hisi: Avoid redundant interruptsYicong Yang
2023-04-20i2c: imx-lpi2c: clean rx/tx buffers upon new messageAlexander Stein
2023-03-30i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()Wei Chen
2023-03-30i2c: hisi: Only use the completion interrupt to finish the transferYicong Yang
2023-03-30i2c: mxs: ensure that DMA buffers are safe for DMAMatthias Schiffer
2023-03-30i2c: imx-lpi2c: check only for enabled interrupt flagsAlexander Stein
2023-03-10i2c: designware: fix i2c_dw_clk_rate() return size to be u32Hanna Hawa
2023-02-09i2c: rk3x: fix a bunch of kernel-doc warningsRandy Dunlap
2023-02-09i2c: mxs: suppress probe-deferral error messageStefan Wahren
2023-02-09i2c: designware-pci: Add new PCI IDs for AMD NAVI GPUBasavaraj Natikar
2023-02-01i2c: designware: Fix unbalanced suspended flagRichard Fitzgerald
2023-02-01i2c: designware: use casting of u64 in clock multiplication to avoid overflowLareine Khawaly
2022-12-31i2c: ismt: Fix an out-of-bounds bug in ismt_access()Zheyu Ma
2022-12-31i2c: mux: reg: check return value after calling platform_get_resource()Yang Yingliang
2022-12-31i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probeHui Tang
2022-12-02i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag setAndrew Lunn
2022-12-01i2c: qcom-geni: fix error return code in geni_i2c_gpi_xferWang Yufen
2022-12-01i2c: cadence: Fix regression with bus recoveryCarsten Haitzler
2022-11-14i2c: Restore initial power state if probe failsRicardo Ribalda
2022-11-12i2c: npcm7xx: Fix error handling in npcm_i2c_init()Yuan Can
2022-11-01i2c: i801: add lis3lv02d's I2C address for Vostro 5568Nam Cao
2022-11-01i2c: tegra: Allocate DMA memory for DMA engineThierry Reding
2022-11-01i2c: piix4: Fix adapter not be removed in piix4_remove()Chen Zhongjin
2022-10-21i2c: mlxbf: depend on ACPI; clean away ifdeffageAdam Borowski
2022-10-20i2c: fix spelling typos in commentsJiangshan Yi
2022-10-19i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapterBryan O'Donoghue
2022-10-19i2c: xiic: Add platform module aliasMartin Tůma
2022-10-11Merge tag 'i2c-for-6.1-rc1-batch2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-10-10Merge tag 'acpi-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2022-10-10Merge branches 'acpi-apei', 'acpi-wakeup', 'acpi-reboot' and 'acpi-thermal'Rafael J. Wysocki
2022-10-06Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-05i2c: aspeed: Assert NAK when slave is busyQuan Nguyen
2022-10-05i2c: designware: Fix handling of real but unexpected device interruptsJarkko Nikula
2022-10-05i2c: qcom-cci: Add MSM8226 compatibleRayyan Ansari
2022-10-05i2c: microchip: pci1xxxx: Fix comparison of -EPERM against an unsigned variableColin Ian King
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-04i2c: acpi: Use ACPI wake capability bit to set wake_irqRaul E Rangel
2022-10-03Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2022-10-02i2c: pci1xxxx: prevent signed integer overflowWolfram Sang
2022-10-02i2c: acpi: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva