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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, 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 CF93CC433E1 for ; Tue, 21 Jul 2020 08:52:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A91B520720 for ; Tue, 21 Jul 2020 08:52:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595321533; bh=0awrLeVY1QmIe/8JNAHk/JFSY9cKCJZuoJKUMnbhn84=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=ICaUg9ZQoBsQUbroie5g3DbXhsMnB9Zhte8RgQSaphTnPSzdCEvFqnnqygBd7T5Tu fgHjrW1HwYiSd1ZwwcIyMOhJrz+bs8K+8IBoLuMymLEx9HvuwekpSb17qj+T1Gudjr SrUzr6sJb1mVPFubikauaHCOSqe4IxLHezlNqBl0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728827AbgGUIwM (ORCPT ); Tue, 21 Jul 2020 04:52:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:59076 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725984AbgGUIwK (ORCPT ); Tue, 21 Jul 2020 04:52:10 -0400 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 DB44120717; Tue, 21 Jul 2020 08:52:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595321530; bh=0awrLeVY1QmIe/8JNAHk/JFSY9cKCJZuoJKUMnbhn84=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=yIv0Qohj30i1ms4SCuGxNflh5C0dIML89BnyKiYJ9Lbi1GdOQbhFfjp5QPRFJ5bLu X0Cd50EPKcht/X16d6CRmfRAqqI27HToF4DiytWFqQiGcOK+3EYdJu51xP74U7S4wU epdFtelzd/5D+XrRgdCqLhVjJ5SbdyFUKVP0Yikw= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <67112af4f5bc0cc5e70ce8410feb369cc72972b8.1593788312.git.cristian.ciocaltea@gmail.com> References: <67112af4f5bc0cc5e70ce8410feb369cc72972b8.1593788312.git.cristian.ciocaltea@gmail.com> Subject: Re: [PATCH v3 2/6] dt-bindings: clock: Add APB, DMAC, GPIO bindings for Actions S500 SoC From: Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-actions@lists.infradead.org To: Andreas =?utf-8?q?F=C3=A4rber?= , Cristian Ciocaltea , Manivannan Sadhasivam , Michael Turquette , Philipp Zabel , Rob Herring Date: Tue, 21 Jul 2020 01:52:09 -0700 Message-ID: <159532152924.3847286.3765680910026512438@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Cristian Ciocaltea (2020-07-03 10:05:08) > Add the missing APB, DMAC and GPIO clock bindings constants for > Actions Semi S500 SoC. >=20 > Signed-off-by: Cristian Ciocaltea > --- Applied to clk-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 X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 97533C433E4 for ; Tue, 21 Jul 2020 08:53:57 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 67D8520717 for ; Tue, 21 Jul 2020 08:53:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="QDH+AbsJ"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="yIv0Qohj" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 67D8520717 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+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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:Date:To:From:Subject:References: In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=ggiEFRTtUpiz4DrgUX2/YBR9yEeaWxkK0pWxdSGQSuo=; b=QDH+AbsJfyk+OWetHW4J6EErq psVnqSQttc8qj4FAZxnXASIVWNL30gcolpzKPFcbtZ1jMtrH+nfGS8JDZgHFvf2xhJsOK418NNQok SXW5icZbZxnOZ3UMwZOUocuVjnkvzOCcykb9xCsBqHC1mtP2n1F82a+betarUPpwqaHOWDRFCDcrf AUZO+mShSMVMD3AWftTjYK2xhyezPW7NiNEcbvAtjsIJmpu6sI2Dl2hd0ar/deIZvS2acmF4cCkyA 24x3ixpMaVOWL89Woc44M1r9J+hb0p0ifmfwQAG/8ryiTonkIrKw1de4ot4SmKkEulH+2jj0UhctZ x6vJBuJmw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxo0b-0001Gm-CC; Tue, 21 Jul 2020 08:52:21 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxo0Q-0001De-IG; Tue, 21 Jul 2020 08:52:11 +0000 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 DB44120717; Tue, 21 Jul 2020 08:52:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595321530; bh=0awrLeVY1QmIe/8JNAHk/JFSY9cKCJZuoJKUMnbhn84=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=yIv0Qohj30i1ms4SCuGxNflh5C0dIML89BnyKiYJ9Lbi1GdOQbhFfjp5QPRFJ5bLu X0Cd50EPKcht/X16d6CRmfRAqqI27HToF4DiytWFqQiGcOK+3EYdJu51xP74U7S4wU epdFtelzd/5D+XrRgdCqLhVjJ5SbdyFUKVP0Yikw= MIME-Version: 1.0 In-Reply-To: <67112af4f5bc0cc5e70ce8410feb369cc72972b8.1593788312.git.cristian.ciocaltea@gmail.com> References: <67112af4f5bc0cc5e70ce8410feb369cc72972b8.1593788312.git.cristian.ciocaltea@gmail.com> Subject: Re: [PATCH v3 2/6] dt-bindings: clock: Add APB, DMAC, GPIO bindings for Actions S500 SoC From: Stephen Boyd To: Andreas =?utf-8?q?F=C3=A4rber?= , Cristian Ciocaltea , Manivannan Sadhasivam , Michael Turquette , Philipp Zabel , Rob Herring Date: Tue, 21 Jul 2020 01:52:09 -0700 Message-ID: <159532152924.3847286.3765680910026512438@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200721_045210_713323_CF9B6D4D X-CRM114-Status: UNSURE ( 6.29 ) X-CRM114-Notice: Please train this message. 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, linux-actions@lists.infradead.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+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Quoting Cristian Ciocaltea (2020-07-03 10:05:08) > Add the missing APB, DMAC and GPIO clock bindings constants for > Actions Semi S500 SoC. > > Signed-off-by: Cristian Ciocaltea > --- Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel