index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
stm32f7_i2c.c
Age
Commit message (
Expand
)
Author
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