summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: i801: Use a different adapter-name for IDF adaptersHans de Goede2024-11-081-1/+8
* i2c: xiic: Wait for TX empty to avoid missed TX NAKsRobert Hancock2024-11-081-10/+9
* i2c: isch: Add missed 'else'Andy Shevchenko2024-11-081-2/+1
* i2c: aspeed: Update the stop sw state when the bus recovery occursTommy Huang2024-11-081-8/+8
* i2c: riic: avoid potential division by zeroWolfram Sang2024-09-041-1/+1
* i2c: smbus: Send alert notifications to all devices if source not foundGuenter Roeck2024-08-191-3/+35
* i2c: smbus: Improve handling of stuck alertsGuenter Roeck2024-08-191-7/+25
* i2c: smbus: Don't filter out duplicate alertsCorey Minyard2024-08-191-7/+0
* i2c: rcar: bring hardware to known state when probingWolfram Sang2024-07-181-5/+12
* i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isrPiotr Wojtaszczyk2024-07-181-38/+10
* i2c: i801: Annotate apanel_addr as __ro_after_initHeiner Kallweit2024-07-181-1/+1
* i2c: ocores: set IACK bit after core is enabledGrygorii Tertychnyi2024-07-051-1/+1
* i2c: ocores: stop transfer on timeoutFederico Vaga2024-07-051-9/+45
* i2c: smbus: fix NULL function pointer dereferenceWolfram Sang2024-05-021-1/+6
* i2c: s3c24xx: fix transferring more than one message in polling modeMarek Szyprowski2024-01-251-17/+10
* i2c: s3c24xx: fix read transfers in polling modeMarek Szyprowski2024-01-251-2/+11
* i2c: i801: fix potential race in i801_block_transaction_byte_by_byteHeiner Kallweit2023-11-281-10/+9
* i2c: sun6i-p2wi: Prevent potential division by zeroAxel Lin2023-11-281-0/+5
* i2c: stm32f7: Fix PEC handling in case of SMBUS transfersAlain Volmat2023-11-081-3/+6
* i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina2023-11-081-1/+1
* i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node()Herve Codina2023-11-081-1/+1
* i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina2023-11-081-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-101-0/+1
* i2c: mux: demux-pinctrl: check the return value of devm_kstrdup()Xiaoke Wang2023-10-101-0/+4
* i2c: xiic: Don't try to handle more interrupt events after errorRobert Hancock2023-08-111-0/+2
* i2c: xiic: Defer xiic_wakeup() and __xiic_start_xfer() in xiic_process()Marek Vasut2023-08-111-11/+26
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-1/+1
* i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycleClark Wang2023-06-281-2/+2
* i2c: sprd: Delete i2c adapter in .remove's error pathUwe Kleine-König2023-06-141-2/+4
* i2c: omap: Fix standard mode false ACK readingsReid Tonking2023-05-171-1/+1
* i2c: imx-lpi2c: clean rx/tx buffers upon new messageAlexander Stein2023-04-201-0/+2
* i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()Wei Chen2023-04-051-0/+3
* i2c: imx-lpi2c: check only for enabled interrupt flagsAlexander Stein2023-04-051-0/+4
* i2c: rk3x: fix a bunch of kernel-doc warningsRandy Dunlap2023-02-221-22/+22
* i2c: ismt: Fix an out-of-bounds bug in ismt_access()Zheyu Ma2023-01-181-0/+3
* i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probeHui Tang2023-01-181-7/+3
* i2c: xiic: Add platform module aliasMartin Tůma2022-11-101-0/+1
* i2c: mux-gpmux: Add of_node_put() when breaking out of loopLiang He2022-08-251-0/+1
* i2c: cadence: Support PEC for SMBus block readLars-Peter Clausen2022-08-251-1/+9
* i2c: Fix a potential use after freeXu Wang2022-08-251-1/+2
* i2c: cadence: Change large transfer count reset logic to be unconditionalRobert Hancock2022-07-291-25/+5
* i2c: cadence: Unregister the clk notifier in error pathSatish Nagireddy2022-07-121-0/+1
* i2c: cadence: Increase timeout per message if necessaryLucas Tanure2022-06-141-2/+10
* i2c: at91: Initialize dma_buf in at91_twi_xfer()Nathan Chancellor2022-06-141-1/+1
* i2c: at91: use dma safe buffersMichael Walle2022-06-141-0/+11
* drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllersPiyush Malgujar2022-06-061-0/+1
* i2c: ismt: Provide a DMA buffer for Interrupt Cause LoggingMika Westerberg2022-06-061-0/+14
* i2c: pasemi: Wait for write xfers to finishMartin Povišer2022-04-201-0/+6
* i2c: mux: demux-pinctrl: do not deactivate a master that is not activePeter Rosin2022-04-151-2/+3