From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752613AbdL0Vvr (ORCPT ); Wed, 27 Dec 2017 16:51:47 -0500 Received: from mail-wr0-f171.google.com ([209.85.128.171]:35172 "EHLO mail-wr0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752016AbdL0Vvo (ORCPT ); Wed, 27 Dec 2017 16:51:44 -0500 X-Google-Smtp-Source: ACJfBot2G8jUzooDOHANinmFlH46o+tJWCl5laInGJsruQGMaJxDqvHZxay3ETEYUuKMBR3PEksW+FxajLka77K0k8U= MIME-Version: 1.0 In-Reply-To: <87shbwh43f.fsf%l.stelmach@samsung.com> References: <87shbwh43f.fsf%l.stelmach@samsung.com> From: Philippe Ombredanne Date: Wed, 27 Dec 2017 22:51:02 +0100 Message-ID: Subject: Re: [PATCH v4] hwrng: exynos - add Samsung Exynos True RNG driver To: =?UTF-8?Q?=C5=81ukasz_Stelmach?= Cc: "Andrew F . Davis" , PrasannaKumar Muralidharan , Rob Herring , Matt Mackall , Herbert Xu , Krzysztof Kozlowski , Kukjin Kim , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-crypto@vger.kernel.org, linux-samsung-soc@vger.kernel.org, LKML , Marek Szyprowski , Bartlomiej Zolnierkiewicz Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id vBRLppXI011666 Łukasz, On Wed, Dec 27, 2017 at 11:12 AM, Łukasz Stelmach wrote: > It was <2017-12-22 pią 19:30>, when Philippe Ombredanne wrote: >> On Fri, Dec 22, 2017 at 5:38 PM, Łukasz Stelmach wrote: >>> It was <2017-12-22 pią 14:34>, when Philippe Ombredanne wrote: >>>> Łukasz, >>>> >>>> On Fri, Dec 22, 2017 at 2:23 PM, Łukasz Stelmach wrote: >>>>> Add support for True Random Number Generator found in Samsung Exynos >>>>> 5250+ SoCs. >>>>> >>>>> Signed-off-by: Łukasz Stelmach >>>>> Reviewed-by: Krzysztof Kozlowski >>>> >>>> >>>> >>>>> --- /dev/null >>>>> +++ b/drivers/char/hw_random/exynos-trng.c >>>>> @@ -0,0 +1,245 @@ >>>>> +/* >>>>> + * RNG driver for Exynos TRNGs >>>>> + * >>>>> + * Author: Łukasz Stelmach >>>>> + * >>>>> + * Copyright 2017 (c) Samsung Electronics Software, Inc. >>>>> + * >>>>> + * Based on the Exynos PRNG driver drivers/crypto/exynos-rng by >>>>> + * Krzysztof Kozłowski >>>>> + * >>>>> + * This program is free software; you can redistribute it and/or modify >>>>> + * it under the terms of the GNU General Public License as published by >>>>> + * the Free Software Foundation; >>>>> + * >>>>> + * This program is distributed in the hope that it will be useful, >>>>> + * but WITHOUT ANY WARRANTY; without even the implied warranty of >>>>> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >>>>> + * GNU General Public License for more details. >>>>> + */ >>>> >>>> >>>> Would you mind using the new SPDX tags documented in Thomas patch set >>>> [1] rather than this fine but longer legalese? >>>> >>>> And if you could spread the word to others in your team this would be very nice. >>>> See also this fine article posted by Mauro on the Samsung Open Source >>>> Group Blog [2] >>>> Thank you! >>> >>> Cool! We've been using SPDX to tag RPM packages in Tizen for three years or >>> more. ;-) >> >> Very nice! any pubic pointers? > ^^^^^ > > I assume you request an URL of a publicly available web-page ;-) > > https://wiki.tizen.org/Packaging/Guidelines#License_Tag Thank you! I reckon it took me a minute to figure why you were making a somewhat cryptic URL related comment. Then I realized that I had made a rather unfortunate typo, or may be it was a freudian slip of sorts :D -- Cordially Philippe Ombredanne