summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/stm32f7_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: stm32f7_i2c: migrate trace to dev and log macroPatrick Delaunay2021-01-131-37/+37
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7Patrick Delaunay2020-07-091-1/+73
* i2c: stm32f7: add stm32mp15 compatiblePatrick Delaunay2020-07-091-0/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* i2c: stm32f7_i2c: allows for any bus frequencyAlain Volmat2020-03-241-46/+59
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* 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