index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-stm32f7.c
Age
Commit message (
Expand
)
Author
7 days
i2c: stm32f7: unmap DMA mapped buffer
Clément Le Goffic
7 days
i2c: stm32: fix the device used for the DMA map
Clément Le Goffic
2024-10-01
i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume
Marek Vasut
2024-05-06
i2c: stm32f7: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
2024-01-18
i2c: stm32f7: add support for stm32mp25 soc
Alain Volmat
2024-01-18
i2c: stm32f7: perform I2C_ISR read once at beginning of event isr
Alain Volmat
2024-01-18
i2c: stm32f7: simplify status messages in case of errors
Alain Volmat
2024-01-18
i2c: stm32f7: perform most of irq job in threaded handler
Alain Volmat
2024-01-18
i2c: stm32f7: use dev_err_probe upon calls of devm_request_irq
Alain Volmat
2023-11-05
Merge tag 'i2c-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-10-23
i2c: stm32f7: Use devm_clk_get_enabled()
Andi Shyti
2023-10-23
i2c: stm32f7: add description of atomic in struct stm32f7_i2c_dev
Alain Volmat
2023-10-21
i2c: stm32f7: Fix PEC handling in case of SMBUS transfers
Alain Volmat
2023-09-27
i2c: stm32f7: Add atomic_xfer method to driver
Sean Nyekjaer
2023-08-08
i2c: stm32: Do not check for 0 return after calling platform_get_irq()
Ruan Jinjie
2023-06-05
i2c: Convert to platform remove callback returning void
Uwe Kleine-König
2022-07-16
i2c: stm32: add support for the STM32MP13 soc
Alain Volmat
2022-01-14
Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-12-01
i2c: stm32f7: remove noisy and imprecise log messages
Wolfram Sang
2021-12-01
i2c: stm32: get rid of stm32f7_i2c_release_bus return value
Alain Volmat
2021-11-30
i2c: stm32f7: use proper DMAENGINE API for termination
Alain Volmat
2021-11-30
i2c: stm32f7: stop dma transfer in case of NACK
Alain Volmat
2021-11-30
i2c: stm32f7: recover the bus on access timeout
Alain Volmat
2021-11-29
i2c: stm32f7: flush TX FIFO upon transfer errors
Alain Volmat
2021-05-25
i2c: stm32f7: add SMBus-Alert support
Alain Volmat
2021-04-14
i2c: stm32f7: fix reference leak when pm_runtime_get_sync fails
Qinglang Miao
2021-04-06
i2c: stm32f7: avoid ifdef CONFIG_PM_SLEEP for pm callbacks
Alain Volmat
2021-03-31
i2c: stm32f7: Remove useless error message
Tian Tao
2021-03-18
i2c: stm32f7: indicate the address being accessed on errors
Alain Volmat
2021-03-18
i2c: stm32f7: add support for DNF i2c-digital-filter binding
Alain Volmat
2021-03-18
i2c: stm32f7: support DT binding i2c-analog-filter
Alain Volmat
2021-02-22
Merge branch 'i2c/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-02-12
i2c: remove redundant error print in stm32f7_i2c_probe
Menglong Dong
2021-02-12
i2c: stm32f7: fix configuration of the digital filter
Alain Volmat
2020-11-23
PM: sleep: Add dev_wakeup_path() helper
Patrice Chotard
2020-09-21
i2c: stm32: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-21
i2c: stm32: fix error message on upon dma_request_chan & defer handling
Alain Volmat
2020-09-18
i2c: stm32: name slave slot to ease maintenance
Alain Volmat
2020-09-18
i2c: stm32f7: Add SMBus Host-Notify protocol support
Alain Volmat
2020-04-30
i2c: stm32f7: prevent array underflow in stm32f7_get_lower_rate()
Dan Carpenter
2020-04-26
i2c: stm32f7: allows for any bus frequency
Alain Volmat
2020-04-26
i2c: stm32: don't print an error on probe deferral
Etienne Carriere
2020-04-15
i2c: i2c-stm32f7: improve nack debug message
Fabrice Gasnier
2020-04-15
i2c: busses: convert to devm_platform_get_and_ioremap_resource
Dejin Zheng
2020-03-24
i2c: stm32f7: switch to I²C generic property parsing
Andy Shevchenko
2020-03-13
i2c: stm32f7: do not backup read-only PECR register
Alain Volmat
2020-03-10
i2c: stm32f7: add a new st, stm32mp15-i2c compatible
Alain Volmat
2020-03-10
i2c: stm32f7: disable/restore Fast Mode Plus bits in low power modes
Alain Volmat
2020-02-26
i2c: stm32f7: allow controller to be wakeup-source
Alain Volmat
2020-01-30
i2c: stm32f7: add PM_SLEEP suspend/resume support
Alain Volmat
[next]