summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2023-11-02i2c: aspeed: Fix i2c bus hang in slave readJian Zhang1-1/+2
2023-11-02i2c: stm32f7: Fix PEC handling in case of SMBUS transfersAlain Volmat1-3/+6
2023-11-02i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina1-1/+1
2023-11-02i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node()Herve Codina1-1/+1
2023-11-02i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina1-1/+1
2023-10-25i2c: mux: Avoid potential false error message in i2c_mux_add_adapterHeiner Kallweit1-1/+1
2023-10-06i2c: i801: unregister tco_pdev in i801_probe() error pathHeiner Kallweit1-0/+1
2023-10-06i2c: npcm7xx: Fix callback completion orderingWilliam A. Kennington III1-10/+7
2023-10-06i2c: xiic: Correct return value check for xiic_reinit()Daniel Scally1-1/+1
2023-10-06i2c: mux: gpio: Add missing fwnode_handle_put()Liang He1-1/+3
2023-10-06i2c: mux: demux-pinctrl: check the return value of devm_kstrdup()Xiaoke Wang1-0/+4
2023-09-23i2c: aspeed: Reset the i2c controller when timeout occursTommy Huang1-2/+5
2023-09-13treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven1-0/+5
2023-08-23i2c: designware: Handle invalid SMBus block data response length valueTam Nguyen1-2/+13
2023-08-23i2c: designware: Correct length byte validation logicQuan Nguyen1-1/+2
2023-08-23i2c: tegra: Fix i2c-tegra DMA config option processingParker Newman1-1/+1
2023-08-23i2c: hisi: Only handle the interrupt of the driver's transferYicong Yang1-0/+8
2023-08-23i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issueChengfeng Ye1-4/+7
2023-08-03i2c: nomadik: Remove a useless call in the remove functionChristophe JAILLET1-2/+0
2023-08-03i2c: nomadik: Use devm_clk_get_enabled()Andi Shyti1-15/+3
2023-08-03i2c: nomadik: Remove unnecessary goto labelAndi Shyti1-13/+8
2023-08-03i2c: Improve size determinationsMarkus Elfring2-2/+2
2023-08-03i2c: Delete error messages for failed memory allocationsMarkus Elfring4-8/+2
2023-07-19usb: typec: ucsi: Mark dGPUs as DEVICE scopeMario Limonciello2-1/+15
2023-07-19i2c: nvidia-gpu: Remove ccgx,firmware-build propertyWayne Chang1-2/+1
2023-07-19i2c: nvidia-gpu: Add ACPI property to align with device-treeWayne Chang1-0/+1
2023-07-19i2c: qup: Add missing unwind goto in qup_i2c_probe()Shuai Jiang1-7/+14
2023-07-19i2c: xiic: Don't try to handle more interrupt events after errorRobert Hancock1-0/+2
2023-06-28i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycleClark Wang1-2/+2
2023-06-28i2c: mchp-pci1xxxx: Avoid cast to incompatible function typeSimon Horman1-2/+4
2023-06-14i2c: sprd: Delete i2c adapter in .remove's error pathUwe Kleine-König1-3/+5
2023-06-14i2c: mv64xxx: Fix reading invalid status value in atomic modeMarek Behún1-0/+11
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: designware: fix i2c_dw_clk_rate() return size to be u32Hanna Hawa2-2/+2
2023-02-09i2c: rk3x: fix a bunch of kernel-doc warningsRandy Dunlap1-22/+22
2023-02-09i2c: mxs: suppress probe-deferral error messageStefan Wahren1-2/+2
2023-02-09i2c: designware-pci: Add new PCI IDs for AMD NAVI GPUBasavaraj Natikar1-0/+2
2023-02-01i2c: designware: Fix unbalanced suspended flagRichard Fitzgerald1-18/+2
2023-02-01i2c: designware: use casting of u64 in clock multiplication to avoid overflowLareine Khawaly1-3/+6