summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2024-11-08i2c: i801: Use a different adapter-name for IDF adaptersHans de Goede
2024-11-08i2c: xiic: Wait for TX empty to avoid missed TX NAKsRobert Hancock
2024-11-08i2c: isch: Add missed 'else'Andy Shevchenko
2024-11-08i2c: aspeed: Update the stop sw state when the bus recovery occursTommy Huang
2024-09-04i2c: riic: avoid potential division by zeroWolfram Sang
2024-08-19i2c: smbus: Send alert notifications to all devices if source not foundGuenter Roeck
2024-08-19i2c: smbus: Improve handling of stuck alertsGuenter Roeck
2024-08-19i2c: smbus: Don't filter out duplicate alertsCorey Minyard
2024-07-18i2c: rcar: bring hardware to known state when probingWolfram Sang
2024-07-18i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isrPiotr Wojtaszczyk
2024-07-18i2c: i801: Annotate apanel_addr as __ro_after_initHeiner Kallweit
2024-07-05i2c: ocores: set IACK bit after core is enabledGrygorii Tertychnyi
2024-07-05i2c: ocores: stop transfer on timeoutFederico Vaga
2024-05-02i2c: smbus: fix NULL function pointer dereferenceWolfram Sang
2024-01-25i2c: s3c24xx: fix transferring more than one message in polling modeMarek Szyprowski
2024-01-25i2c: s3c24xx: fix read transfers in polling modeMarek Szyprowski
2023-11-28i2c: i801: fix potential race in i801_block_transaction_byte_by_byteHeiner Kallweit
2023-11-28i2c: sun6i-p2wi: Prevent potential division by zeroAxel Lin
2023-11-08i2c: stm32f7: Fix PEC handling in case of SMBUS transfersAlain Volmat
2023-11-08i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina
2023-11-08i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node()Herve Codina
2023-11-08i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina
2023-10-25i2c: mux: Avoid potential false error message in i2c_mux_add_adapterHeiner Kallweit
2023-10-10i2c: i801: unregister tco_pdev in i801_probe() error pathHeiner Kallweit
2023-10-10i2c: mux: demux-pinctrl: check the return value of devm_kstrdup()Xiaoke Wang
2023-08-11i2c: xiic: Don't try to handle more interrupt events after errorRobert Hancock
2023-08-11i2c: xiic: Defer xiic_wakeup() and __xiic_start_xfer() in xiic_process()Marek Vasut
2023-08-11treewide: Remove uninitialized_var() usageKees Cook
2023-06-28i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycleClark Wang
2023-06-14i2c: sprd: Delete i2c adapter in .remove's error pathUwe Kleine-König
2023-05-17i2c: omap: Fix standard mode false ACK readingsReid Tonking
2023-04-20i2c: imx-lpi2c: clean rx/tx buffers upon new messageAlexander Stein
2023-04-05i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()Wei Chen
2023-04-05i2c: imx-lpi2c: check only for enabled interrupt flagsAlexander Stein
2023-02-22i2c: rk3x: fix a bunch of kernel-doc warningsRandy Dunlap
2023-01-18i2c: ismt: Fix an out-of-bounds bug in ismt_access()Zheyu Ma
2023-01-18i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probeHui Tang
2022-11-10i2c: xiic: Add platform module aliasMartin Tůma
2022-08-25i2c: mux-gpmux: Add of_node_put() when breaking out of loopLiang He
2022-08-25i2c: cadence: Support PEC for SMBus block readLars-Peter Clausen
2022-08-25i2c: Fix a potential use after freeXu Wang
2022-07-29i2c: cadence: Change large transfer count reset logic to be unconditionalRobert Hancock
2022-07-12i2c: cadence: Unregister the clk notifier in error pathSatish Nagireddy
2022-06-14i2c: cadence: Increase timeout per message if necessaryLucas Tanure
2022-06-14i2c: at91: Initialize dma_buf in at91_twi_xfer()Nathan Chancellor
2022-06-14i2c: at91: use dma safe buffersMichael Walle
2022-06-06drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllersPiyush Malgujar
2022-06-06i2c: ismt: Provide a DMA buffer for Interrupt Cause LoggingMika Westerberg
2022-04-20i2c: pasemi: Wait for write xfers to finishMartin Povišer
2022-04-15i2c: mux: demux-pinctrl: do not deactivate a master that is not activePeter Rosin