summaryrefslogtreecommitdiff
path: root/drivers/i2c/stm32f7_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: stm32: fix usage of rise/fall device tree propertiesJorge Ramirez-Ortiz2022-09-151-5/+6
* i2c: stm32: do not set the STOP condition on errorAlain Volmat2022-09-151-3/+3
* i2c: stm32: remove unused stop parameter in start & reload handlingAlain Volmat2022-09-151-4/+4
* i2c: stm32: fix comment and remove unused AUTOEND bitAlain Volmat2022-09-151-4/+2
* i2c: stm32f7: fix clearing the control registerJorge Ramirez-Ortiz2022-09-151-1/+1
* i2c: stm32: add support for the st,stm32mp13 SOCPatrick Delaunay2022-07-121-0/+5
* i2c: stm32f7: compute i2cclk only one timePatrick Delaunay2021-10-081-10/+8
* i2c: stm32f7: add support for DNF i2c-digital-filter bindingPatrick Delaunay2021-10-081-2/+9
* i2c: stm32f7: fix configuration of the digital filterPatrick Delaunay2021-10-081-2/+8
* i2c: stm32f7: support DT binding i2c-analog-filterPatrick Delaunay2021-10-081-2/+1
* i2c: stm32f7: move driver data of each instance in a privdataPatrick Delaunay2021-10-081-26/+27
* 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 headerWIP/2020-05-18-reduce-size-of-common.hSimon 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