summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-stm32f7.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: stm32f7: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-05-061-4/+4
* i2c: stm32f7: add support for stm32mp25 socAlain Volmat2024-01-181-88/+126
* i2c: stm32f7: perform I2C_ISR read once at beginning of event isrAlain Volmat2024-01-181-7/+5
* i2c: stm32f7: simplify status messages in case of errorsAlain Volmat2024-01-181-7/+5
* i2c: stm32f7: perform most of irq job in threaded handlerAlain Volmat2024-01-181-70/+56
* i2c: stm32f7: use dev_err_probe upon calls of devm_request_irqAlain Volmat2024-01-181-10/+4
* Merge tag 'i2c-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-051-29/+60
|\
| * i2c: stm32f7: Use devm_clk_get_enabled()Andi Shyti2023-10-231-25/+12
| * i2c: stm32f7: add description of atomic in struct stm32f7_i2c_devAlain Volmat2023-10-231-0/+1
| * i2c: stm32f7: Add atomic_xfer method to driverSean Nyekjaer2023-09-271-4/+47
* | i2c: stm32f7: Fix PEC handling in case of SMBUS transfersAlain Volmat2023-10-211-3/+6
|/
* i2c: stm32: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie2023-08-081-4/+4
* i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-051-4/+2
* i2c: stm32: add support for the STM32MP13 socAlain Volmat2022-07-161-0/+7
* Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-141-12/+2
|\
| * i2c: stm32f7: remove noisy and imprecise log messagesWolfram Sang2021-12-011-4/+0
| * i2c: stm32: get rid of stm32f7_i2c_release_bus return valueAlain Volmat2021-12-011-8/+2
* | i2c: stm32f7: use proper DMAENGINE API for terminationAlain Volmat2021-11-301-5/+11
* | i2c: stm32f7: stop dma transfer in case of NACKAlain Volmat2021-11-301-2/+7
* | i2c: stm32f7: recover the bus on access timeoutAlain Volmat2021-11-301-0/+2
* | i2c: stm32f7: flush TX FIFO upon transfer errorsAlain Volmat2021-11-291-1/+19
|/
* i2c: stm32f7: add SMBus-Alert supportAlain Volmat2021-05-251-0/+73
* i2c: stm32f7: fix reference leak when pm_runtime_get_sync failsQinglang Miao2021-04-141-6/+6
* i2c: stm32f7: avoid ifdef CONFIG_PM_SLEEP for pm callbacksAlain Volmat2021-04-061-6/+4
* i2c: stm32f7: Remove useless error messageTian Tao2021-03-311-5/+1
* i2c: stm32f7: indicate the address being accessed on errorsAlain Volmat2021-03-181-3/+6
* i2c: stm32f7: add support for DNF i2c-digital-filter bindingAlain Volmat2021-03-181-11/+16
* i2c: stm32f7: support DT binding i2c-analog-filterAlain Volmat2021-03-181-10/+10
* Merge branch 'i2c/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-221-5/+1
|\
| * i2c: remove redundant error print in stm32f7_i2c_probeMenglong Dong2021-02-121-5/+1
* | i2c: stm32f7: fix configuration of the digital filterAlain Volmat2021-02-121-1/+10
|/
* PM: sleep: Add dev_wakeup_path() helperPatrice Chotard2020-11-231-2/+2
* i2c: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-211-9/+5
* i2c: stm32: fix error message on upon dma_request_chan & defer handlingAlain Volmat2020-09-211-7/+6
* i2c: stm32: name slave slot to ease maintenanceAlain Volmat2020-09-181-8/+14
* i2c: stm32f7: Add SMBus Host-Notify protocol supportAlain Volmat2020-09-181-16/+96
* i2c: stm32f7: prevent array underflow in stm32f7_get_lower_rate()Dan Carpenter2020-04-301-1/+1
* i2c: stm32f7: allows for any bus frequencyAlain Volmat2020-04-261-61/+64
* i2c: stm32: don't print an error on probe deferralEtienne Carriere2020-04-261-2/+5
* i2c: i2c-stm32f7: improve nack debug messageFabrice Gasnier2020-04-151-1/+2
* i2c: busses: convert to devm_platform_get_and_ioremap_resourceDejin Zheng2020-04-151-2/+1
* i2c: stm32f7: switch to I²C generic property parsingAndy Shevchenko2020-03-241-31/+26
* i2c: stm32f7: do not backup read-only PECR registerAlain Volmat2020-03-131-4/+0
* i2c: stm32f7: add a new st, stm32mp15-i2c compatibleAlain Volmat2020-03-101-6/+33
* i2c: stm32f7: disable/restore Fast Mode Plus bits in low power modesAlain Volmat2020-03-101-13/+39
* i2c: stm32f7: allow controller to be wakeup-sourceAlain Volmat2020-02-261-21/+86
* i2c: stm32f7: add PM_SLEEP suspend/resume supportAlain Volmat2020-01-301-4/+113
* Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-12-011-9/+23
|\
| * i2c: i2c-stm32f7: fix 10-bits check in slave free id search loopAlain Volmat2019-11-251-1/+1
| * i2c: stm32f7: report dma error during probeAlain Volmat2019-11-111-0/+9