mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/6] ARM: stm32mp: fix Ethernet after dts/ update
@ 2020-02-18 14:22 Ahmad Fatoum
  2020-02-18 14:23 ` [PATCH 1/6] ARM: dts: stm32mp: align barebox dtsi name with upstream Ahmad Fatoum
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Ahmad Fatoum @ 2020-02-18 14:22 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

The upstream device tree no longer lists "syscfg-clk" as clock because
the syscon node had a clocks property, which the syscon driver is
supposed to attach to the regmap.

Teach the barebox syscon driver how to do so and do the necessary
things, so that network on the STM32MP works again.

Cheers,
Ahmad Fatoum (6):
  ARM: dts: stm32mp: align barebox dtsi name with upstream
  regmap: make internal.h a self-contained header
  regmap: add support for regmap_init_mmio_clk
  mfd: syscon: use regmap-mmio as backend
  mfd: syscon: clock peripheral if specified in device tree
  net: designware: eqos: stm32: drop no longer needed syscfg-clk

 .../dts/{stm32mp157c.dtsi => stm32mp151.dtsi} |   0
 arch/arm/dts/stm32mp157a-dk1.dtsi             |   2 +-
 drivers/base/regmap/Makefile                  |   3 +-
 drivers/base/regmap/internal.h                |   9 +-
 drivers/base/regmap/regmap-mmio.c             | 271 ++++++++++++++++++
 drivers/mfd/syscon.c                          |  47 ++-
 drivers/net/designware_stm32.c                |   3 +-
 include/regmap.h                              |  50 ++++
 8 files changed, 353 insertions(+), 32 deletions(-)
 rename arch/arm/dts/{stm32mp157c.dtsi => stm32mp151.dtsi} (100%)
 create mode 100644 drivers/base/regmap/regmap-mmio.c

-- 
2.25.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2020-02-19  8:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-18 14:22 [PATCH 0/6] ARM: stm32mp: fix Ethernet after dts/ update Ahmad Fatoum
2020-02-18 14:23 ` [PATCH 1/6] ARM: dts: stm32mp: align barebox dtsi name with upstream Ahmad Fatoum
2020-02-18 14:23 ` [PATCH 2/6] regmap: make internal.h a self-contained header Ahmad Fatoum
2020-02-18 14:23 ` [PATCH 3/6] regmap: add support for regmap_init_mmio_clk Ahmad Fatoum
2020-02-18 14:23 ` [PATCH 4/6] mfd: syscon: use regmap-mmio as backend Ahmad Fatoum
2020-02-18 14:23 ` [PATCH 5/6] mfd: syscon: clock peripheral if specified in device tree Ahmad Fatoum
2020-02-18 14:23 ` [PATCH 6/6] net: designware: eqos: stm32: drop no longer needed syscfg-clk Ahmad Fatoum
2020-02-19  8:03 ` [PATCH 0/6] ARM: stm32mp: fix Ethernet after dts/ update Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox