Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp1771048ybl; Thu, 15 Aug 2019 00:37:59 -0700 (PDT) X-Google-Smtp-Source: APXvYqyRoAgx9sLYQHHLqlW8aTANYaZuuFWzLkLeAC3cz44xZmLdanWv6ZYsMHz9MSD5jPIYqXF4 X-Received: by 2002:a17:902:9a8d:: with SMTP id w13mr3086161plp.157.1565854679405; Thu, 15 Aug 2019 00:37:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565854679; cv=none; d=google.com; s=arc-20160816; b=GtnLn7MmR6LCkil5y+OHFcioEe/JdAXPpZWH43qj1EUuwE4hEyTlyahx7bz3ETlv9a wyUBneOjidyRRiuQX7TF1u02etjVL5UGBt2cClY4d7CKX9ar8ykc2Z5mWY5SkY2gpEMT 4q+EUw+N2X/ncT/1NquW7TNkk0WvXprP4++YlqQVXfdF6Fyb7d39WHYePjhGUoXOZWa6 fpYO8eUkrC8zfGDAfDDMPmqE20Ey1rplnuIb6+4wLIUSqV3RU9NQiAx4HkM7fCMVK24O aF2N1NnIRkDFGjfsv0FCn146dcUP8hTruuL36yJqVNIhGQ5+e9j312/4PHysX1pbiBcp rXtA== 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=3PkINvMiEOjnvMPmWxUZrKy2KSE7QeWiAf6bSigZvKc=; b=EZakOAAAcrKei46LJ5jNWdAtpyD3ixw28xI3xNwmfCVcc7tsaZ3CIFLtvFFVY1Fhgh t7MhMN8j6Y26bTgzxaPtpBgohETbYmRzZP2WoU9+TNda+zhsvO+OpuQbrRNYHvE3S7J+ yDFBISkdFYuFRDVsEExkMAL5ZpCS7So9WdLRYMwf+6UQDMmR4hwhRlE84zRCUAVt2UJD myQBL4c8Y+aOwq1WRzURfdwalU7lhTL2vSm3ScoUFkpiYhI6njAGlLQSOalG8+cGtvyY eqKE22/5kkSsfNuzMDyZ3i9NG3LD0Na0psr68HI4ALHEN6wJea3JOKiN2zVrVEZHAc6k pqUA== 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 w24si1480167pll.84.2019.08.15.00.37.43; Thu, 15 Aug 2019 00:37:59 -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 S1730595AbfHOHMb (ORCPT + 99 others); Thu, 15 Aug 2019 03:12:31 -0400 Received: from sauhun.de ([88.99.104.3]:58504 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730121AbfHOHMb (ORCPT ); Thu, 15 Aug 2019 03:12:31 -0400 Received: from localhost (p54B33431.dip0.t-ipconnect.de [84.179.52.49]) by pokefinder.org (Postfix) with ESMTPSA id 384F32C2704; Thu, 15 Aug 2019 09:12:29 +0200 (CEST) Date: Thu, 15 Aug 2019 09:12:28 +0200 From: Wolfram Sang To: Max Staudt Cc: linux-i2c@vger.kernel.org, linux-hwmon@vger.kernel.org, Wolfram Sang , Jean Delvare , Guenter Roeck , linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org, glaubitz@physik.fu-berlin.de Subject: Re: [PATCH v2 1/4] i2c/busses: Add i2c-icy for I2C on m68k/Amiga Message-ID: <20190815071228.GA1054@kunai> References: <20190812235237.21797-1-max@enpas.org> <20190814194714.GB9756@kunai> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > I kept it in because i2c-elektor also exposes it in the same way, and > it seems useful. Yeah, I noticed. I don't know how useful it is in practice (same for the getown callback) but I don't have better ideas, so let's just keep this to be consistent. > > Your SPDX header says GPL 2.0 only. >=20 > Thanks! I'll change it to "GPL v2", but unfortunately there is no > option for "only" in include/linux/module.h. That's the correct option. Thanks! --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl1VBdgACgkQFA3kzBSg KbZzuxAAhRPA+wt/Pg3SLLAnPHGwfDuJSXks2IBSp1ULDxYl2Bk2oy8ytkWwBzCE nEPUpfi4z2rnWTs7HxlG3DDIJb3ZNU4J4ZQPyz/H8MtTOgUHa03uWelac1C3/QWF fk4O4G5h1YHBQcYtvfqjjXyJYdLUHFkj89J0LOp6ij2bU233NSK0H1EXR8zeKKtK taJeBnY2zpH1z55iLUDWX7pa0hn+qDmutyuhDyh42eor2y0gOBKzAtL0M233K8ct KI9BXNlxe8cHecegJbpBzUmfy4UkGLPorlbk2Rk6v5pYw/4BaNh+WYq7bDybb46N tlu4Y84TNIwezVOBBBiZs+K+8WkOKOQVl7E//cQ50kSJwCsjRs05N+lhxhWbXI94 VzYXyDnrgiMGitdHrijAOqz0g9ZfV+kxwr4DaEAciKIeyukkEp8m/+oDj2w4x8AD pfBvzQi3KN4gbXgtnwpfmFFSC6WNQFZXFQ/MdsrLeqYBguJRlTIhUXq6g8AVjfMH peqioG8ZQ8RX8zLA/+C0kzXTM8Gvl9E1khHEDx9rQFMPo/7Ps5JndnJOB4cFzaFl voo8uV+/2xIei44c1IOAevhLmF/Fv0Ep10vScpkbIQcEkrW43ju/8LVUnsxWFT5i NGAhtqAjm0NPKxbk1TI6WfDko1a6OqaR/H8CG3G287jynqQjnu8= =xppG -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z--