mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/4] refactore rpi board code
@ 2022-01-28  8:23 Oleksij Rempel
  2022-01-28  8:23 ` [PATCH v2 1/4] ARM: rpi: convert board code to a driver Oleksij Rempel
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Oleksij Rempel @ 2022-01-28  8:23 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

changes v2:
- rework clk driver to properly support deep-probe
- remove currently not supported compatibles from board code
- reduce struct size
- rework rpi_get_dcfg to return *dcfg directly

Oleksij Rempel (4):
  ARM: rpi: convert board code to a driver
  ARM: rpi: move clk support to a separate driver and enable deep-probe
  ARM: rpi: validate devicetree compatible instead of changing model
    name
  ARM: rpi: set host name based on DT compatible

 arch/arm/boards/raspberry-pi/rpi-common.c | 486 +++++++++++++---------
 drivers/clk/Makefile                      |   1 +
 drivers/clk/clk-rpi.c                     | 109 +++++
 3 files changed, 396 insertions(+), 200 deletions(-)
 create mode 100644 drivers/clk/clk-rpi.c

-- 
2.30.2


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


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

end of thread, other threads:[~2022-01-31  9:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-28  8:23 [PATCH v2 0/4] refactore rpi board code Oleksij Rempel
2022-01-28  8:23 ` [PATCH v2 1/4] ARM: rpi: convert board code to a driver Oleksij Rempel
2022-01-28  8:23 ` [PATCH v2 2/4] ARM: rpi: move clk support to a separate driver and enable deep-probe Oleksij Rempel
2022-01-31  9:35   ` Sascha Hauer
2022-01-28  8:23 ` [PATCH v2 3/4] ARM: rpi: validate devicetree compatible instead of changing model name Oleksij Rempel
2022-01-28  8:23 ` [PATCH v2 4/4] ARM: rpi: set host name based on DT compatible Oleksij Rempel

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