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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 9C59CC606CF for ; Tue, 9 Jul 2019 01:45:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6732A2171F for ; Tue, 9 Jul 2019 01:45:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562636743; bh=gyyT9AHO2Lh+2H9h3KmWxUVuzryt24GBK9hcPZvkc8I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=1vrQYytNRK6GbIXzLYk98CeQ6NXkdCfPSt7mu7/5syVuAVAM3ti0a1JCc06orRaXz dfctVqj+Q4DxaXFm4OR9YYSlH9bouTXF9abq6WPiAUdLTmGzYjWlv8ZRGYLlCCNc1f 2H8g5BblMr4hotlw6YWxPmJaTXcJGZiG92hR75K0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727532AbfGIBpe (ORCPT ); Mon, 8 Jul 2019 21:45:34 -0400 Received: from mail-io1-f65.google.com ([209.85.166.65]:41819 "EHLO mail-io1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727519AbfGIBpd (ORCPT ); Mon, 8 Jul 2019 21:45:33 -0400 Received: by mail-io1-f65.google.com with SMTP id j5so20326852ioj.8; Mon, 08 Jul 2019 18:45:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=w0QazOGBd5y+/M3y1evVA30OJoEykK/Zg2Mf8gk+MiM=; b=NIQ0udq9e6FEjtlrkE/9z4gjpmPjib93zW5QmNjzDIRXJenCLwSGWB1xcCb2nZ12jz 7xjnKuMck1Gm3KIPJFfZ00d6GK00smoZaH5vS6zC3GPrZUggioddhIiY8DYOv5+14SPJ 9GX4H4GX5B2suLDW1nEg8M9CC9BepdgyfFOAvJMdhuHUDn9RIMVCP04gvndbbgyTWzWB DZ0oWHrUY4tMfnM3F/Kh+4WwFd67T7AQ3d4QbizoimArDBPiWbeqV6u2Q9dzUkKdQDOq DUskFdiuLHQSgFDXhCiSwXQtoEve8aWoX2lZQQ+9q3kcsPtuXhGyiHU+V+0YQg1or2Tb iILA== X-Gm-Message-State: APjAAAVEhthudhMZnDft58hci1SGHbruZEXaABbWIrVsTC/0hzy4grIU SOXj/Hk740XWBKZ7dVAC9N66ElE= X-Google-Smtp-Source: APXvYqx2fM5NOGsxTULrx2iaKeFFnxMqvQIuY+JWFSB76mkEKidNVEFKEWSxH7TbP75NhzsZnufbXw== X-Received: by 2002:a02:c95a:: with SMTP id u26mr23408608jao.15.1562636732587; Mon, 08 Jul 2019 18:45:32 -0700 (PDT) Received: from localhost ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id o7sm15792362ioo.81.2019.07.08.18.45.31 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 08 Jul 2019 18:45:32 -0700 (PDT) Date: Mon, 8 Jul 2019 19:45:30 -0600 From: Rob Herring To: Sricharan R Cc: robh+dt@kernel.org, sboyd@kernel.org, linus.walleij@linaro.org, agross@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 3/6] clk: qcom: Add DT bindings for ipq6018 gcc clock controller Message-ID: <20190709014530.GA12304@bogus> References: <1559755738-28643-1-git-send-email-sricharan@codeaurora.org> <1559755738-28643-4-git-send-email-sricharan@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1559755738-28643-4-git-send-email-sricharan@codeaurora.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Wed, 5 Jun 2019 22:58:55 +0530, Sricharan R wrote: > Add the compatible strings and the include file for ipq6018 > gcc clock controller. > > Signed-off-by: Sricharan R > Signed-off-by: anusha > Signed-off-by: Abhishek Sahu > --- > .../devicetree/bindings/clock/qcom,gcc.txt | 1 + > include/dt-bindings/clock/qcom,gcc-ipq6018.h | 405 +++++++++++++++++++++ > 2 files changed, 406 insertions(+) > create mode 100644 include/dt-bindings/clock/qcom,gcc-ipq6018.h > Reviewed-by: Rob Herring 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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 59E66C606D3 for ; Tue, 9 Jul 2019 01:45:37 +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 2F6C321874 for ; Tue, 9 Jul 2019 01:45:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="cLiwhM1o" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2F6C321874 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=oIG8m9PNMvmUzfOkPnGYQg4sN26tfrEqI9eMRu1e2X8=; b=cLiwhM1oYn4iSx k3HxUx/7El+w5sI9ooN7ZBV12V0TghIqfYgxlZBz3w4/xyTbXfbWUzVtBsmhn2QGQR209aYTmae+k cz1+WNpR4zpI42M+YQSdQCxv5Ti9srns3myM20vM5RQTGjAWqb9g2JbBQaRdJ5EP4XL3JlnZqhgia 5aldKvoQRWa5ucnwjNkipsCShdyKQsh2TEW6YKTNSzQ0uoUVvOgTr4qlTDfiUCSAX30OIvzt5WgH7 sO5YKdaq7uxjp6AkmZK/oyL/1muDmugtsiy8NOZBVxXhp5HCj3wCI1PugUZqnChb7KZFWOI+ou9hh FxzvpiC7TYlh4AMHxQHw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hkfCK-0000t1-Im; Tue, 09 Jul 2019 01:45:36 +0000 Received: from mail-io1-f65.google.com ([209.85.166.65]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hkfCH-0000rZ-La for linux-arm-kernel@lists.infradead.org; Tue, 09 Jul 2019 01:45:34 +0000 Received: by mail-io1-f65.google.com with SMTP id i10so39619204iol.13 for ; Mon, 08 Jul 2019 18:45:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=w0QazOGBd5y+/M3y1evVA30OJoEykK/Zg2Mf8gk+MiM=; b=hP7EACvdVIT4tZBaSBvdNm9eLs3sFwZ8TSZ5BLeoWXjvTM+XrUyi8im19rFQJ9Ydfr ILp2sxrWCPvFf0dLHpeg/7/I/nteYlurAezenrPp6eSfgAtoULPkrFtCG0cURhMcnvc4 1bE61WsctG6FLf+FMlAp9kdamEC1r73iIL3eqGzxu7hgpQjD9qnWvLk3x+8r9lWkx9c2 W3goibkPrfksK0uq6Uq97Eue+HG3vg67oLNOgSU5iH+FH2xy5g1Hm+SYnOZaZUjzgVRc cGU4int9w0NuAx/+NCsAnFPce6OWS/QOAMIA312+Dn9p5HJP6HPrP7SU2q1j1kIgF3oy uuXw== X-Gm-Message-State: APjAAAUVoS1DgnljQCI0cBv7yiwdiaGh2LOGi4gA+lvAaUUMAPJfkFXW +U1xLTLgvwYAxsaRsY/QkQ== X-Google-Smtp-Source: APXvYqx2fM5NOGsxTULrx2iaKeFFnxMqvQIuY+JWFSB76mkEKidNVEFKEWSxH7TbP75NhzsZnufbXw== X-Received: by 2002:a02:c95a:: with SMTP id u26mr23408608jao.15.1562636732587; Mon, 08 Jul 2019 18:45:32 -0700 (PDT) Received: from localhost ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id o7sm15792362ioo.81.2019.07.08.18.45.31 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 08 Jul 2019 18:45:32 -0700 (PDT) Date: Mon, 8 Jul 2019 19:45:30 -0600 From: Rob Herring To: Sricharan R Subject: Re: [PATCH 3/6] clk: qcom: Add DT bindings for ipq6018 gcc clock controller Message-ID: <20190709014530.GA12304@bogus> References: <1559755738-28643-1-git-send-email-sricharan@codeaurora.org> <1559755738-28643-4-git-send-email-sricharan@codeaurora.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1559755738-28643-4-git-send-email-sricharan@codeaurora.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190708_184533_707152_6414A3C5 X-CRM114-Status: GOOD ( 10.15 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, sboyd@kernel.org, linux-arm-msm@vger.kernel.org, linus.walleij@linaro.org, agross@kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, robh+dt@kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 5 Jun 2019 22:58:55 +0530, Sricharan R wrote: > Add the compatible strings and the include file for ipq6018 > gcc clock controller. > > Signed-off-by: Sricharan R > Signed-off-by: anusha > Signed-off-by: Abhishek Sahu > --- > .../devicetree/bindings/clock/qcom,gcc.txt | 1 + > include/dt-bindings/clock/qcom,gcc-ipq6018.h | 405 +++++++++++++++++++++ > 2 files changed, 406 insertions(+) > create mode 100644 include/dt-bindings/clock/qcom,gcc-ipq6018.h > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel