From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxPSQ-0007ay-M2 for barebox@lists.infradead.org; Mon, 20 Jul 2020 06:39:28 +0000 From: Oleksij Rempel Date: Mon, 20 Jul 2020 08:39:18 +0200 Message-Id: <20200720063921.7547-1-o.rempel@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v4 0/3] introduce board-driver support To: barebox@lists.infradead.org Cc: Oleksij Rempel , david@protonic.nl changes v4: - rework devinfo to print DT node without child nodes changes v3: - move devinfo patch to the first place - devinfo: provide better commit message changes v2: - move root device registration to the of_probe() - port one board as example - fix issue with devinfo Oleksij Rempel (3): devinfo: do not dump the device node for the root node of: base: register DT root as device ARM: embest-riotboard: port board file to the driver model arch/arm/boards/embest-riotboard/board.c | 18 ++++++++++++----- commands/devinfo.c | 2 +- drivers/of/base.c | 25 ++++++++++++++++++------ include/of.h | 1 + 4 files changed, 34 insertions(+), 12 deletions(-) -- 2.27.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox