index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
stm32f7_i2c.c
Age
Commit message (
Expand
)
Author
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
i2c: Remove <common.h> and add needed includes
Tom Rini
2024-01-29
treewide: Remove clk_free
Sean Anderson
2023-11-16
treewide: use linux/time.h for time conversion defines
Igor Prusov
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
2022-09-15
i2c: stm32: fix usage of rise/fall device tree properties
Jorge Ramirez-Ortiz
2022-09-15
i2c: stm32: do not set the STOP condition on error
Alain Volmat
2022-09-15
i2c: stm32: remove unused stop parameter in start & reload handling
Alain Volmat
2022-09-15
i2c: stm32: fix comment and remove unused AUTOEND bit
Alain Volmat
2022-09-15
i2c: stm32f7: fix clearing the control register
Jorge Ramirez-Ortiz
2022-07-12
i2c: stm32: add support for the st,stm32mp13 SOC
Patrick Delaunay
2021-10-08
i2c: stm32f7: compute i2cclk only one time
Patrick Delaunay
2021-10-08
i2c: stm32f7: add support for DNF i2c-digital-filter binding
Patrick Delaunay
2021-10-08
i2c: stm32f7: fix configuration of the digital filter
Patrick Delaunay
2021-10-08
i2c: stm32f7: support DT binding i2c-analog-filter
Patrick Delaunay
2021-10-08
i2c: stm32f7: move driver data of each instance in a privdata
Patrick Delaunay
2021-01-13
i2c: stm32f7_i2c: migrate trace to dev and log macro
Patrick Delaunay
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-07-09
i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7
Patrick Delaunay
2020-07-09
i2c: stm32f7: add stm32mp15 compatible
Patrick Delaunay
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-03-24
i2c: stm32f7_i2c: allows for any bus frequency
Alain Volmat
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-01-27
i2c: stm32: Update to use standard enums for speed
Simon Glass
2019-07-12
i2c: stm32f7_i2c: Fix warnings when compiling with W=1
Patrick Delaunay
2019-05-23
i2c: stm32f7: improve loopback in timing algorithm
Nicolas Le Bayon
2019-05-23
i2c: stm32f7: Fix SDADEL minimum formula
Nicolas Le Bayon
2018-11-16
i2c: stm32f7: change setup struct to const
Patrick Delaunay
2018-11-16
i2c: stm32f7: cosmetic: clean the driver
Patrick Delaunay
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-03-19
stm32mp: stm32f7_i2c: use calloc instead of kmalloc
Patrick Delaunay
2017-10-17
i2c: stm32f7_i2c: fix usage of useless local variable
Patrice Chotard
2017-10-17
i2c: stm32f7_i2c: fix data abort
Christophe Kerello
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-08-23
i2c: add i2c driver for stm32
Patrice Chotard