mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v3 0/6] refactore rpi board code
@ 2022-02-03 10:45 Oleksij Rempel
  2022-02-03 10:45 ` [PATCH v3 1/6] ARM: rpi: convert board code to a driver Oleksij Rempel
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Oleksij Rempel @ 2022-02-03 10:45 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

changes v3:
- make bcm2835 mbox to probe on first request solve dependency issue.
- remove phybases from clk driver
- move deep-probe to the separate patch

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 (6):
  ARM: rpi: convert board code to a driver
  ARM: bcm2835 mbox: drop driver mode and probe on first request
  ARM: rpi: move clk support to a separate driver
  ARM: rpi: validate devicetree compatible instead of changing model
    name
  ARM: rpi: set host name based on DT compatible
  ARM: rpi: enable deep-probe support

 arch/arm/boards/raspberry-pi/rpi-common.c | 486 +++++++++++++---------
 arch/arm/mach-bcm283x/mbox.c              |  52 +--
 drivers/clk/Makefile                      |   1 +
 drivers/clk/clk-rpi.c                     |  85 ++++
 4 files changed, 394 insertions(+), 230 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] 9+ messages in thread

end of thread, other threads:[~2022-02-07  8:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-03 10:45 [PATCH v3 0/6] refactore rpi board code Oleksij Rempel
2022-02-03 10:45 ` [PATCH v3 1/6] ARM: rpi: convert board code to a driver Oleksij Rempel
2022-02-03 10:45 ` [PATCH v3 2/6] ARM: bcm2835 mbox: drop driver mode and probe on first request Oleksij Rempel
2022-02-03 10:45 ` [PATCH v3 3/6] ARM: rpi: move clk support to a separate driver Oleksij Rempel
2022-02-03 10:45 ` [PATCH v3 4/6] ARM: rpi: validate devicetree compatible instead of changing model name Oleksij Rempel
2022-02-03 10:45 ` [PATCH v3 5/6] ARM: rpi: set host name based on DT compatible Oleksij Rempel
2022-02-03 10:45 ` [PATCH v3 6/6] ARM: rpi: enable deep-probe support Oleksij Rempel
2022-02-03 12:37   ` Ahmad Fatoum
2022-02-07  8:05 ` [PATCH v3 0/6] refactore rpi board code Sascha Hauer

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