summaryrefslogtreecommitdiff
path: root/drivers/i2c/stm32f7_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-17i2c: stm32f7: change setup struct to constPatrick Delaunay1-2/+2
2018-11-17i2c: stm32f7: cosmetic: clean the driverPatrick Delaunay1-15/+16
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-19stm32mp: stm32f7_i2c: use calloc instead of kmallocPatrick Delaunay1-2/+2
2017-10-17i2c: stm32f7_i2c: fix usage of useless local variablePatrice Chotard1-8/+2
2017-10-17i2c: stm32f7_i2c: fix data abortChristophe Kerello1-10/+11
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-8/+8
2017-08-23i2c: add i2c driver for stm32Patrice Chotard1-0/+882