summaryrefslogtreecommitdiff
path: root/drivers/i2c/stm32f7_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-08i2c: stm32f7: compute i2cclk only one timePatrick Delaunay1-10/+8
2021-10-08i2c: stm32f7: add support for DNF i2c-digital-filter bindingPatrick Delaunay1-2/+9
2021-10-08i2c: stm32f7: fix configuration of the digital filterPatrick Delaunay1-2/+8
2021-10-08i2c: stm32f7: support DT binding i2c-analog-filterPatrick Delaunay1-2/+1
2021-10-08i2c: stm32f7: move driver data of each instance in a privdataPatrick Delaunay1-26/+27
2021-01-13i2c: stm32f7_i2c: migrate trace to dev and log macroPatrick Delaunay1-37/+37
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-07-09i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7Patrick Delaunay1-1/+73
2020-07-09i2c: stm32f7: add stm32mp15 compatiblePatrick Delaunay1-0/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-03-24i2c: stm32f7_i2c: allows for any bus frequencyAlain Volmat1-46/+59
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-01-27i2c: stm32: Update to use standard enums for speedSimon Glass1-27/+16
2019-07-12i2c: stm32f7_i2c: Fix warnings when compiling with W=1Patrick Delaunay1-5/+7
2019-05-23i2c: stm32f7: improve loopback in timing algorithmNicolas Le Bayon1-0/+4
2019-05-23i2c: stm32f7: Fix SDADEL minimum formulaNicolas Le Bayon1-1/+1
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