Received: by 2002:ac0:98c7:0:0:0:0:0 with SMTP id g7-v6csp2310587imd; Sun, 28 Oct 2018 07:27:09 -0700 (PDT) X-Google-Smtp-Source: AJdET5ctt1MaMZuObmMzuRQLcUx1MJvpvippSs75mDFaHomMFuzi/GOCeFpzommruQwWIVJh66xh X-Received: by 2002:a17:902:9a44:: with SMTP id x4-v6mr10578965plv.121.1540736829541; Sun, 28 Oct 2018 07:27:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540736829; cv=none; d=google.com; s=arc-20160816; b=AoKYPTaxHXhRuOBVwyeG6y8Sv0XEHY2MM0IDsFTGuRMCSGl7ykokzhjRty77gDIsON OvVWvr1LP8yRSLdITu0GMJ178mjdLUURNQRJMRCpONdwgPZ07Kn8F2EyROpMioltdlLm saWuapavNRj0yQfv1xFuEXAFIYPvE9D7NJGn3B/RDGd8AnirQboqZ6qwK+ywPVeTQrOD IaNvWMnP1wjKCTKgNIvlurnBmbNlukca7PMcaEO7Cz3vKabmrLTSnK3hp4hpu6YmaTx6 4fssC+2faX3jfwxnc2jUVZF6nSlQiF2JIl/9Xg9JmSrFeIVsMNmDOoICHWQ+IxaRDSDP SNrw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=NqXLs16ENsziuE5yjwqVrGGT1Z7cpyf3MCRmeH6DpUg=; b=fQ07h2L7CZIyWqAowzWODnD/uONzzxPzm3qDlviF3kyY+h/Po8pwf7gmrozza4Esqu X/SSqDRg/nS3u0B1JkFhn6tVlAfUMS9T6PxhA/iV27BulHe2LyGSHasZbQiRkZETJwmv A155RAePpAfa9Hv0E45VpL5PYOhR9x94EIbbno12XzoG5GHHfnGqb8CgpPXn4zzQi6UR 3/yP25ynXt785fhFHdALWwloN2h2aG/1bX3Y7mVHPlT1wCdc20kAc/9bEVMdlAemDGxo 5J1wWSihqj8jGEm5AHDdw5/x8svJmAaxoy6KyzgUCilSL2NNvay7mi/OEyjRmzehDlEe 285Q== 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 v189si6698137pgb.398.2018.10.28.07.26.54; Sun, 28 Oct 2018 07:27:09 -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 S1727350AbeJ1WbI convert rfc822-to-8bit (ORCPT + 99 others); Sun, 28 Oct 2018 18:31:08 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:37707 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726492AbeJ1WbI (ORCPT ); Sun, 28 Oct 2018 18:31:08 -0400 Received: from marcel-macbook.fritz.box (p4FF9F655.dip0.t-ipconnect.de [79.249.246.85]) by mail.holtmann.org (Postfix) with ESMTPSA id 57E55CEEAF; Sun, 28 Oct 2018 14:53:51 +0100 (CET) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 12.0 \(3445.100.39\)) Subject: Re: [PATCH v3 3/5] nfc: pn533: add UART phy driver From: Marcel Holtmann In-Reply-To: <20181028102725.GL27852@localhost> Date: Sun, 28 Oct 2018 14:46:24 +0100 Cc: Lars Poeschel , devicetree , Samuel Ortiz , open list , "open list:NFC SUBSYSTEM" Content-Transfer-Encoding: 8BIT Message-Id: <9494A12C-C53A-4F6E-B6F3-BABB09867677@holtmann.org> References: <20181025132937.24405-1-poeschel@lemonage.de> <20181025132937.24405-3-poeschel@lemonage.de> <20181028102725.GL27852@localhost> To: Johan Hovold X-Mailer: Apple Mail (2.3445.100.39) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Johan, >> This adds the UART phy interface for the pn533 driver. >> The pn533 driver can be used through UART interface this way. >> It is implemented as a serdev device. > > Just a few drive-by comments below. > >> +// SPDX-License-Identifier: GPL-2.0 > > This should match MODULE_LICENSE below which currently says v2 *or > later*. > >> +/* >> + * Driver for NXP PN532 NFC Chip - UART transport layer >> + * >> + * Copyright (C) 2018 Lemonage Software GmbH >> + * Author: Lars Pöschel >> + * All rights reserved. >> + */ > >> +#define VERSION "0.1" > > We don't version kernel drivers individually, so please drop this here > and below. if we don’t then maybe send patches to remove MODULE_VERSION first. Otherwise this is totally fine to do. There are currently 670 usages of MODULE_VERSION and I have not heard anybody looking at removing this. Regards Marcel