aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)Author
2023-08-23i2c: tegra: Fix i2c-tegra DMA config option processingParker Newman
2023-08-23i2c: hisi: Only handle the interrupt of the driver's transferYicong Yang
2023-08-23i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issueChengfeng Ye
2023-08-16drivers: i2c-octeon-core: Add error state recoveryBruno Matic
2023-08-03Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2023-08-03i2c: nomadik: Remove a useless call in the remove functionChristophe JAILLET
2023-08-03i2c: nomadik: Use devm_clk_get_enabled()Andi Shyti
2023-08-03i2c: nomadik: Remove unnecessary goto labelAndi Shyti
2023-08-03i2c: Improve size determinationsMarkus Elfring
2023-08-03i2c: Delete error messages for failed memory allocationsMarkus Elfring
2023-07-26Merge branch 'v6.1/standard/preempt-rt/base' into v6.1/standard/preempt-rt/cn...Bruce Ashfield
2023-07-19usb: typec: ucsi: Mark dGPUs as DEVICE scopeMario Limonciello
2023-07-19i2c: nvidia-gpu: Remove ccgx,firmware-build propertyWayne Chang
2023-07-19i2c: nvidia-gpu: Add ACPI property to align with device-treeWayne Chang
2023-07-19i2c: qup: Add missing unwind goto in qup_i2c_probe()Shuai Jiang
2023-07-19i2c: xiic: Don't try to handle more interrupt events after errorRobert Hancock
2023-07-03Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
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-19Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
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-06-06drivers: i2c: octeon: Avoid potential infinite loopPiyush Malgujar
2023-06-06drivers: i2c: octeon: Skip M divider limit for OcteonTX2Piyush Malgujar
2023-06-06drivers: i2c: octeon: Handle access watchdog timeoutPiyush Malgujar
2023-06-06drivers: i2c: thunderx: Add support for High speed modePiyush Malgujar
2023-06-06drivers: i2c: thunderx: octeontx2 clock divisor logic changesPiyush Malgujar
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