summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
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: qcom-geni: change i2c_master_hub to staticYang Yingliang
2023-03-10i2c: designware: fix i2c_dw_clk_rate() return size to be u32Hanna Hawa
2023-01-20i2c: rk3x: fix a bunch of kernel-doc warningsRandy Dunlap
2023-01-20i2c: axxia: use 'struct' for kernel-doc notationRandy Dunlap
2023-01-09i2c: mxs: suppress probe-deferral error messageStefan Wahren
2023-01-09i2c: designware-pci: Add new PCI IDs for AMD NAVI GPUBasavaraj Natikar
2023-01-09i2c: designware: Fix unbalanced suspended flagRichard Fitzgerald
2023-01-09i2c: designware: use casting of u64 in clock multiplication to avoid overflowLareine Khawaly
2022-12-15Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-13Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2022-12-07i2c: ismt: Fix an out-of-bounds bug in ismt_access()Zheyu Ma
2022-12-07i2c: mux: reg: check return value after calling platform_get_resource()Yang Yingliang
2022-12-07i2c: xiic: Make sure to disable clock on .remove()Uwe Kleine-König
2022-12-07i2c: hisi: Add support to get clock frequency from clockWeilong Chen
2022-12-05i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probeHui Tang
2022-12-05i2c: slave-eeprom: Convert to i2c's .probe_new()Uwe Kleine-König
2022-12-05i2c: mux: pca954x: Convert to i2c's .probe_new()Uwe Kleine-König
2022-12-05drivers/i2c: use simple i2c probeStephen Kitt
2022-12-05i2c: mux: pca9541: switch to using .probe_newPeter Rosin
2022-12-05i2c: gpio: Fix potential unused warning for 'i2c_gpio_dt_ids'Binbin Zhou
2022-12-05i2c: qcom-geni: add support for I2C Master Hub variantNeil Armstrong
2022-12-05i2c: qcom-geni: add desc struct to prepare support for I2C Master Hub variantNeil Armstrong
2022-12-02i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag setAndrew Lunn
2022-12-02i2c: tegra: Set ACPI node as primary fwnodeAkhil R
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-12-01i2c: smbus: add DDR support for SPDCorentin Labbe
2022-11-24Merge branch 'i2c/client_device_id_helper-immutable' of https://git.kernel.or...Mark Brown
2022-11-14Merge branch 'i2c/client_device_id_helper-immutable' into i2c/for-mergewindowWolfram Sang
2022-11-14i2c: core: Introduce i2c_client_get_device_id helper functionAngel Iglesias
2022-11-14i2c: Restore initial power state if probe failsRicardo Ribalda
2022-11-12i2c: /pasemi: PASemi I2C controller IRQ enablementArminder Singh
2022-11-12i2c: npcm7xx: Fix error handling in npcm_i2c_init()Yuan Can
2022-11-12i2c: imx: use devm_platform_get_and_ioremap_resource()Minghao Chi
2022-11-12i2c: designware: Add comment to custom register value constantsJarkko Nikula
2022-11-12i2c: designware: Align defines in i2c-designware-core.hJarkko Nikula
2022-11-12i2c: designware: Remove common i2c_dw_disable_int()Jarkko Nikula
2022-11-12i2c: designware: Simplify master interrupt handler nestingJarkko Nikula
2022-11-12i2c: designware: Move debug print in i2c_dw_isr()Jarkko Nikula
2022-11-12i2c: designware: Do not process interrupt when device is suspendedJarkko Nikula
2022-11-12i2c: designware: Simplify slave interrupt handler nestingJarkko Nikula
2022-11-12i2c: designware: Remove unused completion code from i2c-designware-slaveJarkko Nikula