summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
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: qcom-geni: change i2c_master_hub to staticYang Yingliang1-1/+1
2023-03-10i2c: designware: fix i2c_dw_clk_rate() return size to be u32Hanna Hawa2-2/+2
2023-01-20i2c: rk3x: fix a bunch of kernel-doc warningsRandy Dunlap1-22/+22
2023-01-20i2c: axxia: use 'struct' for kernel-doc notationRandy Dunlap1-1/+1
2023-01-09i2c: mxs: suppress probe-deferral error messageStefan Wahren1-2/+2
2023-01-09i2c: designware-pci: Add new PCI IDs for AMD NAVI GPUBasavaraj Natikar1-0/+2
2023-01-09i2c: designware: Fix unbalanced suspended flagRichard Fitzgerald1-18/+2
2023-01-09i2c: designware: use casting of u64 in clock multiplication to avoid overflowLareine Khawaly1-3/+6
2022-12-16Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds26-296/+389
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-07i2c: ismt: Fix an out-of-bounds bug in ismt_access()Zheyu Ma1-0/+3
2022-12-07i2c: mux: reg: check return value after calling platform_get_resource()Yang Yingliang1-3/+2
2022-12-07i2c: xiic: Make sure to disable clock on .remove()Uwe Kleine-König1-3/+6
2022-12-07i2c: hisi: Add support to get clock frequency from clockWeilong Chen1-4/+11
2022-12-05i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probeHui Tang1-7/+3
2022-12-05i2c: slave-eeprom: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+3
2022-12-05i2c: mux: pca954x: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-05drivers/i2c: use simple i2c probeStephen Kitt2-6/+4
2022-12-05i2c: mux: pca9541: switch to using .probe_newPeter Rosin1-3/+2
2022-12-05i2c: gpio: Fix potential unused warning for 'i2c_gpio_dt_ids'Binbin Zhou1-3/+1
2022-12-05i2c: qcom-geni: add support for I2C Master Hub variantNeil Armstrong1-0/+8
2022-12-05i2c: qcom-geni: add desc struct to prepare support for I2C Master Hub variantNeil Armstrong1-3/+47
2022-12-02i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag setAndrew Lunn1-2/+4
2022-12-02i2c: tegra: Set ACPI node as primary fwnodeAkhil R1-0/+1
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-12-02i2c: smbus: add DDR support for SPDCorentin Labbe1-0/+6
2022-11-24Merge branch 'i2c/client_device_id_helper-immutable' of https://git.kernel.or...Mark Brown1-0/+14
2022-11-14Merge branch 'i2c/client_device_id_helper-immutable' into i2c/for-mergewindowWolfram Sang1-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: /pasemi: PASemi I2C controller IRQ enablementArminder Singh3-5/+38
2022-11-12i2c: npcm7xx: Fix error handling in npcm_i2c_init()Yuan Can1-1/+10
2022-11-12i2c: imx: use devm_platform_get_and_ioremap_resource()Minghao Chi1-2/+1
2022-11-12i2c: designware: Add comment to custom register value constantsJarkko Nikula1-2/+2
2022-11-12i2c: designware: Align defines in i2c-designware-core.hJarkko Nikula1-115/+115
2022-11-12i2c: designware: Remove common i2c_dw_disable_int()Jarkko Nikula4-15/+5
2022-11-12i2c: designware: Simplify master interrupt handler nestingJarkko Nikula1-21/+12