aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-stm32f7.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-14i2c: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-5/+0
2025-07-30i2c: stm32f7: support i2c_*_dma_safe_msg_buf APIsClément Le Goffic1-11/+21
2025-07-24i2c: stm32f7: Use str_on_off() helperYumeng Fang1-1/+2
2025-07-10i2c: stm32f7: unmap DMA mapped bufferClément Le Goffic1-13/+7
2025-07-10i2c: stm32: fix the device used for the DMA mapClément Le Goffic1-2/+2
2025-06-12i2c: use inclusive callbacks in struct i2c_algorithmWolfram Sang1-2/+2
2024-11-17i2c: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-01i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resumeMarek Vasut1-3/+3
2024-05-06i2c: stm32f7: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-4/+4
2024-01-18i2c: stm32f7: add support for stm32mp25 socAlain Volmat1-88/+126
2024-01-18i2c: stm32f7: perform I2C_ISR read once at beginning of event isrAlain Volmat1-7/+5
2024-01-18i2c: stm32f7: simplify status messages in case of errorsAlain Volmat1-7/+5
2024-01-18i2c: stm32f7: perform most of irq job in threaded handlerAlain Volmat1-70/+56
2024-01-18i2c: stm32f7: use dev_err_probe upon calls of devm_request_irqAlain Volmat1-10/+4
2023-11-05Merge tag 'i2c-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-29/+60
2023-10-23i2c: stm32f7: Use devm_clk_get_enabled()Andi Shyti1-25/+12
2023-10-23i2c: stm32f7: add description of atomic in struct stm32f7_i2c_devAlain Volmat1-0/+1
2023-10-21i2c: stm32f7: Fix PEC handling in case of SMBUS transfersAlain Volmat1-3/+6
2023-09-27i2c: stm32f7: Add atomic_xfer method to driverSean Nyekjaer1-4/+47
2023-08-08i2c: stm32: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie1-4/+4
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-07-16i2c: stm32: add support for the STM32MP13 socAlain Volmat1-0/+7
2022-01-14Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-12/+2
2021-12-01i2c: stm32f7: remove noisy and imprecise log messagesWolfram Sang1-4/+0
2021-12-01i2c: stm32: get rid of stm32f7_i2c_release_bus return valueAlain Volmat1-8/+2
2021-11-30i2c: stm32f7: use proper DMAENGINE API for terminationAlain Volmat1-5/+11
2021-11-30i2c: stm32f7: stop dma transfer in case of NACKAlain Volmat1-2/+7
2021-11-30i2c: stm32f7: recover the bus on access timeoutAlain Volmat1-0/+2
2021-11-29i2c: stm32f7: flush TX FIFO upon transfer errorsAlain Volmat1-1/+19
2021-05-25i2c: stm32f7: add SMBus-Alert supportAlain Volmat1-0/+73
2021-04-14i2c: stm32f7: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-6/+6
2021-04-06i2c: stm32f7: avoid ifdef CONFIG_PM_SLEEP for pm callbacksAlain Volmat1-6/+4
2021-03-31i2c: stm32f7: Remove useless error messageTian Tao1-5/+1
2021-03-18i2c: stm32f7: indicate the address being accessed on errorsAlain Volmat1-3/+6
2021-03-18i2c: stm32f7: add support for DNF i2c-digital-filter bindingAlain Volmat1-11/+16
2021-03-18i2c: stm32f7: support DT binding i2c-analog-filterAlain Volmat1-10/+10
2021-02-22Merge branch 'i2c/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+1
2021-02-12i2c: remove redundant error print in stm32f7_i2c_probeMenglong Dong1-5/+1
2021-02-12i2c: stm32f7: fix configuration of the digital filterAlain Volmat1-1/+10
2020-11-23PM: sleep: Add dev_wakeup_path() helperPatrice Chotard1-2/+2
2020-09-21i2c: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski1-9/+5
2020-09-21i2c: stm32: fix error message on upon dma_request_chan & defer handlingAlain Volmat1-7/+6
2020-09-18i2c: stm32: name slave slot to ease maintenanceAlain Volmat1-8/+14
2020-09-18i2c: stm32f7: Add SMBus Host-Notify protocol supportAlain Volmat1-16/+96
2020-04-30i2c: stm32f7: prevent array underflow in stm32f7_get_lower_rate()Dan Carpenter1-1/+1
2020-04-26i2c: stm32f7: allows for any bus frequencyAlain Volmat1-61/+64
2020-04-26i2c: stm32: don't print an error on probe deferralEtienne Carriere1-2/+5
2020-04-15i2c: i2c-stm32f7: improve nack debug messageFabrice Gasnier1-1/+2
2020-04-15i2c: busses: convert to devm_platform_get_and_ioremap_resourceDejin Zheng1-2/+1
2020-03-24i2c: stm32f7: switch to I²C generic property parsingAndy Shevchenko1-31/+26