Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp416611yba; Wed, 8 May 2019 23:25:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqwh50siMlq9+5U9MJkMlHtjYLR/2qrK8BNKL4AwYGq+8nUO2jakpk3PXIKN0Q4BsS1noWXh X-Received: by 2002:a17:902:8203:: with SMTP id x3mr2784357pln.11.1557383126577; Wed, 08 May 2019 23:25:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557383126; cv=none; d=google.com; s=arc-20160816; b=k23wHmgtFK6Ulsx4hPQ9KOBQHUwRQaMfLcnMLKixirOcwu3fWNBgob5PtFzVvi9XYf nDxm00Y2OtRnJz4WiJb7ZJAaf6VUTp4MlaC3bDIcdauITAl5XDzXCEHVC5t+0cz90yFj +pOcJF7hxnS8pvyVp3rFEAk91VdQlHY07k3TzPfLmEM7MUyRhLLPruOAoCZj9/LQvYa2 PJ7pBqjWEC7+JjmfArfgpjF2SPXOjhe3hqEBQZp8GVOWre4QewynGCFlTs2SeNjaGF3T 9dN3BOj/hxSBBa25I3hYw12zpQ26n2N179rwuCJxt4Qi4mH8gZmNf6Mbj5meqDAAmJ1y ryWw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=WV+2N9efe1gOgroaF/bIaqpB3ZDYKbiYpEDgVqQZ7zU=; b=l9+A7ZcUnWH7NAkbQNBIw0LMRqsD+cYT6ucftFRc6uij4QXcLtg9axKHGlvcxx/YxC lHo0sJuXa/25Nlyaxl31/xH7FuZO+Q0mv0sjw5evYXe2w02UT9Wn7jSs3OC5BfGd2WMI JLVgADLazwdO3L2XBbjqxLJB12VZKCiLG/JTYJuNTgXqlI8iv6KTbxAYZu8yQk6pZ8IN ka9zn5nDdtv0u6aMPK16SWeUmQIUVNpEcLvHgSa7WFt/p4H5ljPMulC/YWw8b3EYb4U/ 0xMLEGXZnVmw3nWSJFFTsGvkHMBb2RbdiHuhIV2rVyfsE6VrEqj0rEofyh6kIq+DEaYe Pimg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b7si1792349pgt.106.2019.05.08.23.25.08; Wed, 08 May 2019 23:25:26 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726842AbfEIGYQ (ORCPT + 99 others); Thu, 9 May 2019 02:24:16 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:53481 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726683AbfEIGYQ (ORCPT ); Thu, 9 May 2019 02:24:16 -0400 Received: from localhost (aaubervilliers-681-1-86-253.w90-88.abo.wanadoo.fr [90.88.28.253]) (Authenticated sender: maxime.ripard@bootlin.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 5AC90100009; Thu, 9 May 2019 06:24:13 +0000 (UTC) Date: Thu, 9 May 2019 08:24:12 +0200 From: Maxime Ripard To: Manivannan Sadhasivam Cc: p.zabel@pengutronix.de, robh+dt@kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, haitao.suo@bitmain.com, darren.tsao@bitmain.com Subject: Re: [PATCH v2 4/4] reset: Switch to SPDX license identifier for reset-simple Message-ID: <20190509062412.wwxi2wsxh5qxuynk@flea> References: <20190508165319.19822-1-manivannan.sadhasivam@linaro.org> <20190508165319.19822-5-manivannan.sadhasivam@linaro.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="b2ls5al25iuwpocw" Content-Disposition: inline In-Reply-To: <20190508165319.19822-5-manivannan.sadhasivam@linaro.org> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --b2ls5al25iuwpocw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, May 08, 2019 at 10:23:19PM +0530, Manivannan Sadhasivam wrote: > Switch to SPDX license identifier for reset-simple driver. > > Cc: Maxime Ripard > Signed-off-by: Manivannan Sadhasivam Acked-by: Maxime Ripard Thanks! Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --b2ls5al25iuwpocw Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXNPHhgAKCRDj7w1vZxhR xcsGAQDWw03uN6SKonzQo7n9s7K1TZI+Z7qjYYNYj1jsijXp3wD/ddEo49lQII4g ZZcHpUtsMt0+tE4cKqmnwom4SS5TGgM= =rFRJ -----END PGP SIGNATURE----- --b2ls5al25iuwpocw--