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,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 BFAF8C433E2 for ; Mon, 13 Jul 2020 21:39:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9D5FE20BED for ; Mon, 13 Jul 2020 21:39:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594676390; bh=agAsipOozBPukSLhCM4m4vjLI/D7R1E+uScF3vXv/tc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=KQoODGmH/VspxZXASmDnt+yzdTfSLfVHMAHKGodB1gSOyru23xvLPmxw7wi0D6aF5 nai6mbJkPJTkROeFdJmwaHPdN0zPwt6qDOcV4vfx52vdPiCKzHjzDPbkUqf/UnZjCe HvId7/6DefrY4bMXyhiymr3xYLwMT9ZSmo2TbNG4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726817AbgGMVjt (ORCPT ); Mon, 13 Jul 2020 17:39:49 -0400 Received: from mail-io1-f66.google.com ([209.85.166.66]:33412 "EHLO mail-io1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726437AbgGMVjs (ORCPT ); Mon, 13 Jul 2020 17:39:48 -0400 Received: by mail-io1-f66.google.com with SMTP id d18so15176303ion.0; Mon, 13 Jul 2020 14:39:48 -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; bh=aEcm7UlnpLxi1nja2AkUVi4pjG1g2ySwAI8pwvIKG8c=; b=ft4cXyPXoYMS9G7q0WHWN0cm4tq8tIHkZdgsYhoZ8+qqMh9x+1CwXztsQNE0oL8dPc XlUZjkfMKKFr9drnrPNmmlh9w/1eTmarfBt+jTzDHAGYv4cypuGDHmfucWxvHyU7qjuK 8QMVy8iw+goGm7z+aXyHQj8+t8pN6XshhiC5TmLwaELe/lPcvkjuGrK/14SL3/QcmJjq 4bbW1hd2JR7SvVCqnVjy//ern+ftYUdN2OFPjlBQdTXd5D1XEvnNddR2mNe9oUPEYFYl g9tR+yBEKZm8gMvgAauM1y1ImvfljCSkQvp+jpFW1ZYS/oTFStB+lBjqFBM5jpiaZT+L vWZg== X-Gm-Message-State: AOAM533q2oDB05litIAOScI1zqtol9Ke7qnpqEe7jy4jALao27nNVNp5 bywKqDMQgZIdQJIlhcn2+w== X-Google-Smtp-Source: ABdhPJxyncAsqE/oRaGZKws0ZzryaZj/+lu/e8IRy1d+IxsmK90AXDKTJkJUTjqo8Y/Px0bpUP70Vg== X-Received: by 2002:a6b:ee15:: with SMTP id i21mr1820321ioh.25.1594676387812; Mon, 13 Jul 2020 14:39:47 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id s190sm9365357ilc.28.2020.07.13.14.39.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Jul 2020 14:39:47 -0700 (PDT) Received: (nullmailer pid 774524 invoked by uid 1000); Mon, 13 Jul 2020 21:39:46 -0000 Date: Mon, 13 Jul 2020 15:39:46 -0600 From: Rob Herring To: Cristian Ciocaltea Cc: Stephen Boyd , Philipp Zabel , linux-actions@lists.infradead.org, Rob Herring , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, Michael Turquette , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Manivannan Sadhasivam , Andreas =?iso-8859-1?Q?F=E4rber?= Subject: Re: [PATCH v3 4/6] dt-bindings: reset: Add binding constants for Actions S500 RMU Message-ID: <20200713213946.GA774478@bogus> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 03 Jul 2020 20:05:10 +0300, Cristian Ciocaltea wrote: > Add device tree binding constants for Actions Semi S500 SoC Reset > Management Unit (RMU). > > Signed-off-by: Cristian Ciocaltea > Acked-by: Philipp Zabel > --- > Changes in v3: > - Added Philipp's Acked-by tag > > Changes in v2: > - None > > .../dt-bindings/reset/actions,s500-reset.h | 67 +++++++++++++++++++ > 1 file changed, 67 insertions(+) > create mode 100644 include/dt-bindings/reset/actions,s500-reset.h > Acked-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=-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 E5375C433E3 for ; Mon, 13 Jul 2020 21:41:09 +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 B4D8E20B80 for ; Mon, 13 Jul 2020 21:41:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="eTeruFyw" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B4D8E20B80 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: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=tKrGb4X5PM0XAs4WQnYCbzNJ1bS5ulvYmaO8db3Hli4=; b=eTeruFyw3rduFhNDC9/x9Gg+t qLyhAvs2Egbg8dCaaCXdxxBH+95/0Q6gap4mBZlRdogttzgoPsjhibtp89aueig/eyt8TgpTB0UUk XtqXl6ylTx7MRB5k+0O5XQ92rnJywof8e9h3xdiuU5NYx9U7V53Vq+IwG2dq0liyOeUiP4loIlMvj On83rBJvqgRJkbBaw5FMV3UNmiijIm/qlhlGzDTqX/KhYwptJ7LfFqAkUcx2ME9ZRJrUpeK6Rd4tk wUKjGs8zfsY1MQgpUw3b83lVYqG/T8GT4mLqkpolcVaCjLzpnDiivcSjoPoAiB08/rA+z/Zupi/0b ea0PrWNWQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jv6Ax-0008Rj-HX; Mon, 13 Jul 2020 21:39:51 +0000 Received: from mail-io1-f65.google.com ([209.85.166.65]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jv6Au-0008RG-CS; Mon, 13 Jul 2020 21:39:49 +0000 Received: by mail-io1-f65.google.com with SMTP id v6so15156750iob.4; Mon, 13 Jul 2020 14:39:48 -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; bh=aEcm7UlnpLxi1nja2AkUVi4pjG1g2ySwAI8pwvIKG8c=; b=V8qIRyiqwXgx6Dh1pUUu9ba/BkTES/6DsIGI/YQgO0kr3yqhBTlukwTUTNKFeuNnaC p2h2yGURckh+noBu+wmCxt5gLeFxl4D5oj+bBzL/dfiVA+uiqi+idEGtfeFFjBjHeV+x zZ+LnbdMXLezCDDqc6kVsMxc+RlfGpy+HlRlRft/GDsRZfkubQQjLjV3o4B6swhNMB70 mK8p3T9x2bzQbmWpw3gXGVH6hsXnzcZG3pOd4VvvVwY/2k6QjZhfCsXYdNT+z9HEk5KV I4lLXhV90DFHBaRAbfP1KifVut8M+e8zklWdz0Z6N0OleGMR0/Z26SFa1a3gnzshqKkM 7vCA== X-Gm-Message-State: AOAM531T29M1oOVjZEfXfcyrJzPVxqcYJwD9szaDcclUA8oPRpCsSp95 9LyIyeXaxgbwpUuvaQdpmw== X-Google-Smtp-Source: ABdhPJxyncAsqE/oRaGZKws0ZzryaZj/+lu/e8IRy1d+IxsmK90AXDKTJkJUTjqo8Y/Px0bpUP70Vg== X-Received: by 2002:a6b:ee15:: with SMTP id i21mr1820321ioh.25.1594676387812; Mon, 13 Jul 2020 14:39:47 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id s190sm9365357ilc.28.2020.07.13.14.39.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Jul 2020 14:39:47 -0700 (PDT) Received: (nullmailer pid 774524 invoked by uid 1000); Mon, 13 Jul 2020 21:39:46 -0000 Date: Mon, 13 Jul 2020 15:39:46 -0600 From: Rob Herring To: Cristian Ciocaltea Subject: Re: [PATCH v3 4/6] dt-bindings: reset: Add binding constants for Actions S500 RMU Message-ID: <20200713213946.GA774478@bogus> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200713_173948_470499_E54B46C1 X-CRM114-Status: UNSURE ( 9.22 ) 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, Stephen Boyd , Michael Turquette , linux-actions@lists.infradead.org, linux-kernel@vger.kernel.org, Andreas =?iso-8859-1?Q?F=E4rber?= , Rob Herring , Philipp Zabel , Manivannan Sadhasivam , 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+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 03 Jul 2020 20:05:10 +0300, Cristian Ciocaltea wrote: > Add device tree binding constants for Actions Semi S500 SoC Reset > Management Unit (RMU). > > Signed-off-by: Cristian Ciocaltea > Acked-by: Philipp Zabel > --- > Changes in v3: > - Added Philipp's Acked-by tag > > Changes in v2: > - None > > .../dt-bindings/reset/actions,s500-reset.h | 67 +++++++++++++++++++ > 1 file changed, 67 insertions(+) > create mode 100644 include/dt-bindings/reset/actions,s500-reset.h > Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel