From patchwork Tue Apr 14 02:47:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 1270069 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 491VsD1Sd7z9s71 for ; Tue, 14 Apr 2020 13:12:16 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.a=rsa-sha256 header.s=201707 header.b=XTP0QR1B; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 491VsD0WmXzDqFM for ; Tue, 14 Apr 2020 13:12:16 +1000 (AEST) X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 491VLf592JzDqL8 for ; Tue, 14 Apr 2020 12:49:14 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.a=rsa-sha256 header.s=201707 header.b=XTP0QR1B; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 491VLb6PXXz9sSG; Tue, 14 Apr 2020 12:49:11 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1586832552; bh=zhNrLmrhTEyn0BKHkpc/twbg7s9MnSnrjL7/iQtv/oo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=XTP0QR1Bz1I1lR+addXKP31KPO7lApPIz+Uzx3NIZJrIBWNcUMFdvYwpHqFycPywK HtKIJ8OH7TSUXiF3zQDM1cbkdyaXchJSf1/rNtmbRO8bFc+r54AggyaNjK09iALdIa FPYUDVoN4XIfw4XoaMvx2wpiN6P3LAN8ggg4E2KE9xRdENo918GexeofIHoQdyy48D 95NbdegY6kmCXfsjprPU3msbdRF/rNuf/+g8UQVgsWN9AWMy/2h14oUw6dFC0spHv1 tKaIX2PdvrDvIPf1RCOVt8qw2n+vRALBKWzimN+Cg14tWCr4ASk3LwU36Z+WcdVn1l wc7Rmsz//vqmg== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Tue, 14 Apr 2020 12:47:43 +1000 Message-Id: <20200414024750.20170-17-amitay@ozlabs.org> X-Mailer: git-send-email 2.25.2 In-Reply-To: <20200414024750.20170-1-amitay@ozlabs.org> References: <20200414024750.20170-1-amitay@ozlabs.org> MIME-Version: 1.0 Subject: [Pdbg] [PATCH 16/23] libpdbg: Rename ibm, cronus-{fsi, pib, sbefifo} -> ibm, power->{fsi, pib, sbefifo} X-BeenThere: pdbg@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "mailing list for https://github.com/open-power/pdbg development" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Amitay Isaacs Errors-To: pdbg-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Pdbg" Signed-off-by: Amitay Isaacs --- libpdbg/cronus.c | 6 +++--- p8-cronus.dts.m4 | 8 ++++---- p9-cronus.dts.m4 | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/libpdbg/cronus.c b/libpdbg/cronus.c index eeaedc5..bf8639b 100644 --- a/libpdbg/cronus.c +++ b/libpdbg/cronus.c @@ -181,7 +181,7 @@ static void cronus_sbefifo_release(struct pdbg_target *target) static struct pib cronus_pib = { .target = { .name = "Cronus Client based PIB", - .compatible = "ibm,cronus-pib", + .compatible = "ibm,power-pib", .class = "pib", .probe = cronus_probe, .release = cronus_release, @@ -194,7 +194,7 @@ DECLARE_HW_UNIT(cronus_pib); static struct fsi cronus_fsi = { .target = { .name = "Cronus Client based FSI", - .compatible = "ibm,cronus-fsi", + .compatible = "ibm,power-fsi", .class = "fsi", .probe = cronus_probe, .release = cronus_release, @@ -207,7 +207,7 @@ DECLARE_HW_UNIT(cronus_fsi); static struct sbefifo cronus_sbefifo = { .target = { .name = "Cronus Client based SBE FIFO", - .compatible = "ibm,cronus-sbefifo", + .compatible = "ibm,power-sbefifo", .class = "sbefifo_transport", .probe = cronus_sbefifo_probe, .release = cronus_sbefifo_release, diff --git a/p8-cronus.dts.m4 b/p8-cronus.dts.m4 index 2221a68..61a40a1 100644 --- a/p8-cronus.dts.m4 +++ b/p8-cronus.dts.m4 @@ -2,25 +2,25 @@ / { fsi0 { - compatible = "ibm,cronus-fsi"; + compatible = "ibm,power-fsi"; index = <0x0>; system-path = "/proc0/fsi"; }; pib0 { - compatible = "ibm,cronus-pib"; + compatible = "ibm,power-pib"; index = <0x0>; system-path = "/proc0/pib"; }; fsi1 { - compatible = "ibm,cronus-fsi"; + compatible = "ibm,power-fsi"; index = <0x1>; system-path = "/proc1/fsi"; }; pib1 { - compatible = "ibm,cronus-pib"; + compatible = "ibm,power-pib"; index = <0x1>; system-path = "/proc1/pib"; }; diff --git a/p9-cronus.dts.m4 b/p9-cronus.dts.m4 index b9173b2..29c524c 100644 --- a/p9-cronus.dts.m4 +++ b/p9-cronus.dts.m4 @@ -2,32 +2,32 @@ / { fsi0 { - compatible = "ibm,cronus-fsi"; + compatible = "ibm,power-fsi"; index = <0x0>; system-path = "/proc0/fsi"; }; pib0 { - compatible = "ibm,cronus-pib"; + compatible = "ibm,power-pib"; index = <0x0>; system-path = "/proc0/pib"; }; fsi1 { - compatible = "ibm,cronus-fsi"; + compatible = "ibm,power-fsi"; index = <0x1>; system-path = "/proc1/fsi"; }; pib1 { - compatible = "ibm,cronus-pib"; + compatible = "ibm,power-pib"; index = <0x1>; system-path = "/proc1/pib"; }; sbefifo0 { index = <0x0>; - compatible = "ibm,cronus-sbefifo"; + compatible = "ibm,power-sbefifo"; sbefifo-chipop { compatible = "ibm,sbefifo-chipop"; @@ -47,7 +47,7 @@ sbefifo1 { index = <0x1>; - compatible = "ibm,cronus-sbefifo"; + compatible = "ibm,power-sbefifo"; sbefifo-chipop { compatible = "ibm,sbefifo-chipop";