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 A0D4AC433ED for ; Fri, 9 Apr 2021 03:38:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 54E35611BE for ; Fri, 9 Apr 2021 03:38:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233174AbhDIDiL (ORCPT ); Thu, 8 Apr 2021 23:38:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54708 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233203AbhDIDiL (ORCPT ); Thu, 8 Apr 2021 23:38:11 -0400 Received: from mail-qt1-x82c.google.com (mail-qt1-x82c.google.com [IPv6:2607:f8b0:4864:20::82c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E2FA9C061760; Thu, 8 Apr 2021 20:37:09 -0700 (PDT) Received: by mail-qt1-x82c.google.com with SMTP id 1so3269988qtb.0; Thu, 08 Apr 2021 20:37:09 -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=8BgGBrR3Xwqw+MMg1YnlfMAUK+I10lyWE+xZkXB1ujs=; b=Heia25TgE2vtvJwk4Mye9wUNtKT4LCXFpu3RTd7Litn4l6XDwm58yNf5Xo72WKG1Cb Pnh29PYykNQ0Leb0AVytW69/DSGu2rRRdSyPucL7QrMDZjkSbhFQ0sXFxG9k3cGgza9V mXSNHoDmBuqB2Dq6N7NZp/gT1iFd9YrggQtWs= 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=8BgGBrR3Xwqw+MMg1YnlfMAUK+I10lyWE+xZkXB1ujs=; b=jw6ukamSWVotwCXQrCi9tZaelPWAx/Y/SjK5CiZS4roGgR5IADFLCING9taiHeBMSi aAsvGnNP1OI3GRghZccdZULiSFI5Tdhm1VN/yMbtmQCNj/6/cW0gTcGypd6O+/3jmaTf X7Mbx6IgE2By+jFWbKcav5F/Ez3hZSfsUkYY9sGL5I8twSIb+/9qFVqyPDxt3OlrfEsM 2JoZFxF3now+PvznEUfFuGnVIeP0Jdv4XFsZQCnxlt6pSsiT0PqstqNXgKxVUGMAM3Y7 76BO4EBj1GUP0Alr0oDInj7H66k8iuHXwLJIO8mTml7pL+WmV1z74GVb56yZDPQfsJZm /SUw== X-Gm-Message-State: AOAM533Fqd6UVvNEFKS2uayXq0bzCGkvkZ/tPStRQIDAt2AJMzhdIARr apszigu9QX9XuuGeQpW/sXksKLX693guRhVX7d0= X-Google-Smtp-Source: ABdhPJxpEB1iiCw0U43cwWPFxVnBP2huZ7QxGaGC6NeOvjxLXRAa+ssU2jFErOgTTQKad2+gM3ZDkIo4Ri3biTi/Bas= X-Received: by 2002:ac8:5f87:: with SMTP id j7mr10494309qta.135.1617939429154; Thu, 08 Apr 2021 20:37:09 -0700 (PDT) MIME-Version: 1.0 References: <20210319062752.145730-1-andrew@aj.id.au> <20210319062752.145730-4-andrew@aj.id.au> In-Reply-To: <20210319062752.145730-4-andrew@aj.id.au> From: Joel Stanley Date: Fri, 9 Apr 2021 03:36:57 +0000 Message-ID: Subject: Re: [PATCH v2 04/21] pinctrl: aspeed-g5: 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 > Acked-by: Linus Walleij 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=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 110B3C433B4 for ; Fri, 9 Apr 2021 03:37:37 +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 91B4461177 for ; Fri, 9 Apr 2021 03:37:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 91B4461177 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 4FGkNH1bFLz3brL for ; Fri, 9 Apr 2021 13:37:35 +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=Heia25Tg; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=2607:f8b0:4864:20::836; helo=mail-qt1-x836.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=Heia25Tg; dkim-atps=neutral Received: from mail-qt1-x836.google.com (mail-qt1-x836.google.com [IPv6:2607:f8b0:4864:20::836]) (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 4FGkMr26xFz2yhf; Fri, 9 Apr 2021 13:37:11 +1000 (AEST) Received: by mail-qt1-x836.google.com with SMTP id f12so3250533qtf.2; Thu, 08 Apr 2021 20:37:11 -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=8BgGBrR3Xwqw+MMg1YnlfMAUK+I10lyWE+xZkXB1ujs=; b=Heia25TgE2vtvJwk4Mye9wUNtKT4LCXFpu3RTd7Litn4l6XDwm58yNf5Xo72WKG1Cb Pnh29PYykNQ0Leb0AVytW69/DSGu2rRRdSyPucL7QrMDZjkSbhFQ0sXFxG9k3cGgza9V mXSNHoDmBuqB2Dq6N7NZp/gT1iFd9YrggQtWs= 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=8BgGBrR3Xwqw+MMg1YnlfMAUK+I10lyWE+xZkXB1ujs=; b=F3i13EYfNbyUTlqFNPxcP4CBTLUuJHcGtwGCtfrmSnm+ufnoRef4d6Jgh4ANJ51BkQ hR2FUKzUnpZJscSF6ZbhTzqhp2xJl7rlB0oSnkyoAc6ntPv4Ttfl7JucjkzXEY+ISDjt 1jtejveEwJgrqFuwO9C/WXBcdJ5anSFHiwqQeY4p6Y0ExSpzUFz70MnZFejbAukeWifd hadNXnz9l5slxFfo9tGTBrTDJFXTRb2pXj8UzoyuJs+Qhdca3C+98YuJ1CyQ0eDAUzZG 67aIOEor5xefO7solfSTosoN+NqFDdmN/1yoKjVRCWDNlplnXN+qIVPQvXLJZTtVFFVv +ZTA== X-Gm-Message-State: AOAM533ree4UdZh8jxg2jPSb1EZA4bbgItDhxA4Ausm6mY6v8l3rI4oY ZkS6rjukFXUAksAoYzCJbdgy6A7JegLj1tKXNv9V42UMIas= X-Google-Smtp-Source: ABdhPJxpEB1iiCw0U43cwWPFxVnBP2huZ7QxGaGC6NeOvjxLXRAa+ssU2jFErOgTTQKad2+gM3ZDkIo4Ri3biTi/Bas= X-Received: by 2002:ac8:5f87:: with SMTP id j7mr10494309qta.135.1617939429154; Thu, 08 Apr 2021 20:37:09 -0700 (PDT) MIME-Version: 1.0 References: <20210319062752.145730-1-andrew@aj.id.au> <20210319062752.145730-4-andrew@aj.id.au> In-Reply-To: <20210319062752.145730-4-andrew@aj.id.au> From: Joel Stanley Date: Fri, 9 Apr 2021 03:36:57 +0000 Message-ID: Subject: Re: [PATCH v2 04/21] pinctrl: aspeed-g5: 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 > Acked-by: Linus Walleij 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 5D3B9C433B4 for ; Fri, 9 Apr 2021 03:40:06 +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 CF51F6113C for ; Fri, 9 Apr 2021 03:40:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CF51F6113C 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=VWUWOczPxzLxcjcIwsvZGeDxa/hsz+6AK+LzEKxnnRo=; b=WMf2HgewK0zbFk6jeRHpZ+sZE EDNkS7DiZdxfPHtgkVh7ZK1mVGcUGA+u2veHksB9Gu0eHWeqE46M9f0ZGPL5ZAaq9PHBWlDGlqbeT /0+qiHo4M58r6/KiPKjdA1sgniMPXyF+z4XdcR3WTN8RQnjmE0YqSAsJoi2oCwzBgkvTw3YW1tSlA OXdwjo2xsOFM0JepGYYmy8xfKsGETO+UNSqlcC884fo0Bg+XwXWqj0DZEX61y02VgcqxEUNYKsLcs 8XEO6cpi1c4qO/kNI7xgwEPnZuZQiiDMq4ObgOiVrjnf+Ej1CijWqtBuC1YHMWlfjVlMoZxUbYeH6 GNIHIZN9w==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lUhy2-009sY2-QO; Fri, 09 Apr 2021 03:37:58 +0000 Received: from mail-qt1-x82f.google.com ([2607:f8b0:4864:20::82f]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lUhxG-009sMn-JN for linux-arm-kernel@lists.infradead.org; Fri, 09 Apr 2021 03:37:13 +0000 Received: by mail-qt1-x82f.google.com with SMTP id m16so2608773qtx.9 for ; Thu, 08 Apr 2021 20:37:10 -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=8BgGBrR3Xwqw+MMg1YnlfMAUK+I10lyWE+xZkXB1ujs=; b=Heia25TgE2vtvJwk4Mye9wUNtKT4LCXFpu3RTd7Litn4l6XDwm58yNf5Xo72WKG1Cb Pnh29PYykNQ0Leb0AVytW69/DSGu2rRRdSyPucL7QrMDZjkSbhFQ0sXFxG9k3cGgza9V mXSNHoDmBuqB2Dq6N7NZp/gT1iFd9YrggQtWs= 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=8BgGBrR3Xwqw+MMg1YnlfMAUK+I10lyWE+xZkXB1ujs=; b=FcVOt0voiJPmAKry6nVqRuRJTP6zN7oyTkCHCJHAdpmd2NrzDPj7GTC25S2U+1NYKc RPfub5p2uSOiwoxUxQu0dqU/vkeMLMwFTIqzPENOGSPWuTcI5emh1cDvepaW+H4JXV9l XHTmXUxwufou/LNNfIEWPQAaFkmJKcigC1jF7zroYO02uFLHzsmA5VLPVeqTqT0Z9FxQ 8sVB9aYIsjgrGWUI+wOZdNE8UMSRS7YnfVvpeLn3mDu5PDdNUZBPC4uG3eihLLwqwtTG UktcB00odi6qBwDTbbToXX5pFWDNLvPp6N9muIjU0MagzchWvMuwoZ7Fc6eEG0EosQyD yXOg== X-Gm-Message-State: AOAM5319cCKmeHkKEMfhXvkRe+ZyG9nPfBVxSlaCJCIfG37Dk990S+qd TrefE09/cXv0d32dMABDV4h12ZOiJ9AGmEQgHAY= X-Google-Smtp-Source: ABdhPJxpEB1iiCw0U43cwWPFxVnBP2huZ7QxGaGC6NeOvjxLXRAa+ssU2jFErOgTTQKad2+gM3ZDkIo4Ri3biTi/Bas= X-Received: by 2002:ac8:5f87:: with SMTP id j7mr10494309qta.135.1617939429154; Thu, 08 Apr 2021 20:37:09 -0700 (PDT) MIME-Version: 1.0 References: <20210319062752.145730-1-andrew@aj.id.au> <20210319062752.145730-4-andrew@aj.id.au> In-Reply-To: <20210319062752.145730-4-andrew@aj.id.au> From: Joel Stanley Date: Fri, 9 Apr 2021 03:36:57 +0000 Message-ID: Subject: Re: [PATCH v2 04/21] pinctrl: aspeed-g5: 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_043711_130504_2B61E9E3 X-CRM114-Status: GOOD ( 11.83 ) 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: Linus Walleij Reviewed-by: Joel Stanley _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel