summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
...
* i2c: hisi: Avoid redundant interruptsYicong Yang2023-04-201-0/+7
* i2c: imx-lpi2c: clean rx/tx buffers upon new messageAlexander Stein2023-04-201-0/+2
* i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()Wei Chen2023-03-301-0/+3
* i2c: hisi: Only use the completion interrupt to finish the transferYicong Yang2023-03-301-1/+5
* i2c: mxs: ensure that DMA buffers are safe for DMAMatthias Schiffer2023-03-301-5/+13
* i2c: imx-lpi2c: check only for enabled interrupt flagsAlexander Stein2023-03-301-0/+4
* i2c: designware: fix i2c_dw_clk_rate() return size to be u32Hanna Hawa2023-03-102-2/+2
* i2c: rk3x: fix a bunch of kernel-doc warningsRandy Dunlap2023-02-091-22/+22
* i2c: mxs: suppress probe-deferral error messageStefan Wahren2023-02-091-2/+2
* i2c: designware-pci: Add new PCI IDs for AMD NAVI GPUBasavaraj Natikar2023-02-091-0/+2
* i2c: designware: Fix unbalanced suspended flagRichard Fitzgerald2023-02-011-18/+2
* i2c: designware: use casting of u64 in clock multiplication to avoid overflowLareine Khawaly2023-02-011-3/+6
* i2c: ismt: Fix an out-of-bounds bug in ismt_access()Zheyu Ma2022-12-311-0/+3
* i2c: mux: reg: check return value after calling platform_get_resource()Yang Yingliang2022-12-311-3/+2
* i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probeHui Tang2022-12-311-7/+3
* i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag setAndrew Lunn2022-12-021-2/+4
* i2c: qcom-geni: fix error return code in geni_i2c_gpi_xferWang Yufen2022-12-011-1/+0
* i2c: cadence: Fix regression with bus recoveryCarsten Haitzler2022-12-011-3/+8
* i2c: Restore initial power state if probe failsRicardo Ribalda2022-11-141-4/+5
* i2c: npcm7xx: Fix error handling in npcm_i2c_init()Yuan Can2022-11-121-1/+10
* i2c: i801: add lis3lv02d's I2C address for Vostro 5568Nam Cao2022-11-011-0/+1
* i2c: tegra: Allocate DMA memory for DMA engineThierry Reding2022-11-011-6/+10
* i2c: piix4: Fix adapter not be removed in piix4_remove()Chen Zhongjin2022-11-011-0/+1
* i2c: mlxbf: depend on ACPI; clean away ifdeffageAdam Borowski2022-10-212-9/+1
* i2c: fix spelling typos in commentsJiangshan Yi2022-10-202-2/+2
* i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapterBryan O'Donoghue2022-10-191-5/+8
* i2c: xiic: Add platform module aliasMartin Tůma2022-10-191-0/+1
* Merge tag 'i2c-for-6.1-rc1-batch2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-10-115-4/+28
|\
| * i2c: aspeed: Assert NAK when slave is busyQuan Nguyen2022-10-051-1/+8
| * i2c: designware: Fix handling of real but unexpected device interruptsJarkko Nikula2022-10-052-2/+18
| * i2c: qcom-cci: Add MSM8226 compatibleRayyan Ansari2022-10-051-0/+1
| * i2c: microchip: pci1xxxx: Fix comparison of -EPERM against an unsigned variableColin Ian King2022-10-051-1/+1
* | Merge tag 'acpi-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2022-10-103-13/+37
|\ \
| | \
| | \
| *-. \ Merge branches 'acpi-apei', 'acpi-wakeup', 'acpi-reboot' and 'acpi-thermal'Rafael J. Wysocki2022-10-103-13/+37
| |\ \ \
| | * | | i2c: acpi: Use ACPI wake capability bit to set wake_irqRaul E Rangel2022-10-043-13/+37
| | |/ /
* | | | Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-061-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'arm-soc/for-6.1/drivers' of https://github.com/Broadcom/stblinux i...Arnd Bergmann2022-09-151-2/+2
| |\ \ \
| | * | | arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCAWilliam Zhang2022-08-151-2/+2
* | | | | Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-0424-493/+1838
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | i2c: pci1xxxx: prevent signed integer overflowWolfram Sang2022-10-021-3/+3
| * | | | i2c: acpi: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-10-021-1/+1
| * | | | i2c: i801: Prefer async probeMani Milani2022-10-021-0/+1
| * | | | i2c: designware-pci: Use standard pattern for memory allocationAndy Shevchenko2022-10-021-1/+1
| * | | | i2c: designware-pci: Group AMD NAVI quirk parts togetherAndy Shevchenko2022-10-021-15/+15
| * | | | i2c: microchip: pci1xxxx: Add driver for I2C host controller in multifunction...Tharun Kumar P2022-09-283-0/+1221
| * | | | i2c: mlxbf: remove device tree supportAsmaa Mnebhi2022-09-271-48/+1
| * | | | i2c: mlxbf: support BlueField-3 SoCAsmaa Mnebhi2022-09-271-171/+284
| * | | | i2c: cadence: Add standard bus recovery supportShubhrajyoti Datta2022-09-271-1/+19
| * | | | i2c: mlxbf: add multi slave functionalityAsmaa Mnebhi2022-09-271-171/+149
| * | | | i2c: mlxbf: support lock mechanismAsmaa Mnebhi2022-09-271-5/+39