summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-stm32f7.c
AgeCommit message (Expand)Author
2024-01-18i2c: stm32f7: add support for stm32mp25 socAlain Volmat
2024-01-18i2c: stm32f7: perform I2C_ISR read once at beginning of event isrAlain Volmat
2024-01-18i2c: stm32f7: simplify status messages in case of errorsAlain Volmat
2024-01-18i2c: stm32f7: perform most of irq job in threaded handlerAlain Volmat
2024-01-18i2c: stm32f7: use dev_err_probe upon calls of devm_request_irqAlain Volmat
2023-11-05Merge tag 'i2c-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-23i2c: stm32f7: Use devm_clk_get_enabled()Andi Shyti
2023-10-23i2c: stm32f7: add description of atomic in struct stm32f7_i2c_devAlain Volmat
2023-10-21i2c: stm32f7: Fix PEC handling in case of SMBUS transfersAlain Volmat
2023-09-27i2c: stm32f7: Add atomic_xfer method to driverSean Nyekjaer
2023-08-08i2c: stm32: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König
2022-07-16i2c: stm32: add support for the STM32MP13 socAlain Volmat
2022-01-14Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-12-01i2c: stm32f7: remove noisy and imprecise log messagesWolfram Sang
2021-12-01i2c: stm32: get rid of stm32f7_i2c_release_bus return valueAlain Volmat
2021-11-30i2c: stm32f7: use proper DMAENGINE API for terminationAlain Volmat
2021-11-30i2c: stm32f7: stop dma transfer in case of NACKAlain Volmat
2021-11-30i2c: stm32f7: recover the bus on access timeoutAlain Volmat
2021-11-29i2c: stm32f7: flush TX FIFO upon transfer errorsAlain Volmat
2021-05-25i2c: stm32f7: add SMBus-Alert supportAlain Volmat
2021-04-14i2c: stm32f7: fix reference leak when pm_runtime_get_sync failsQinglang Miao
2021-04-06i2c: stm32f7: avoid ifdef CONFIG_PM_SLEEP for pm callbacksAlain Volmat
2021-03-31i2c: stm32f7: Remove useless error messageTian Tao
2021-03-18i2c: stm32f7: indicate the address being accessed on errorsAlain Volmat
2021-03-18i2c: stm32f7: add support for DNF i2c-digital-filter bindingAlain Volmat
2021-03-18i2c: stm32f7: support DT binding i2c-analog-filterAlain Volmat
2021-02-22Merge branch 'i2c/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-02-12i2c: remove redundant error print in stm32f7_i2c_probeMenglong Dong
2021-02-12i2c: stm32f7: fix configuration of the digital filterAlain Volmat
2020-11-23PM: sleep: Add dev_wakeup_path() helperPatrice Chotard
2020-09-21i2c: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-21i2c: stm32: fix error message on upon dma_request_chan & defer handlingAlain Volmat
2020-09-18i2c: stm32: name slave slot to ease maintenanceAlain Volmat
2020-09-18i2c: stm32f7: Add SMBus Host-Notify protocol supportAlain Volmat
2020-04-30i2c: stm32f7: prevent array underflow in stm32f7_get_lower_rate()Dan Carpenter
2020-04-26i2c: stm32f7: allows for any bus frequencyAlain Volmat
2020-04-26i2c: stm32: don't print an error on probe deferralEtienne Carriere
2020-04-15i2c: i2c-stm32f7: improve nack debug messageFabrice Gasnier
2020-04-15i2c: busses: convert to devm_platform_get_and_ioremap_resourceDejin Zheng
2020-03-24i2c: stm32f7: switch to I²C generic property parsingAndy Shevchenko
2020-03-13i2c: stm32f7: do not backup read-only PECR registerAlain Volmat
2020-03-10i2c: stm32f7: add a new st, stm32mp15-i2c compatibleAlain Volmat
2020-03-10i2c: stm32f7: disable/restore Fast Mode Plus bits in low power modesAlain Volmat
2020-02-26i2c: stm32f7: allow controller to be wakeup-sourceAlain Volmat
2020-01-30i2c: stm32f7: add PM_SLEEP suspend/resume supportAlain Volmat
2019-12-01Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2019-11-25i2c: i2c-stm32f7: fix 10-bits check in slave free id search loopAlain Volmat
2019-11-11i2c: stm32f7: report dma error during probeAlain Volmat
2019-11-11i2c: stm32f7: fix & reorder remove & probe error handlingAlain Volmat