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_PASS, USER_AGENT_MUTT 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 55483C43381 for ; Thu, 28 Feb 2019 18:23:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2D30B2084D for ; Thu, 28 Feb 2019 18:23:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1551378196; bh=VLU9DprE/AM+9vvusMSHIdJVB5RFGYqnShT96kCG/rA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=JYVqEa/hmWERu5i5ear7GbUv4/rIJ9qZcJV0vRHYW6JxUn3UMntZvFHB6qlhrR5G7 FNjWSUNEm90K5XxFHOtIyC1EcZSSsiaIqEfCHwjlc4Ji67OgEUjQp+rDCFUVJImRdQ ayUglHW7crHjZr2FCBuVsyk0bLg1hdbRphNWwCBs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732978AbfB1SXO (ORCPT ); Thu, 28 Feb 2019 13:23:14 -0500 Received: from mail-oi1-f193.google.com ([209.85.167.193]:43818 "EHLO mail-oi1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726311AbfB1SXO (ORCPT ); Thu, 28 Feb 2019 13:23:14 -0500 Received: by mail-oi1-f193.google.com with SMTP id i8so17275352oib.10; Thu, 28 Feb 2019 10:23:14 -0800 (PST) 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=bFFvBVoBhmge3SUaDzTJ53Yvmjzga/qiBIN7du0ol3E=; b=ftO8OvdnYVn90j+B0SAVa8XN4AjA74Yzb8l43XRdHlxgZgPnT72guz2kAqzu3loPYI 0cNkcLQrRto5OIo9uJiWlgyCr3H1CwJBpZNQG7J5eJm37n2rutWwrrr+X44uT71qFOo7 v6U9gVwQsLs04MZ0ER3wcee7bUVIaLF8aNfGXARIcijZFzM3f4Qz89S5wjDROok/toEb y3vPrjsKWW3sNx9onOLyMmr4LzUCvoKJBs/zYCbGOcJs6htHNs/kWJ9tKkX8HvBMMN8e 8j5kKuIZZ6YvWjbELKMuVoGhKlzHu6/Qfc66GSypWc8cpsMEloTvooKZZQBTIdDpyll6 M0wQ== X-Gm-Message-State: AHQUAuZHYkdu+mN2HErZCm565tiunyNkVRuVh86MAvVM7cmYwpjGrGyE 3/rqBsf81Gsn7tcCO5SuUw== X-Google-Smtp-Source: AHgI3IZZwqiSDSHdiLTQNK+lTbSlVFdwpLSc+EkLTLQ/vi4TxOYnxH29YumU2rsa6/ESEyKH2fjZ7A== X-Received: by 2002:aca:f2c4:: with SMTP id q187mr698559oih.168.1551378193592; Thu, 28 Feb 2019 10:23:13 -0800 (PST) Received: from localhost (ip-184-203-129-180.hstntx.spcsdns.net. [184.203.129.180]) by smtp.gmail.com with ESMTPSA id y37sm8754967ota.17.2019.02.28.10.23.12 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 28 Feb 2019 10:23:12 -0800 (PST) Date: Thu, 28 Feb 2019 12:23:11 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org Subject: Re: [PATCH 2/4] dt-bindings: clock: exynos: Add ADC clock ID to Exynos5410 Message-ID: <20190228182311.GA18866@bogus> References: <20190212175052.6310-1-krzk@kernel.org> <20190212175052.6310-3-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190212175052.6310-3-krzk@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 12 Feb 2019 18:50:50 +0100, Krzysztof Kozlowski wrote: > Add ID for TSADC clock to Exynos5410. Choose the same value of ID as in > Exynos5420 to make it simpler/compatible in future (although clock > driver code is not shared). > > Signed-off-by: Krzysztof Kozlowski > --- > include/dt-bindings/clock/exynos5410.h | 1 + > 1 file changed, 1 insertion(+) > 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_PASS,USER_AGENT_MUTT 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 4C3DCC43381 for ; Thu, 28 Feb 2019 18:23:22 +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 1B1202084D for ; Thu, 28 Feb 2019 18:23:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="X7uUN9Pr" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1B1202084D 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=QVyPbnCg9jpjth3MdfwCBqa0c1jHDR5OvcxojktlLL4=; b=X7uUN9Pri6QU3E AOsvk7tZDTXRh0hNCeWp32UQVFVsRK31Nxh2uNo/OIzM23as12AJ7VKk5E6e0RQvLlInFLm2VLHCG pJytOr3k430fvs7fiGZ8e41dxeHUlQwqK+WoQVGVwz+/fXLnTUchGV/9iI8vmEJus7ExIL/FXr6bN EHHc8nHjNO1uOkezPTX6YYPC7l2jw1rojzQszZjj70lGBKAcRK5oi6CLLm4SdWovWg+9pVsftyp/e ivD+uoYkmro3Iu5vPP3YiLB2Y5kd3FXTJVmONwEBSaEuktyo/KJuGozs37eaGxD8WtTXN0U0tmu6S DwgYWsHv0N7FJlMtiuZw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gzQKz-0000da-MB; Thu, 28 Feb 2019 18:23:17 +0000 Received: from mail-oi1-f193.google.com ([209.85.167.193]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gzQKw-0000co-Js for linux-arm-kernel@lists.infradead.org; Thu, 28 Feb 2019 18:23:15 +0000 Received: by mail-oi1-f193.google.com with SMTP id u128so17308070oie.2 for ; Thu, 28 Feb 2019 10:23:14 -0800 (PST) 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=bFFvBVoBhmge3SUaDzTJ53Yvmjzga/qiBIN7du0ol3E=; b=qS+6JBQ57jpoq9fxahA99thm8OWw9wGxVZfjgggqvK4W1fxznPXr9csBtNEBJFmd2M dx9mm8Po4tyHYkaf3iz7erRyjKgWkXFqpTN325KEMHnv5HqvMptX4JBrg6Zb5Qin3+My dqv92b7J6Z12mFg1K22it2HbAOXWPZR/6NpKhpUdAyJ8+x1YKznbSPt0bvAju2S/J3wO 5Ro303N79d0qTqb8RjSKJUFNJDOWX3zJn3CUAaPx1g9RYpVnF3DJwGsyuKPSEFVDnaAw 1sYktknz54RJXZWkaXEXHe30uZSl6y650CKk63VR8Kftac4+JsjvbHRZnuCht9FEFxPL PhKg== X-Gm-Message-State: AHQUAuZrNZnJxhnYJBdDRYWl5sbQBWzyHIXRowZggDUSdlb/3SOgw655 zUSYwqQ9bjjI9lZGAcOG6ky2pUg= X-Google-Smtp-Source: AHgI3IZZwqiSDSHdiLTQNK+lTbSlVFdwpLSc+EkLTLQ/vi4TxOYnxH29YumU2rsa6/ESEyKH2fjZ7A== X-Received: by 2002:aca:f2c4:: with SMTP id q187mr698559oih.168.1551378193592; Thu, 28 Feb 2019 10:23:13 -0800 (PST) Received: from localhost (ip-184-203-129-180.hstntx.spcsdns.net. [184.203.129.180]) by smtp.gmail.com with ESMTPSA id y37sm8754967ota.17.2019.02.28.10.23.12 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 28 Feb 2019 10:23:12 -0800 (PST) Date: Thu, 28 Feb 2019 12:23:11 -0600 From: Rob Herring To: Krzysztof Kozlowski Subject: Re: [PATCH 2/4] dt-bindings: clock: exynos: Add ADC clock ID to Exynos5410 Message-ID: <20190228182311.GA18866@bogus> References: <20190212175052.6310-1-krzk@kernel.org> <20190212175052.6310-3-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190212175052.6310-3-krzk@kernel.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-20190228_102314_650234_7921DF71 X-CRM114-Status: GOOD ( 13.02 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.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 Tue, 12 Feb 2019 18:50:50 +0100, Krzysztof Kozlowski wrote: > Add ID for TSADC clock to Exynos5410. Choose the same value of ID as in > Exynos5420 to make it simpler/compatible in future (although clock > driver code is not shared). > > Signed-off-by: Krzysztof Kozlowski > --- > include/dt-bindings/clock/exynos5410.h | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel