summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: rk3x: fix potential spinlock recursion on pollJensen Huang2024-01-201-2/+11
* i2c: core: Fix atomic xfer check for non-preempt configBenjamin Bara2024-01-101-1/+3
* i2c: aspeed: Handle the coalesced stop conditions with the start conditions.Quan Nguyen2024-01-011-16/+32
* i2c: designware: Fix corrupted memory seen in the ISRJan Bottorff2023-12-131-8/+8
* i2c: i801: fix potential race in i801_block_transaction_byte_by_byteHeiner Kallweit2023-11-281-10/+9
* i2c: designware: Disable TX_EMPTY irq while waiting for block length byteTam Nguyen2023-11-281-3/+16
* Revert "i2c: pxa: move to generic GPIO recovery"Robert Marko2023-11-281-8/+68
* i2c: core: Run atomic i2c xfer when !preemptibleBenjamin Bara2023-11-281-1/+1
* i2c: dev: copy userspace array safelyPhilipp Stanner2023-11-281-2/+2
* i2c: sun6i-p2wi: Prevent potential division by zeroAxel Lin2023-11-281-0/+5
* i2c: fix memleak in i2c_new_client_device()Wolfram Sang2023-11-281-4/+9
* i2c: iproc: handle invalid slave stateRoman Bacik2023-11-201-58/+75
* i2c: aspeed: Fix i2c bus hang in slave readJian Zhang2023-11-021-1/+2
* i2c: stm32f7: Fix PEC handling in case of SMBUS transfersAlain Volmat2023-11-021-3/+6
* i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina2023-11-021-1/+1
* i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node()Herve Codina2023-11-021-1/+1
* i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina2023-11-021-1/+1
* i2c: mux: Avoid potential false error message in i2c_mux_add_adapterHeiner Kallweit2023-10-251-1/+1
* i2c: i801: unregister tco_pdev in i801_probe() error pathHeiner Kallweit2023-10-061-0/+1
* i2c: npcm7xx: Fix callback completion orderingWilliam A. Kennington III2023-10-061-10/+7
* i2c: xiic: Correct return value check for xiic_reinit()Daniel Scally2023-10-061-1/+1
* i2c: mux: gpio: Add missing fwnode_handle_put()Liang He2023-10-061-1/+3
* i2c: mux: demux-pinctrl: check the return value of devm_kstrdup()Xiaoke Wang2023-10-061-0/+4
* i2c: aspeed: Reset the i2c controller when timeout occursTommy Huang2023-09-231-2/+5
* treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven2023-09-131-0/+5
* i2c: designware: Handle invalid SMBus block data response length valueTam Nguyen2023-08-231-2/+13
* i2c: designware: Correct length byte validation logicQuan Nguyen2023-08-231-1/+2
* i2c: tegra: Fix i2c-tegra DMA config option processingParker Newman2023-08-231-1/+1
* i2c: hisi: Only handle the interrupt of the driver's transferYicong Yang2023-08-231-0/+8
* i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issueChengfeng Ye2023-08-231-4/+7
* i2c: nomadik: Remove a useless call in the remove functionChristophe JAILLET2023-08-031-2/+0
* i2c: nomadik: Use devm_clk_get_enabled()Andi Shyti2023-08-031-15/+3
* i2c: nomadik: Remove unnecessary goto labelAndi Shyti2023-08-031-13/+8
* i2c: Improve size determinationsMarkus Elfring2023-08-032-2/+2
* i2c: Delete error messages for failed memory allocationsMarkus Elfring2023-08-034-8/+2
* usb: typec: ucsi: Mark dGPUs as DEVICE scopeMario Limonciello2023-07-192-1/+15
* i2c: nvidia-gpu: Remove ccgx,firmware-build propertyWayne Chang2023-07-191-2/+1
* i2c: nvidia-gpu: Add ACPI property to align with device-treeWayne Chang2023-07-191-0/+1
* i2c: qup: Add missing unwind goto in qup_i2c_probe()Shuai Jiang2023-07-191-7/+14
* i2c: xiic: Don't try to handle more interrupt events after errorRobert Hancock2023-07-191-0/+2
* i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycleClark Wang2023-06-281-2/+2
* i2c: mchp-pci1xxxx: Avoid cast to incompatible function typeSimon Horman2023-06-281-2/+4
* i2c: sprd: Delete i2c adapter in .remove's error pathUwe Kleine-König2023-06-141-3/+5
* i2c: mv64xxx: Fix reading invalid status value in atomic modeMarek Behún2023-06-141-0/+11
* i2c: tegra: Fix PEC support for SMBUS block readAkhil R2023-05-171-13/+27
* i2c: xiic: xiic_xfer(): Fix runtime PM leak on error pathLars-Peter Clausen2023-05-111-1/+3
* i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error pathLars-Peter Clausen2023-05-111-2/+4
* i2c: omap: Fix standard mode false ACK readingsReid Tonking2023-05-111-1/+1
* i2c: ocores: generate stop condition after timeout in polling modeGregor Herburger2023-04-201-16/+19
* i2c: mchp-pci1xxxx: Update Timing registersTharun Kumar P2023-04-201-30/+30