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 CA23BC433ED for ; Fri, 9 Apr 2021 03:38:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8EE9261159 for ; Fri, 9 Apr 2021 03:38:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233137AbhDIDjB (ORCPT ); Thu, 8 Apr 2021 23:39:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55090 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233070AbhDIDjB (ORCPT ); Thu, 8 Apr 2021 23:39:01 -0400 Received: from mail-qt1-x82d.google.com (mail-qt1-x82d.google.com [IPv6:2607:f8b0:4864:20::82d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 40E8AC061760; Thu, 8 Apr 2021 20:38:49 -0700 (PDT) Received: by mail-qt1-x82d.google.com with SMTP id y2so3218622qtw.13; Thu, 08 Apr 2021 20:38:49 -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=zWYrgmgXBOXRjVrzdgXfjhYpQ0FoUCzYmeLXCLSnYFE=; b=jcSmnDiUo1MMc6Q3MSiXiyB7AXqJBpPE3e98RkysCl8SPty3nDcOvOcRler+dmur5d aMg54JUXZxIhZg03ZAR8c4WicszsfYamOPqGCL3/D+KRBdvKzAB4CjehLG05aGaqWbqE rpwrfWYwUuXjd2oNzh9mCifoRsFoJ+gnmN5pc= 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=zWYrgmgXBOXRjVrzdgXfjhYpQ0FoUCzYmeLXCLSnYFE=; b=HN+LJqdNVvn/hi1ZUhgkWd/3pef68l833nkO/AdW9Vc5mXv+jafLT40GCm0NZwiSFq vNySFZ0jss9vLCsDfwcNFXcgoI/TAG7B5GO7PF9nHCz0UA4n3eKSOwrlUNxBRd1oyb+0 8AExkBxwGhsA+lhUJKc41lEzYPh1JkU/6QY49aFFTmcFKGw196Hg7Cy5ltqh2KYHZceF 43seJy+vhlt3sQzX4TWKa0h2jyK7j9/67dQlz/eHwENtxpIcZX5jyaMmSdtnE3N9lZvu yV+OE+Pik194ISQwP3DJ8aytiLKMFLBAF3OTH9eNv/NNc89eyulHnwWxyGYRqXBkrkl/ qBvg== X-Gm-Message-State: AOAM530hV4Vxgq9k5Esb1bi9Ui1Vt7W6Sha5EnmDgil6fFiTc8R1Y4JU j5iBAN9ySdw7v3xjUUm37pNcugbgmsM2F5tF7O4= X-Google-Smtp-Source: ABdhPJy3ab4kwwpcl+l+Ds70eJmyq2Cr6Wy6ME4tEKA06FjzEJMtXRy47zcwt64rNz+2wEnTaXI69wecrdATFzf/+XE= X-Received: by 2002:ac8:7547:: with SMTP id b7mr11274286qtr.176.1617939528484; Thu, 08 Apr 2021 20:38:48 -0700 (PDT) MIME-Version: 1.0 References: <20210319062752.145730-1-andrew@aj.id.au> <20210319062752.145730-5-andrew@aj.id.au> In-Reply-To: <20210319062752.145730-5-andrew@aj.id.au> From: Joel Stanley Date: Fri, 9 Apr 2021 03:38:36 +0000 Message-ID: Subject: Re: [PATCH v2 05/21] soc: aspeed: Adapt to new LPC device tree 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 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 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 2EB21C433ED for ; Fri, 9 Apr 2021 03:39:20 +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 A143361055 for ; Fri, 9 Apr 2021 03:39:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A143361055 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 4FGkQF6pdRz3bTZ for ; Fri, 9 Apr 2021 13:39:17 +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=jcSmnDiU; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=2607:f8b0:4864:20::832; helo=mail-qt1-x832.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=jcSmnDiU; dkim-atps=neutral Received: from mail-qt1-x832.google.com (mail-qt1-x832.google.com [IPv6:2607:f8b0:4864:20::832]) (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 4FGkPm1nqyz2yjY; Fri, 9 Apr 2021 13:38:51 +1000 (AEST) Received: by mail-qt1-x832.google.com with SMTP id f12so3239639qtq.4; Thu, 08 Apr 2021 20:38:51 -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=zWYrgmgXBOXRjVrzdgXfjhYpQ0FoUCzYmeLXCLSnYFE=; b=jcSmnDiUo1MMc6Q3MSiXiyB7AXqJBpPE3e98RkysCl8SPty3nDcOvOcRler+dmur5d aMg54JUXZxIhZg03ZAR8c4WicszsfYamOPqGCL3/D+KRBdvKzAB4CjehLG05aGaqWbqE rpwrfWYwUuXjd2oNzh9mCifoRsFoJ+gnmN5pc= 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=zWYrgmgXBOXRjVrzdgXfjhYpQ0FoUCzYmeLXCLSnYFE=; b=g0bUQwjmz48lF7NyXz/q5e/jlT939B4aBJKPmO9d6LrHP3NBOkX/pm8sFu0cze/rxI Ced1IMgwuROheWCo4TcwuGTDSppzja+WlGJ2Y1j6YjoSoGJOHT+ofR8oLj/1NrLcY7hM zJwx7bTkDpsch7/T5XoZxaXHWWrF9H3+Y76CnWQYZNQsGBD/aJXbIMtY7fJxepqK56Gm R9d0nhzfXrxzbtATjzCNvlPRmTUZniTmfgt0AT/SpTbML8PePCpyJ10bLbVWX4gHxJ/8 1QYgcsi0A99j1tIF9riTowsCAQxqajH2cVMJjYtY9gzayLlRs31q6aBdqKZ54p3g8tP4 s3YA== X-Gm-Message-State: AOAM532fTcE81cYrIFdM7/D6dkPnj/TpM+C1b9ROOerop99/Fb6Pyis+ mt7UCCzLFLoxWYKx76LEGEPgOdcw2jTrKnx+iPk= X-Google-Smtp-Source: ABdhPJy3ab4kwwpcl+l+Ds70eJmyq2Cr6Wy6ME4tEKA06FjzEJMtXRy47zcwt64rNz+2wEnTaXI69wecrdATFzf/+XE= X-Received: by 2002:ac8:7547:: with SMTP id b7mr11274286qtr.176.1617939528484; Thu, 08 Apr 2021 20:38:48 -0700 (PDT) MIME-Version: 1.0 References: <20210319062752.145730-1-andrew@aj.id.au> <20210319062752.145730-5-andrew@aj.id.au> In-Reply-To: <20210319062752.145730-5-andrew@aj.id.au> From: Joel Stanley Date: Fri, 9 Apr 2021 03:38:36 +0000 Message-ID: Subject: Re: [PATCH v2 05/21] soc: aspeed: Adapt to new LPC device tree 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 , 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 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 89985C433B4 for ; Fri, 9 Apr 2021 03:40:47 +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 05E4661157 for ; Fri, 9 Apr 2021 03:40:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 05E4661157 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=QkhvjkGIyhW40JGggQtGjczAUQm0tSecfJTokSYOyA4=; b=ZRm3e6rHEuJVNseXNurbi1dDe /3CdGkdIlG38sALo3EJWY4E3EZk1RDO3cYFsOXEqdao7aV/Fbq3LNcYKr/dIYMvJJ/xV+DciSgeq4 xQF9Y5MM4bXyLBvF1VD74F+W4VPTueH5PkqWlIod6JJhULqvRZ1SW12OaeWcH/0H0lKmzSxMn/NEW XwH53i2+a41XXDtRwyGXIOA/seBnwnRE+6x6JNsYa+/9cit21kIO15zv+GO0jphq9WQunC7yFBHug j48zO3sy53lJrvskybydHq4oaTsC45pTYt3Xvbje6e4BjPfgNPLqEr3MZ+tAaXZWbH5LbzYWFfFE9 tXTV3wXFw==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lUhz0-009ssu-DR; Fri, 09 Apr 2021 03:38:58 +0000 Received: from mail-qt1-x830.google.com ([2607:f8b0:4864:20::830]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lUhyr-009sqe-M8 for linux-arm-kernel@lists.infradead.org; Fri, 09 Apr 2021 03:38:53 +0000 Received: by mail-qt1-x830.google.com with SMTP id f12so3239638qtq.4 for ; Thu, 08 Apr 2021 20:38:49 -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=zWYrgmgXBOXRjVrzdgXfjhYpQ0FoUCzYmeLXCLSnYFE=; b=jcSmnDiUo1MMc6Q3MSiXiyB7AXqJBpPE3e98RkysCl8SPty3nDcOvOcRler+dmur5d aMg54JUXZxIhZg03ZAR8c4WicszsfYamOPqGCL3/D+KRBdvKzAB4CjehLG05aGaqWbqE rpwrfWYwUuXjd2oNzh9mCifoRsFoJ+gnmN5pc= 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=zWYrgmgXBOXRjVrzdgXfjhYpQ0FoUCzYmeLXCLSnYFE=; b=MF7eLZ043+G21nNvPx7Qqkhd+CrRcz0GjObBDD6IBi9BiLp9cynXrGmfeCB8gc/T1H FUJvPRP8AUpSm69I++6blpQbK3dv/yl57o4rBtFVMEcEOKySOOqYITntdwJZDnH4N/47 Xu6FbTjAStlFRASb9lDYoWMN5HZRkjIVRox5XzIRS3Wn+K1f1xpTf5t2KAKjEF412keC qLs+t91v8WZM0S/jbKaRG3/7PY7+CIEC7815qxokCnyiF308TTbhFZJsYtHtJdXpoTjn Ycft/qS8PZSA7cZevjCHoQOG2ozTURTic1V7zNDLpOUeT7Pbffp6jqr6sMLna7v+I7Uf GdHA== X-Gm-Message-State: AOAM5318bF+J98nsCPubRpWF3zrgMroM0SlDYxqJbugqgInrBNPdDXf6 AzuPNW9yt05IEz6KdfMLAbXhG71nXOy63zaBHXvClttizVk= X-Google-Smtp-Source: ABdhPJy3ab4kwwpcl+l+Ds70eJmyq2Cr6Wy6ME4tEKA06FjzEJMtXRy47zcwt64rNz+2wEnTaXI69wecrdATFzf/+XE= X-Received: by 2002:ac8:7547:: with SMTP id b7mr11274286qtr.176.1617939528484; Thu, 08 Apr 2021 20:38:48 -0700 (PDT) MIME-Version: 1.0 References: <20210319062752.145730-1-andrew@aj.id.au> <20210319062752.145730-5-andrew@aj.id.au> In-Reply-To: <20210319062752.145730-5-andrew@aj.id.au> From: Joel Stanley Date: Fri, 9 Apr 2021 03:38:36 +0000 Message-ID: Subject: Re: [PATCH v2 05/21] soc: aspeed: Adapt to new LPC device tree 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210409_043850_933699_2AAB6DAB X-CRM114-Status: GOOD ( 11.33 ) 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 Reviewed-by: Joel Stanley _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel