From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DE31EC1B0E3 for ; Wed, 9 Dec 2020 02:20:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B76BC238EE for ; Wed, 9 Dec 2020 02:20:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726600AbgLICUE (ORCPT ); Tue, 8 Dec 2020 21:20:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37218 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725789AbgLICUD (ORCPT ); Tue, 8 Dec 2020 21:20:03 -0500 Received: from mail-qk1-x743.google.com (mail-qk1-x743.google.com [IPv6:2607:f8b0:4864:20::743]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7EAC4C0613CF; Tue, 8 Dec 2020 18:19:17 -0800 (PST) Received: by mail-qk1-x743.google.com with SMTP id q5so661907qkc.12; Tue, 08 Dec 2020 18:19:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=7cZeETuOaHuzt2Vvd1AgHUQFc1tVzHtDBun/9sMNcHA=; b=Prp5KC+l5Qcfvh9IzzGs4P4XGezAoVWjjjvy04CNCPHOHidRwdQ3s9ercRfbsy0xSl gEWfsYhhjY6DjFdiLNVkakemH09BwdQ8lOkV9FKYAwu7OKhMBifOMG7qzursMSBEFbpo JSZ83Yl7PnpZwS1Xr6WGsCamZgGSHGnTA5wek= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=7cZeETuOaHuzt2Vvd1AgHUQFc1tVzHtDBun/9sMNcHA=; b=fqZJ6TQP/3RG9k8kAQBLeyb9ajQmh0iN45tMIiqLD8yNhApfoMSWRIW/hXEJXhNLnI fDaJOB1xbf29VgvF/5X7f8c2mkxYfYyTmnW1GsJan6doBdk9XQGrS5li62/RZESxWRll 4JHI3cC2+WLDZ0OWCsf1NbQf/8ZFuiKtv2ebqzx7AAHeWxcE2zBr3ptku4rHH2L2voHQ TwNmj5YCW1wEa9K1EYrVp4hvascahr2HZmx6/3hHo6eqa5hPvcdkFxClhzhE1cQze/iE OiixbViu0TXox/0aT6QiwsY6o0tDmew2vmr0d7iKkLIwNV0PE8qbaJWuCeqq6qtH+CaZ M7zQ== X-Gm-Message-State: AOAM531idoxNbL5VMDqLFhHEGyltwJuu2I+0wTziDI4PnAxW/AYH25pz MgsNva+NU4DLi1x6Sxxso+GiW+y0lCrLaipLWUE= X-Google-Smtp-Source: ABdhPJyc6btv5VUv0Mqhezo+2CB3ZLlv01s1FeTPQ0wb3A3KL9BweIkDsU1kcqFzGjk8eV1sb9E3E6AN1rd0R41KEbY= X-Received: by 2002:a37:490a:: with SMTP id w10mr266374qka.487.1607480356757; Tue, 08 Dec 2020 18:19:16 -0800 (PST) MIME-Version: 1.0 References: <20201208043700.23098-1-quan@os.amperecomputing.com> <20201208043700.23098-3-quan@os.amperecomputing.com> In-Reply-To: From: Joel Stanley Date: Wed, 9 Dec 2020 02:19:04 +0000 Message-ID: Subject: Re: [PATCH 2/2] ARM: dts: aspeed: Add device tree for Ampere's Mt. Jade BMC To: Krzysztof Kozlowski Cc: Quan Nguyen , Rob Herring , Andrew Jeffery , Sam Ravnborg , Linus Walleij , Arnd Bergmann , Mark Brown , Kuninori Morimoto , Geert Uytterhoeven , allen , devicetree , Linux Kernel Mailing List , Linux ARM , linux-aspeed Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 8 Dec 2020 at 08:09, Krzysztof Kozlowski wrote: > > On Tue, 8 Dec 2020 at 05:42, Joel Stanley wrote: > > > > On Tue, 8 Dec 2020 at 04:37, Quan Nguyen wrote: > > > > > > The Mt. Jade BMC is an ASPEED AST2500-based BMC for the Mt. Jade > > > hardware reference platform with Ampere's Altra Processor Family. > > > > > > Reviewed-by: Andrew Jeffery > > > Reviewed-by: Joel Stanley > > > Signed-off-by: Quan Nguyen > > > Signed-off-by: Phong Vo > > > Signed-off-by: Thang Q. Nguyen > > > > Thanks, I've applied this to the aspeed tree. > > Did you review it already before (which would explain tags being there)? Correct, these were sent to the openbmc list initially: https://lore.kernel.org/openbmc/CACPK8XdabEgp2Qi0Ud0BJ9oCK2BJ6L-F2Wg+OOEvzTALRLDadg@mail.gmail.com/ Cheers, Joel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 208BAC4167B for ; Wed, 9 Dec 2020 02:20:28 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CB9C323A75 for ; Wed, 9 Dec 2020 02:20:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CB9C323A75 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=jms.id.au Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=m5ifl4JKznXgXTjGP5z3Pd8IVrHczHlZ0sfUX/yO3jA=; b=JaFOnhTRbn4kAol6Hjt2mE37v G/OC91skmYSnBvFbZhQ37ug5FZzneRQ5s9epbux6tEzTjhgeylFMO/L9+1hGBcbwCHQ3rGQXceFYl 1Qo111BPqaa+UOoWI5GgUv9PPbpjp/3Q5ZEyF1CRjwUOx8/5psVUU0p7+ybxisBp1a3p/ZrJl1bzA UuYgXF79+g4anf5HVmpPdAmBHBaX5dRU+/TzrIKcV36xWIgYqzyQbEFL4vj8Msk++bw+C8s6xjzxt 2DU0/uQ+DG6bYj0lmBE1BkhajeWfQZ9TlPid7YYNhc6HPdccBneVwZIQce/VtQQ8c2GhQH+ZUyYHF J530LMK6w==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmp4Z-0005wJ-Uk; Wed, 09 Dec 2020 02:19:19 +0000 Received: from mail-qk1-x744.google.com ([2607:f8b0:4864:20::744]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmp4Y-0005vm-DP for linux-arm-kernel@lists.infradead.org; Wed, 09 Dec 2020 02:19:19 +0000 Received: by mail-qk1-x744.google.com with SMTP id b144so661228qkc.13 for ; Tue, 08 Dec 2020 18:19:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=7cZeETuOaHuzt2Vvd1AgHUQFc1tVzHtDBun/9sMNcHA=; b=Prp5KC+l5Qcfvh9IzzGs4P4XGezAoVWjjjvy04CNCPHOHidRwdQ3s9ercRfbsy0xSl gEWfsYhhjY6DjFdiLNVkakemH09BwdQ8lOkV9FKYAwu7OKhMBifOMG7qzursMSBEFbpo JSZ83Yl7PnpZwS1Xr6WGsCamZgGSHGnTA5wek= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=7cZeETuOaHuzt2Vvd1AgHUQFc1tVzHtDBun/9sMNcHA=; b=Iy3pxQP8RoiI4+9f9pvqC1uouEc3Vhg/t8nFL8svrEn1BoXFcaTJUjP1uiBkbB0jz+ oPGtfB7QoditkLOrz/X5j3j+FKFDMBTNkVnLGKHY9tCfxnzxikshJ1e7OCw3f7gjDuuE GvQt7EiXypWyM1Mz6Xl4+GgBGgwlci3Cmy/dteryoYyrrZEWcjrRqBlBUyrMjSSHA3jO 2exVcv49AGFBFh8OrRxVSQ9kV/3DRom9RQvrf0qCI+YN62b5cvOzV/n/cSwa2GktcnMq c1Cgwdg1KbOew71f1bKwOzQY6av4Ek1FUDjRP0o8ROflAKLF+xvP99LdS1OQjR5XtLrc nAFA== X-Gm-Message-State: AOAM533zJnkSGeReZ/1ck7/rd0cas0947l9B81ZSOohVOLXY5KUEnMps QmlYMi0qChnXslsFYT28+mjHIsSstigWzK3dpOQ= X-Google-Smtp-Source: ABdhPJyc6btv5VUv0Mqhezo+2CB3ZLlv01s1FeTPQ0wb3A3KL9BweIkDsU1kcqFzGjk8eV1sb9E3E6AN1rd0R41KEbY= X-Received: by 2002:a37:490a:: with SMTP id w10mr266374qka.487.1607480356757; Tue, 08 Dec 2020 18:19:16 -0800 (PST) MIME-Version: 1.0 References: <20201208043700.23098-1-quan@os.amperecomputing.com> <20201208043700.23098-3-quan@os.amperecomputing.com> In-Reply-To: From: Joel Stanley Date: Wed, 9 Dec 2020 02:19:04 +0000 Message-ID: Subject: Re: [PATCH 2/2] ARM: dts: aspeed: Add device tree for Ampere's Mt. Jade BMC To: Krzysztof Kozlowski X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201208_211918_499163_33C3007D X-CRM114-Status: GOOD ( 14.71 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree , Kuninori Morimoto , Arnd Bergmann , Andrew Jeffery , allen , Linus Walleij , Linux Kernel Mailing List , linux-aspeed , Rob Herring , Mark Brown , Quan Nguyen , Geert Uytterhoeven , Sam Ravnborg , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 8 Dec 2020 at 08:09, Krzysztof Kozlowski wrote: > > On Tue, 8 Dec 2020 at 05:42, Joel Stanley wrote: > > > > On Tue, 8 Dec 2020 at 04:37, Quan Nguyen wrote: > > > > > > The Mt. Jade BMC is an ASPEED AST2500-based BMC for the Mt. Jade > > > hardware reference platform with Ampere's Altra Processor Family. > > > > > > Reviewed-by: Andrew Jeffery > > > Reviewed-by: Joel Stanley > > > Signed-off-by: Quan Nguyen > > > Signed-off-by: Phong Vo > > > Signed-off-by: Thang Q. Nguyen > > > > Thanks, I've applied this to the aspeed tree. > > Did you review it already before (which would explain tags being there)? Correct, these were sent to the openbmc list initially: https://lore.kernel.org/openbmc/CACPK8XdabEgp2Qi0Ud0BJ9oCK2BJ6L-F2Wg+OOEvzTALRLDadg@mail.gmail.com/ Cheers, Joel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel