summaryrefslogtreecommitdiff
path: root/drivers/i2c/stm32f7_i2c.c
AgeCommit message (Expand)Author
2022-09-15i2c: stm32: fix usage of rise/fall device tree propertiesJorge Ramirez-Ortiz
2022-09-15i2c: stm32: do not set the STOP condition on errorAlain Volmat
2022-09-15i2c: stm32: remove unused stop parameter in start & reload handlingAlain Volmat
2022-09-15i2c: stm32: fix comment and remove unused AUTOEND bitAlain Volmat
2022-09-15i2c: stm32f7: fix clearing the control registerJorge Ramirez-Ortiz
2022-07-12i2c: stm32: add support for the st,stm32mp13 SOCPatrick Delaunay
2021-10-08i2c: stm32f7: compute i2cclk only one timePatrick Delaunay
2021-10-08i2c: stm32f7: add support for DNF i2c-digital-filter bindingPatrick Delaunay
2021-10-08i2c: stm32f7: fix configuration of the digital filterPatrick Delaunay
2021-10-08i2c: stm32f7: support DT binding i2c-analog-filterPatrick Delaunay
2021-10-08i2c: stm32f7: move driver data of each instance in a privdataPatrick Delaunay
2021-01-13i2c: stm32f7_i2c: migrate trace to dev and log macroPatrick Delaunay
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-07-09i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7Patrick Delaunay
2020-07-09i2c: stm32f7: add stm32mp15 compatiblePatrick Delaunay
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-03-24i2c: stm32f7_i2c: allows for any bus frequencyAlain Volmat
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-01-27i2c: stm32: Update to use standard enums for speedSimon Glass
2019-07-12i2c: stm32f7_i2c: Fix warnings when compiling with W=1Patrick Delaunay
2019-05-23i2c: stm32f7: improve loopback in timing algorithmNicolas Le Bayon
2019-05-23i2c: stm32f7: Fix SDADEL minimum formulaNicolas Le Bayon
2018-11-16i2c: stm32f7: change setup struct to constPatrick Delaunay
2018-11-16i2c: stm32f7: cosmetic: clean the driverPatrick Delaunay
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-03-19stm32mp: stm32f7_i2c: use calloc instead of kmallocPatrick Delaunay
2017-10-17i2c: stm32f7_i2c: fix usage of useless local variablePatrice Chotard
2017-10-17i2c: stm32f7_i2c: fix data abortChristophe Kerello
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-08-23i2c: add i2c driver for stm32Patrice Chotard