Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp954510pxj; Fri, 21 May 2021 03:06:51 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzh3lys0H2uvCfYFPm04bf90hWpXkVgjadnbf5GiNUIZzT1VO0KmrQ0aVUVYTSXlONVR+29 X-Received: by 2002:a6b:6a19:: with SMTP id x25mr11245341iog.11.1621591610872; Fri, 21 May 2021 03:06:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621591610; cv=none; d=google.com; s=arc-20160816; b=A0HmPZiimLxJbwrWsDpPLms1CMmz8ihdt6PIizTQRmM5SOJQi0NIxfC91jnpnvGw74 JFV6CtEkuFvKoWkDpHowQbGLkPWeGKuRZcGTC8YHFdqp1Jq9fdHF1QqWzrQdiEWB3Z3o uYi3i5nlZMUAAC+/JYnM/vmeR4wyzbMahWS/mbMF3SE/AW/wELUVLpFjOWl5TaNj0UOe 3w21LhcgmS98idWDOqT8VlaGSl+i3ndFaOS8Sf4pmm3WFLOv+wRZlnrGN/4jeQSpuj/e +ja14XRp3af1aZiz6Bu1hpPN4Wk2zJ6+UiQfQI/XaFw267OiCUo4ydqcebpLpRk8px7u iLRQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=qiUhpa+hrEAOduJJCwuLdvwpALp6i7q4x/Z+9ESsInU=; b=AR95QQWFQbAf0WrIK6cTEceHrTtUe9L1coLdymQcxd0im4UyJoZTAONsTz51nypyzu oUOBIO3+K+x3r7tM5wooFqoSygzs+cIhquaLGNMmcUwEDQMpGXyQlfzEYWJi8mhEs+4W y1BkiSxRE7j5iYADerFRkko6b/fPaFaTrJqR2z36tXUu9mpvTwovXBgMIett3YmbSXp3 MtZCD6PRWpcC76pcJ4gL7AG/9Cgx6xcKXHM8OVnIAAMoz0jaeOYScNPwcpsQSN/1e3oO JRhoGCpaipTgo+9w0KHOSI25wSp5llSfvzGtAwnypy81KiY0zAPYNA76FtBYoH7dQ4ra TP8A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g6si3790813jat.32.2021.05.21.03.06.05; Fri, 21 May 2021 03:06:50 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235466AbhEUHMO (ORCPT + 99 others); Fri, 21 May 2021 03:12:14 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:55478 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235491AbhEUHMO (ORCPT ); Fri, 21 May 2021 03:12:14 -0400 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtp (Exim 4.92 #5 (Debian)) id 1ljzJ0-0003uS-AR; Fri, 21 May 2021 15:10:46 +0800 Received: from herbert by gondobar with local (Exim 4.89) (envelope-from ) id 1ljzJ0-0005l5-7D; Fri, 21 May 2021 15:10:46 +0800 Date: Fri, 21 May 2021 15:10:46 +0800 From: Herbert Xu To: Linus Walleij Cc: Matt Mackall , Deepak Saxena , linux-crypto@vger.kernel.org, Arnd Bergmann Subject: Re: [PATCH 2/5] hw_random: ixp4xx: Use SPDX license tag Message-ID: <20210521071046.krjgxjmy3xrs3zwm@gondor.apana.org.au> References: <20210511132928.814697-1-linus.walleij@linaro.org> <20210511132928.814697-2-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210511132928.814697-2-linus.walleij@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Tue, May 11, 2021 at 03:29:25PM +0200, Linus Walleij wrote: > This switches the IXP4xx hardware random driver to use > the SPDX type license tag. > > Cc: Deepak Saxena > Signed-off-by: Linus Walleij > --- > The idea is to apply this through the ARM SoC tree along > with other IXP4xx refactorings. > Please tell me if you prefer another solution. > --- > drivers/char/hw_random/ixp4xx-rng.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) Acked-by: Herbert Xu -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt