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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DDA04C433F5 for ; Mon, 1 Nov 2021 23:52:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B6D8960EB9 for ; Mon, 1 Nov 2021 23:52:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230396AbhKAXy4 (ORCPT ); Mon, 1 Nov 2021 19:54:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43138 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229684AbhKAXy4 (ORCPT ); Mon, 1 Nov 2021 19:54:56 -0400 Received: from mail-qk1-x72a.google.com (mail-qk1-x72a.google.com [IPv6:2607:f8b0:4864:20::72a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 72152C061714 for ; Mon, 1 Nov 2021 16:52:22 -0700 (PDT) Received: by mail-qk1-x72a.google.com with SMTP id az8so6983835qkb.2 for ; Mon, 01 Nov 2021 16:52:22 -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=9eouahAXCmBoP2fXcZKQUpZJtWrRZSQPICoQryeoVs0=; b=AFVyNJZZ2GFBhEFp9jbrLperb698Ftnk1xoNnGmqSgGs/cEcgQIc0XlsYnWYFEbn2i MHm2bG4qqyk3T+6a0Vm6nPyAzXmSIeeS/SziI5Q17Hpqzx0/PNMYYDN5D38K9COs73Xv Pllo859919J7Do7UjOmnglCU9QhF+XwULm7B0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=9eouahAXCmBoP2fXcZKQUpZJtWrRZSQPICoQryeoVs0=; b=WddG5gc9XfZ9uNC7ABtTiJpN739fw/shQQkpUqO7xStqVqtHdnvPhJcLkPEC3mhkWc rvdh63RMJL+XqCnmBXkAMC/igpXCTq990W2mrzDfoUtYWsrdakri8Pw+KuyGtT15LWqH IeOZyDFGeUNPeQXV+BHexpHOdKQ6wUayxfuJ+iSWKcUL9BdRb07Fk2Ywn4oYC2NMBhjj URK778Jdff75+NCm1zlUixUPWxk53OB97YVVslTG5Xz3Vaf4BgJqEr5KCHXiME7eyHtF 9wsHXbNVGvoxDeyYOImodr72uw5dCfS+MZmshk/5hNDx7p4BncHZciSXSyKbaWxH/XbX ujpA== X-Gm-Message-State: AOAM531blXoreAkfmFhq/YCDzLQxwihf7XdNpg0jaFoP8cdKJjNIbzVk ZhpQ/wvGbHRVmcTz+Iv9EGmUNwn0RKHAsWPq20I= X-Google-Smtp-Source: ABdhPJzNbKv43p0Q3hZwPiVHfSlsLzJt/pcc7KTOY+bO3Jb9HdrhFpv7DvOMO5z9FoUwNbsx+XNHEDl/oePzYk1NXHo= X-Received: by 2002:a05:620a:4588:: with SMTP id bp8mr18564175qkb.292.1635810741609; Mon, 01 Nov 2021 16:52:21 -0700 (PDT) MIME-Version: 1.0 References: <20211101233751.49222-1-jae.hyun.yoo@intel.com> <20211101233751.49222-2-jae.hyun.yoo@intel.com> <3b90b836-d35f-fe98-69b1-69ebcecf54ea@linux.intel.com> In-Reply-To: <3b90b836-d35f-fe98-69b1-69ebcecf54ea@linux.intel.com> From: Joel Stanley Date: Mon, 1 Nov 2021 23:52:09 +0000 Message-ID: Subject: Re: [PATCH -next 1/4] ARM: dts: aspeed: add LCLK setting into LPC IBT node To: Jae Hyun Yoo Cc: Jae Hyun Yoo , Rob Herring , Corey Minyard , Andrew Jeffery , Cedric Le Goater , Haiyue Wang , devicetree , Linux ARM , linux-aspeed , openipmi-developer@lists.sourceforge.net Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 1 Nov 2021 at 23:48, Jae Hyun Yoo wrote: > > > Reviewed-by: Joel Stanley > > > > Do you need to update the bindings too? > > Hi Joel, > > Right, I have to update 'aspeed,ast2400-ibt-bmc.txt'. Will add update > in v2. Thanks a lot for your review and for reminding me. :) Note that they've moved to Documentation/devicetree/bindings/mfd/aspeed-lpc.yaml You can find this commit in linux-next. 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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AD87AC433F5 for ; Mon, 1 Nov 2021 23:53:42 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 7D65460EB9 for ; Mon, 1 Nov 2021 23:53:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 7D65460EB9 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=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; 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=g05zBdPZ6mbnEkaojELjk4PYbXB/gp7HOyNSbAUgZdY=; b=abRU3SEeCBDmAK q0rg5dshzBoGDooK2QstPqMRqmZ04uBKoWqGtJjyqmxDIpCDfMB1dBgA/XTDKZcvPHhDtBgp0DOHe ALFj7pSZH7PUgVwrM519kMYMuAl+JuDYGmsCLK86zcck9Nij+Fj+8ZxwZQR9/q+7W6d6p+6G8O+Fj B64/N/iLgKXOatoVrTNWIRVxC1zLk6mEcxdw026Bo8wAduXHr4PMZemwKs0OH5tlaLqL7G1DagNye x/H0QNltTT6dE31WYp40hkAEnX4siuZvsmCVvCvt6tN0Mwv0GLcHWJ4dDX38YaeAjjMEgSkwXlbEQ EB5f4VYoBScg4PblBw9g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mhh6H-0001vn-W0; Mon, 01 Nov 2021 23:52:26 +0000 Received: from mail-qk1-x731.google.com ([2607:f8b0:4864:20::731]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mhh6E-0001v3-E0 for linux-arm-kernel@lists.infradead.org; Mon, 01 Nov 2021 23:52:23 +0000 Received: by mail-qk1-x731.google.com with SMTP id bq14so6698198qkb.1 for ; Mon, 01 Nov 2021 16:52:22 -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=9eouahAXCmBoP2fXcZKQUpZJtWrRZSQPICoQryeoVs0=; b=AFVyNJZZ2GFBhEFp9jbrLperb698Ftnk1xoNnGmqSgGs/cEcgQIc0XlsYnWYFEbn2i MHm2bG4qqyk3T+6a0Vm6nPyAzXmSIeeS/SziI5Q17Hpqzx0/PNMYYDN5D38K9COs73Xv Pllo859919J7Do7UjOmnglCU9QhF+XwULm7B0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=9eouahAXCmBoP2fXcZKQUpZJtWrRZSQPICoQryeoVs0=; b=sLfwISMvDXRqdTpt49JpUVqpmZVLGeINzafmWQkqaW7Rme/HppTPUqLEvkoYQrwRyR axh2iqoUwLyTLQWmFQgViaLQi4tVnkC1lw2YrjUDPQeGKo0ZEERZstbAnPHCmiAdCNO3 cKbS0xI7TbRoU3/JEU7ul1dOFqVHafMcBHO2B/XTsci3uEz29+tC+mzVLPnMZzS4Z15E jojmnZiH3My8bUcT2khtFFwQHQZYO3lmkyrPUU8rBoqsm/VV3awS94XyauIf0aHsqGAl grVTGNAxovf2XqWBXS3QwSH3h8fLEDMyKNP0wIRAdcVeuRzdPAdLbSr96s2Fh/af1eyD GqAg== X-Gm-Message-State: AOAM533xwx1BxO4Aeb/hok4+IUDGwYr1vZs9HouKkM6DGli6kyrFVy+t 6y7P9pIltTtxEA0HXSEXuUnNotu2eDJtYKeSk7c= X-Google-Smtp-Source: ABdhPJzNbKv43p0Q3hZwPiVHfSlsLzJt/pcc7KTOY+bO3Jb9HdrhFpv7DvOMO5z9FoUwNbsx+XNHEDl/oePzYk1NXHo= X-Received: by 2002:a05:620a:4588:: with SMTP id bp8mr18564175qkb.292.1635810741609; Mon, 01 Nov 2021 16:52:21 -0700 (PDT) MIME-Version: 1.0 References: <20211101233751.49222-1-jae.hyun.yoo@intel.com> <20211101233751.49222-2-jae.hyun.yoo@intel.com> <3b90b836-d35f-fe98-69b1-69ebcecf54ea@linux.intel.com> In-Reply-To: <3b90b836-d35f-fe98-69b1-69ebcecf54ea@linux.intel.com> From: Joel Stanley Date: Mon, 1 Nov 2021 23:52:09 +0000 Message-ID: Subject: Re: [PATCH -next 1/4] ARM: dts: aspeed: add LCLK setting into LPC IBT node To: Jae Hyun Yoo Cc: Jae Hyun Yoo , Rob Herring , Corey Minyard , Andrew Jeffery , Cedric Le Goater , Haiyue Wang , devicetree , Linux ARM , linux-aspeed , openipmi-developer@lists.sourceforge.net X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211101_165222_502236_0AC42254 X-CRM114-Status: GOOD ( 11.62 ) 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 Mon, 1 Nov 2021 at 23:48, Jae Hyun Yoo wrote: > > > Reviewed-by: Joel Stanley > > > > Do you need to update the bindings too? > > Hi Joel, > > Right, I have to update 'aspeed,ast2400-ibt-bmc.txt'. Will add update > in v2. Thanks a lot for your review and for reminding me. :) Note that they've moved to Documentation/devicetree/bindings/mfd/aspeed-lpc.yaml You can find this commit in linux-next. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel