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=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 E8D8CC433B4 for ; Fri, 9 Apr 2021 03:35:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BCABC61178 for ; Fri, 9 Apr 2021 03:35:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232996AbhDIDgA (ORCPT ); Thu, 8 Apr 2021 23:36:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54404 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232941AbhDIDgA (ORCPT ); Thu, 8 Apr 2021 23:36:00 -0400 Received: from mail-qk1-x732.google.com (mail-qk1-x732.google.com [IPv6:2607:f8b0:4864:20::732]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 061EAC061760; Thu, 8 Apr 2021 20:35:48 -0700 (PDT) Received: by mail-qk1-x732.google.com with SMTP id i9so4603058qka.2; Thu, 08 Apr 2021 20:35:47 -0700 (PDT) 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=VW/C+2LLet/ldR+i+V3eCTvpTJBdjFtGmR5udw1qeLQ=; b=kf/yhUgzKhxJK2p+6wg/izoDDT8TFZB4rkZhdAkJoNXFkTR7yODnvd33p9egVGYtph gbjuS+5GR0hjMGkDh2zU1fwjhgdqLPt/a/aFHME6YguBsLD7EVdtdN+p5QMtBp8FPzS0 KrAOJQ7t3AKlSkWQfGGwRPGIXSlG6ftCpd/p4= 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=VW/C+2LLet/ldR+i+V3eCTvpTJBdjFtGmR5udw1qeLQ=; b=Ul9Ncs0V+01fJgvRNVAcARlWEe1mqtl4v4kG0QQPstncixw2rZJvRffDgFgPDJdyKP C/jP7TfYKGr6DVNpkQBi7vYaCJrn4qcmgplshbVkjI8fxjPxnJ6s3fzUtjrBG4j5UaK6 O62fO0fsweF3q+Jn8NvV5Mmwce7ASlg00PAn1WXJzjFsfsE/9j1waMLkedx48vhw2fxK vJ35aC7uDeKnMpiG/SEO3duvAMjDRijzeI1K4LlnvEIfDorcNLL1tjTBO7kg5QYSYfvx 1vnIjxa6JBqd03VsND0FxrwUK2fKcWBYb9UA5QzRO/G6ur0Qxb4dxA+XGMBipcwQh9P/ J2eQ== X-Gm-Message-State: AOAM53367fuPZrQgDA5svigGiUZfQkpzV2goEbj6iQWvfqTH8AMriSbP v/KNXFh5u9qQXl1UkfEsW5FAm+3/AdvQjFz3ZrppOEm1hVA= X-Google-Smtp-Source: ABdhPJxle9zTiCZMcHgQmCbwnJmAkb+TEoOlJ7KMtbFw35LN/7onMEAKpvQn37Vrs7E0ALx7tpeNrdmUUNmbjGlTwlo= X-Received: by 2002:a05:620a:28c9:: with SMTP id l9mr11766768qkp.55.1617939347264; Thu, 08 Apr 2021 20:35:47 -0700 (PDT) MIME-Version: 1.0 References: <20210319062752.145730-1-andrew@aj.id.au> <20210319062752.145730-3-andrew@aj.id.au> In-Reply-To: <20210319062752.145730-3-andrew@aj.id.au> From: Joel Stanley Date: Fri, 9 Apr 2021 03:35:34 +0000 Message-ID: Subject: Re: [PATCH v2 03/21] ipmi: kcs: aspeed: Adapt to new LPC DTS layout To: Andrew Jeffery Cc: openipmi-developer@lists.sourceforge.net, OpenBMC Maillist , Corey Minyard , Ryan Chen , "Chia-Wei, Wang" , devicetree , Tomer Maimon , linux-aspeed , "open list:GPIO SUBSYSTEM" , Avi Fishman , Patrick Venture , Linus Walleij , Linux Kernel Mailing List , Tali Perry , Rob Herring , Lee Jones , Linux ARM , Benjamin Fair , Haiyue Wang Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Fri, 19 Mar 2021 at 06:28, Andrew Jeffery wrote: > > From: "Chia-Wei, Wang" > > Add check against LPC device v2 compatible string to > ensure that the fixed device tree layout is adopted. > The LPC register offsets are also fixed accordingly. > > Signed-off-by: Chia-Wei Wang > Reviewed-by: Andrew Jeffery > Acked-by: Haiyue Wang Reviewed-by: Joel Stanley 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.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,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 D9A9DC433ED for ; Fri, 9 Apr 2021 03:36:17 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 605EF61175 for ; Fri, 9 Apr 2021 03:36:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 605EF61175 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=jms.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4FGkLl5ZgDz30Kb for ; Fri, 9 Apr 2021 13:36:15 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; secure) header.d=jms.id.au header.i=@jms.id.au header.a=rsa-sha256 header.s=google header.b=kf/yhUgz; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=2607:f8b0:4864:20::72a; helo=mail-qk1-x72a.google.com; envelope-from=joel.stan@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; secure) header.d=jms.id.au header.i=@jms.id.au header.a=rsa-sha256 header.s=google header.b=kf/yhUgz; dkim-atps=neutral Received: from mail-qk1-x72a.google.com (mail-qk1-x72a.google.com [IPv6:2607:f8b0:4864:20::72a]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4FGkLH1mQWz2xfw; Fri, 9 Apr 2021 13:35:50 +1000 (AEST) Received: by mail-qk1-x72a.google.com with SMTP id c3so4586176qkc.5; Thu, 08 Apr 2021 20:35:50 -0700 (PDT) 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=VW/C+2LLet/ldR+i+V3eCTvpTJBdjFtGmR5udw1qeLQ=; b=kf/yhUgzKhxJK2p+6wg/izoDDT8TFZB4rkZhdAkJoNXFkTR7yODnvd33p9egVGYtph gbjuS+5GR0hjMGkDh2zU1fwjhgdqLPt/a/aFHME6YguBsLD7EVdtdN+p5QMtBp8FPzS0 KrAOJQ7t3AKlSkWQfGGwRPGIXSlG6ftCpd/p4= 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=VW/C+2LLet/ldR+i+V3eCTvpTJBdjFtGmR5udw1qeLQ=; b=MHlqUCueRUeZxT3kD3oLqbVu/n4yWM2BJQbddYibir4kaxO5fiR4MvRALzwPkoYsKr swZdcjRJDmqF1FtMZCsGEIlGis41zAlfBEkcB1wmQqBPfIJWWc8b1f+Fy6wWwjbrxBzk BqREry1s40Na/7XrnO1k46W+sS5SvLZUM2JOBtdWyCtb6FHuWDa3SP8f21iGfrtqJXXn BlWTXCKgxFLbqxRt1i3E3lY7O0Qse905GTZK+IS1gKRDKhNfePe0uYjDQ52avkwrzz4S FIzvWBCpAHLZdjn5IsWNnvmknM1oQ/IlGmrCW/JhKDdHOCgRbZNjs4OUMtpLSypHwli4 Yy6Q== X-Gm-Message-State: AOAM532nwOMdRJ4D5T40qBUx2ITB2aE0oir90fmpusxhWmsyCORnG4t1 vSzJoBTZbilCxAKbh/GpQo9dHcfC/HNE18cvIzc= X-Google-Smtp-Source: ABdhPJxle9zTiCZMcHgQmCbwnJmAkb+TEoOlJ7KMtbFw35LN/7onMEAKpvQn37Vrs7E0ALx7tpeNrdmUUNmbjGlTwlo= X-Received: by 2002:a05:620a:28c9:: with SMTP id l9mr11766768qkp.55.1617939347264; Thu, 08 Apr 2021 20:35:47 -0700 (PDT) MIME-Version: 1.0 References: <20210319062752.145730-1-andrew@aj.id.au> <20210319062752.145730-3-andrew@aj.id.au> In-Reply-To: <20210319062752.145730-3-andrew@aj.id.au> From: Joel Stanley Date: Fri, 9 Apr 2021 03:35:34 +0000 Message-ID: Subject: Re: [PATCH v2 03/21] ipmi: kcs: aspeed: Adapt to new LPC DTS layout To: Andrew Jeffery Content-Type: text/plain; charset="UTF-8" X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree , Linus Walleij , Haiyue Wang , Ryan Chen , Tomer Maimon , Corey Minyard , Avi Fishman , Patrick Venture , "Chia-Wei, Wang" , Linux Kernel Mailing List , Tali Perry , "open list:GPIO SUBSYSTEM" , Rob Herring , Linux ARM , openipmi-developer@lists.sourceforge.net, Lee Jones , OpenBMC Maillist , linux-aspeed , Benjamin Fair Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" On Fri, 19 Mar 2021 at 06:28, Andrew Jeffery wrote: > > From: "Chia-Wei, Wang" > > Add check against LPC device v2 compatible string to > ensure that the fixed device tree layout is adopted. > The LPC register offsets are also fixed accordingly. > > Signed-off-by: Chia-Wei Wang > Reviewed-by: Andrew Jeffery > Acked-by: Haiyue Wang Reviewed-by: Joel Stanley 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 ED72CC433ED for ; Fri, 9 Apr 2021 03:37:43 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 81D2A61177 for ; Fri, 9 Apr 2021 03:37:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 81D2A61177 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=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Cc: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=51vqkOFCLB8P6k5YURdIC5k6EPK8Ep9SrM2AU+D5SIo=; b=ogmeuGg2M6bMmI8DUzBItlg7g a178gPsdinI21uC24Nu1g9PkNhttQM6+1zSfdYpAMcjpIgvjlcA0XZ91j/rFqpOwA2xrNPJ8ntRGV jXCVSo6/JMo4uL/9pjGALFl3W6BML0Uawo8JzrcdjMq9Lim6aV6Cupc1wH7QoXvHYlPyUF2A4z4TN 42Fk5Zx6eCdCsQF3hKerdeXd9YdT4FIMrbHYCQJMlEzfixGwq/HpD6UXfrJSOmk9NXDZLnjDQbama cZnSwALC0rWsHxK4NmuAcAkAy1YQ5rNpq0dsyKiurPZthxIh8iCJ/yGN1PkfRCdc9BYQl54OlYYSA WrnNKYViw==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lUhw2-009s90-SB; Fri, 09 Apr 2021 03:35:55 +0000 Received: from mail-qk1-x72e.google.com ([2607:f8b0:4864:20::72e]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lUhvw-009s7v-Pb for linux-arm-kernel@lists.infradead.org; Fri, 09 Apr 2021 03:35:51 +0000 Received: by mail-qk1-x72e.google.com with SMTP id y5so4567604qkl.9 for ; Thu, 08 Apr 2021 20:35:48 -0700 (PDT) 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=VW/C+2LLet/ldR+i+V3eCTvpTJBdjFtGmR5udw1qeLQ=; b=kf/yhUgzKhxJK2p+6wg/izoDDT8TFZB4rkZhdAkJoNXFkTR7yODnvd33p9egVGYtph gbjuS+5GR0hjMGkDh2zU1fwjhgdqLPt/a/aFHME6YguBsLD7EVdtdN+p5QMtBp8FPzS0 KrAOJQ7t3AKlSkWQfGGwRPGIXSlG6ftCpd/p4= 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=VW/C+2LLet/ldR+i+V3eCTvpTJBdjFtGmR5udw1qeLQ=; b=JjZLv4nLsNsmNAvmVAQx0MW4LR6Qc3pvuj+uVXC0S4Xk/woN9jGqBx4YDbTzSPfaEx BUZZUQbhI0iYD0/aJDU/LZAPJv1z2Bv8elqzhpxeYSHnq5ddCR+SNFmkRhC8guZkIuiL LfaHTPyxnJr+MA19V7N1WLDsIk4dWQUMm1GJ8oVMoG9vYz3wkQLjsuAn4LdmNfZVJmi/ Xi8LtRVDhtTp6L7FIyolOsyaSuP4YvyW7fXFXv5pTULyiEQM89JnrbPXFwwGULmnV/cB zbN9bw680pSHuk7xkm6LXCEFsEV4QJLNpCuk8y6yZDIimsidvVl39cBh9nexlepflbWC 8JMg== X-Gm-Message-State: AOAM533IEOx+bRs4MQL1236PeAJjKWqnF0eCYFO/UARAIC/mg6KFqcCE pPjdssXmQcWxAvJrB5ctZPwnVlzGz0U5FMKmCDs= X-Google-Smtp-Source: ABdhPJxle9zTiCZMcHgQmCbwnJmAkb+TEoOlJ7KMtbFw35LN/7onMEAKpvQn37Vrs7E0ALx7tpeNrdmUUNmbjGlTwlo= X-Received: by 2002:a05:620a:28c9:: with SMTP id l9mr11766768qkp.55.1617939347264; Thu, 08 Apr 2021 20:35:47 -0700 (PDT) MIME-Version: 1.0 References: <20210319062752.145730-1-andrew@aj.id.au> <20210319062752.145730-3-andrew@aj.id.au> In-Reply-To: <20210319062752.145730-3-andrew@aj.id.au> From: Joel Stanley Date: Fri, 9 Apr 2021 03:35:34 +0000 Message-ID: Subject: Re: [PATCH v2 03/21] ipmi: kcs: aspeed: Adapt to new LPC DTS layout To: Andrew Jeffery Cc: openipmi-developer@lists.sourceforge.net, OpenBMC Maillist , Corey Minyard , Ryan Chen , "Chia-Wei, Wang" , devicetree , Tomer Maimon , linux-aspeed , "open list:GPIO SUBSYSTEM" , Avi Fishman , Patrick Venture , Linus Walleij , Linux Kernel Mailing List , Tali Perry , Rob Herring , Lee Jones , Linux ARM , Benjamin Fair , Haiyue Wang X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210409_043549_241600_915D80C2 X-CRM114-Status: GOOD ( 11.34 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Fri, 19 Mar 2021 at 06:28, Andrew Jeffery wrote: > > From: "Chia-Wei, Wang" > > Add check against LPC device v2 compatible string to > ensure that the fixed device tree layout is adopted. > The LPC register offsets are also fixed accordingly. > > Signed-off-by: Chia-Wei Wang > Reviewed-by: Andrew Jeffery > Acked-by: Haiyue Wang Reviewed-by: Joel Stanley _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel