u-boot-brain/drivers/i2c
Alain Volmat c324465576 i2c: stm32f7_i2c: allows for any bus frequency
Do not limit to 3 (100KHz, 400KHz, 1MHz) bus frequencies, but
instead allow for any frequency. Depending on the requested
frequency (via the clock-frequency DT entry), use the spec
data from either Standard, Fast or Fast Plus mode.

In order to do so, the driver do not use anymore spec identifier
by directly handle the requested frequency and from it retrieve
the corresponding spec data to be used for the computation
of the timing register.

Signed-off-by: Alain Volmat <alain.volmat@st.com>
Reviewed-by: Patrick DELAUNAY <patrick.delaunay@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Acked-by: Patrice Chotard <patrice.chotard@st.com>
2020-03-24 14:23:32 +01:00
..
muxes dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
ast_i2c.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00
ast_i2c.h i2c: ast_i2c: Update to use standard enums for speed 2020-01-27 07:22:41 +01:00
at91_i2c.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
at91_i2c.h i2c: atmel: add i2c driver 2016-08-15 22:12:00 +02:00
cros_ec_ldo.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
cros_ec_tunnel.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
davinci_i2c.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
davinci_i2c.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
designware_i2c_pci.c i2c: designware_i2c: Add spike supression 2020-01-27 07:22:01 +01:00
designware_i2c.c i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speed 2020-03-16 08:04:29 +01:00
designware_i2c.h i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speed 2020-03-16 08:04:29 +01:00
exynos_hs_i2c.c i2c: Update drivers to use enum for speed 2020-01-27 07:24:02 +01:00
fsl_i2c.c i2c: Update drivers to use enum for speed 2020-01-27 07:24:02 +01:00
i2c_core.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
i2c-cdns.c i2c: Update drivers to use enum for speed 2020-01-27 07:24:02 +01:00
i2c-emul-uclass.c dm: sandbox: i2c: Add a new 'emulation parent' uclass 2018-11-29 09:30:05 -07:00
i2c-gpio.c dm: i2c-gpio: add support for clock stretching 2020-03-16 07:55:06 +01:00
i2c-uclass.c i2c: Add option to send start condition after deblocking 2020-03-16 07:46:21 +01:00
i2c-uniphier-f.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
i2c-uniphier.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
i2c-versatile.c i2c: Add support for the Arm's Versatile Express I2C controller. 2018-10-03 06:08:06 +02:00
ihs_i2c.c i2c: ihs: Improve error handling 2019-05-21 07:52:34 +02:00
imx_lpi2c.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
intel_i2c.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Kconfig i2c: remove i2c driver-model compatibility layer 2019-07-29 17:58:52 -04:00
kona_i2c.c i2c: kona_i2c: Update to use standard enums for speed 2020-01-27 07:23:10 +01:00
lpc32xx_i2c.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Makefile i2c: designware: Tidy up PCI support 2019-12-15 11:44:08 +08:00
meson_i2c.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00
mv_i2c.c i2c: Update drivers to use enum for speed 2020-01-27 07:24:02 +01:00
mv_i2c.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
mvtwsi.c i2c: Update drivers to use enum for speed 2020-01-27 07:24:02 +01:00
mxc_i2c.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
omap24xx_i2c.c i2c: Update drivers to use enum for speed 2020-01-27 07:24:02 +01:00
omap24xx_i2c.h i2c: omap: Update to use standard enums for speed 2020-01-27 07:23:26 +01:00
rcar_i2c.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
rcar_iic.c i2c: Update drivers to use enum for speed 2020-01-27 07:24:02 +01:00
rk_i2c.c rockchip: i2c: don't sent stop bit after each message 2019-11-23 22:29:49 +08:00
s3c24x0_i2c.c i2c: Update drivers to use enum for speed 2020-01-27 07:24:02 +01:00
s3c24x0_i2c.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sandbox_i2c.c i2c: Update drivers to use enum for speed 2020-01-27 07:24:02 +01:00
sh_i2c.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
soft_i2c.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
stm32f7_i2c.c i2c: stm32f7_i2c: allows for any bus frequency 2020-03-24 14:23:32 +01:00
tegra_i2c.c sandbox conversion to SDL2 2020-02-11 10:58:41 -05:00
tegra186_bpmp_i2c.c i2c: tegra: Fix regression by implementing a dummy probe_chip() callback 2018-12-12 06:06:14 +01:00
xilinx_xiic.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00