summaryrefslogtreecommitdiff
path: root/drivers/i2c/stm32f7_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: stm32: Update to use standard enums for speedSimon Glass2020-01-271-27/+16
* i2c: stm32f7_i2c: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-5/+7
* i2c: stm32f7: improve loopback in timing algorithmNicolas Le Bayon2019-05-231-0/+4
* i2c: stm32f7: Fix SDADEL minimum formulaNicolas Le Bayon2019-05-231-1/+1
* i2c: stm32f7: change setup struct to constPatrick Delaunay2018-11-161-2/+2
* i2c: stm32f7: cosmetic: clean the driverPatrick Delaunay2018-11-161-15/+16
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* stm32mp: stm32f7_i2c: use calloc instead of kmallocPatrick Delaunay2018-03-191-2/+2
* i2c: stm32f7_i2c: fix usage of useless local variablePatrice Chotard2017-10-171-8/+2
* i2c: stm32f7_i2c: fix data abortChristophe Kerello2017-10-171-10/+11
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-8/+8
* i2c: add i2c driver for stm32Patrice Chotard2017-08-231-0/+882