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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 39CE0C2D0DC for ; Fri, 27 Dec 2019 01:33:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 058912080D for ; Fri, 27 Dec 2019 01:33:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1577410435; bh=qaY83pBKOFqCF2j6sSNOsyRRud62S9BGBHikCZv7I9Q=; h=In-Reply-To:References:From:To:Subject:Date:List-ID:From; b=MFE3ir3WAFb6Fi1XWt4kivmQC0NeG708/YlAH9Sp7xA0Dcdzsx9ZFyN3jPilED+WF NBjdeDPwXoYOiHr7KS3CRcpN2NYYbGJy5azLeAaksNJsQAEQYQhot1trprukSM9o2p CySm3p7U5IVTA79LKOatO36ice+sY50xeA39rAb0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727100AbfL0Bdy (ORCPT ); Thu, 26 Dec 2019 20:33:54 -0500 Received: from mail.kernel.org ([198.145.29.99]:46432 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726193AbfL0Bdy (ORCPT ); Thu, 26 Dec 2019 20:33:54 -0500 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4CB292080D; Fri, 27 Dec 2019 01:33:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1577410433; bh=qaY83pBKOFqCF2j6sSNOsyRRud62S9BGBHikCZv7I9Q=; h=In-Reply-To:References:From:To:Subject:Date:From; b=jYFgvh2Onwrf7oOpuwoLj2e8Wg+JrUQHEIlDA0bV93IyV8mM7tORkZjX88BoxPW9K v7/fNXdSlhrLZoDZOrxdnkT8ECzFA3R2biM1f16oJIgTJNQYWfKgOBxO3Pa7eqt0i7 XQamt9Jw1x1kzXx6dVPIojhOnjURO0edKx5QHJZc= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <1576752109-24497-1-git-send-email-sricharan@codeaurora.org> References: <1576752109-24497-1-git-send-email-sricharan@codeaurora.org> From: Stephen Boyd To: agross@kernel.org, devicetree@vger.kernel.org, linus.walleij@linaro.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-soc@vger.kernel.org, robh+dt@kernel.org, sivaprak@codeaurora.org, sricharan@codeaurora.org Subject: Re: [PATCH V2 0/7] Add minimal boot support for IPQ6018 User-Agent: alot/0.8.1 Date: Thu, 26 Dec 2019 17:33:52 -0800 Message-Id: <20191227013353.4CB292080D@mail.kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Sricharan R (2019-12-19 02:41:42) > The IPQ6018 is Qualcomm\u2019s 802.11ax SoC for Routers, > Gateways and Access Points. >=20 > This series adds minimal board boot support for ipq6018-cp01 board. >=20 > [v2] > * Splitted dt bindings and driver into different patches. Added missing= bindings > and some style changes. > * Added ipq6018 schema > * Addressed review comments for gcc clock bindings. > * Removed all clk critical flags, removed 1/1 factor clocks, moved to new > way of specifying clk parents, and addressed other review comments. > * Sorted nodes based on address, name, label. Removed unused clock nodes, > Addressed other review comments. Can you just send the clk and clk binding to me in a different series? I don't want to review all the other patches in the same thread.