All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/7] i2c: stm32f7: driver update
@ 2021-08-03 10:05 Patrice Chotard
  2021-08-03 10:05 ` [PATCH v1 1/7] i2c: stm32f7: move driver data of each instance in a privdata Patrice Chotard
                   ` (6 more replies)
  0 siblings, 7 replies; 22+ messages in thread
From: Patrice Chotard @ 2021-08-03 10:05 UTC (permalink / raw)
  To: u-boot
  Cc: Patrice CHOTARD, Patrick DELAUNAY, U-Boot STM32, Heiko Schocher,
	Tom Rini, dillon min

This series is adding/updating several driver's feature:
  - each I2C instance has its own private data
  - add DT i2c-analog-filter property support
  - implement digital filter setting
  - add DT i2c-digital-filter-width-ns and i2c-digital-filter properties support
  - i2cclk is computed only one time

Patrice Chotard (2):
  arm: dts: stm32: Add i2c-analog-filter property in I2C nodes for
    stm32f746
  arm: dts: stm32: Add i2c-analog-filter property in I2C nodes for
    stm32h743

Patrick Delaunay (5):
  i2c: stm32f7: move driver data of each instance in a privdata
  i2c: stm32f7: support DT binding i2c-analog-filter
  i2c: stm32f7: fix configuration of the digital filter
  i2c: stm32f7: add support for DNF i2c-digital-filter binding
  i2c: stm32f7:  compute i2cclk only one time

 arch/arm/dts/stm32f746.dtsi |  4 ++
 arch/arm/dts/stm32h743.dtsi |  4 ++
 drivers/i2c/stm32f7_i2c.c   | 91 +++++++++++++++++++++----------------
 3 files changed, 59 insertions(+), 40 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2021-10-08  6:44 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-03 10:05 [PATCH v1 0/7] i2c: stm32f7: driver update Patrice Chotard
2021-08-03 10:05 ` [PATCH v1 1/7] i2c: stm32f7: move driver data of each instance in a privdata Patrice Chotard
2021-08-19 11:46   ` Patrice CHOTARD
2021-10-08  6:43   ` Patrice CHOTARD
2021-08-03 10:05 ` [PATCH v1 2/7] arm: dts: stm32: Add i2c-analog-filter property in I2C nodes for stm32f746 Patrice Chotard
2021-08-19 11:46   ` Patrice CHOTARD
2021-10-08  6:43   ` Patrice CHOTARD
2021-08-03 10:05 ` [PATCH v1 3/7] arm: dts: stm32: Add i2c-analog-filter property in I2C nodes for stm32h743 Patrice Chotard
2021-08-19 11:47   ` Patrice CHOTARD
2021-10-08  6:43   ` Patrice CHOTARD
2021-08-03 10:05 ` [PATCH v1 4/7] i2c: stm32f7: support DT binding i2c-analog-filter Patrice Chotard
2021-08-19 11:47   ` Patrice CHOTARD
2021-10-08  6:43   ` Patrice CHOTARD
2021-08-03 10:05 ` [PATCH v1 5/7] i2c: stm32f7: fix configuration of the digital filter Patrice Chotard
2021-08-19 11:47   ` Patrice CHOTARD
2021-10-08  6:44   ` Patrice CHOTARD
2021-08-03 10:05 ` [PATCH v1 6/7] i2c: stm32f7: add support for DNF i2c-digital-filter binding Patrice Chotard
2021-08-19 11:47   ` Patrice CHOTARD
2021-10-08  6:44   ` Patrice CHOTARD
2021-10-08  6:44     ` Patrice CHOTARD
2021-08-03 10:05 ` [PATCH v1 7/7] i2c: stm32f7: compute i2cclk only one time Patrice Chotard
2021-08-19 11:47   ` Patrice CHOTARD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.