Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp515689ybl; Thu, 23 Jan 2020 03:02:15 -0800 (PST) X-Google-Smtp-Source: APXvYqwPb67q9CmbTTeucboT1VRJGX+D5QN58IDdpLrV11XXssogK+2y0BHewtdR6loJqhkqoCY6 X-Received: by 2002:aca:bac3:: with SMTP id k186mr10485252oif.19.1579777335001; Thu, 23 Jan 2020 03:02:15 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579777334; cv=none; d=google.com; s=arc-20160816; b=joGve3/Vehk9LhgL/4saiZ9bD1S6L9ougcEXibrVmsDHerl4wxnjxt8UVL6tjLjs1Q E1BOw1hgKRrm00WiwBfRSnnvQaAkoy+Rpav+CL1YRXerpB2XnAtEA/BujZ7106VrD8z4 kIGTPX68zO04bjQ3+GFuxrc+7uM7VJvl9/YewZHoUH0pZkQLOqpmFNq+LWqO9EI8Rf5k V9I4w6aH5ByhcIHMBg8tpAZ4oZjM49NJCxDzVnzkPZAUhY7NVDnyO3b3m0TGY7SuvC67 r5n+j7af3eWsTol7XyOpPS4rXWzEGk5Ics9ZQ7f8AAO6eyDf/yIeTriBOxtEoNTlET0O FGIA== 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=KzMC2Oy9D58PcJcOmu5cyZI12Q3eSWeojnbS5XBMTp8=; b=GG4hzfsqMt1bukOVnkFZQO+ebc7dkIsJR0MC6uhjLDimGIzTPDw129E0sxlOTnaWa/ V1BBK7MkUYwTLkBn4lkEgJD3Z6ZgWpzfTpk6srNUI/WJocDDv6Z50D9GWLWlOH3H96sP P3UVAI83/iuZPo1TaZFnaQWJf5s7Clz9ev2z57wklRmO9PR5uLexiGODtilerE619aVk pEr19cY8o6ESH0Dq2bxz1bDI7tCNXivs/WIRPweO5/ka5rbGyt9VDT1XARbFqvB1q389 dRSrWZlSqPyQgQ12Q3gOKX9tzsPuUDoUvyPUo21xEZAyLB3nUsvwRJY+syt456//04l9 tlyQ== 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 y20si975974otq.190.2020.01.23.03.02.02; Thu, 23 Jan 2020 03:02:14 -0800 (PST) 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 S1729199AbgAWK7h (ORCPT + 99 others); Thu, 23 Jan 2020 05:59:37 -0500 Received: from sauhun.de ([88.99.104.3]:52104 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728921AbgAWK7K (ORCPT ); Thu, 23 Jan 2020 05:59:10 -0500 Received: from localhost (p54B335E9.dip0.t-ipconnect.de [84.179.53.233]) by pokefinder.org (Postfix) with ESMTPSA id C8C832C00DA; Thu, 23 Jan 2020 11:59:08 +0100 (CET) Date: Thu, 23 Jan 2020 11:59:08 +0100 From: Wolfram Sang To: Krzysztof Kozlowski Cc: Jean Delvare , Jarkko Nikula , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, Linux Next Mailing List , Kishon Vijay Abraham I , Greg KH , Stephen Rothwell , Geert Uytterhoeven , Linux ARM Subject: Re: [PATCH v2 1/2] i2c: Enable compile testing for some of drivers Message-ID: <20200123105908.GE1105@ninjato> References: <1578384779-15487-1-git-send-email-krzk@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="zjcmjzIkjQU2rmur" Content-Disposition: inline In-Reply-To: <1578384779-15487-1-git-send-email-krzk@kernel.org> 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 --zjcmjzIkjQU2rmur Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 07, 2020 at 09:12:58AM +0100, Krzysztof Kozlowski wrote: > Some of the I2C bus drivers can be compile tested to increase build > coverage. This requires also: > 1. Adding dependencies on COMMON_CLK for BCM2835 and Meson I2C > controllers, > 2. Adding 'if' conditional to 'default y' so they will not get enabled > by default on all other architectures, > 3. Limiting few compile test options to supported architectures (which > provide the readsX()/writesX() primitives). >=20 > Signed-off-by: Krzysztof Kozlowski >=20 Applied to for-next with the zx chunk removed, thanks! --zjcmjzIkjQU2rmur Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl4pfHgACgkQFA3kzBSg KbYnrg/9HyJVjx09jFKG5CydmnTSMXzOKZ7M9Ck+0pdZwsLKttoMrJjFabpiqykr A7AOaTgkaQQLK79xHuVHwu5bYCzwVtRBElFNQzwYyFmeIfAd2Cf2LoMBzOC0T7DP /nMkU+2PEmeTSZtDuBLLNrckEpw0gcbaXZhLrWIcXaZHpglbonZxa/2DJSEfpLj2 Z5rpZ17O4X20GEjJ6cunddM7mmNFmoB6I/kYsaOsOmrR0xCXVV+j+IPArvvCj0hQ 8+LNK/KredOVKemDkXjdYPUXry3l56jTCbiOHumuKCKFL/+bskmvjVhmg7mMaCHd fHi3n2/UQFxTinDSWQjQTcd85HQkQIuIK0FAqRhAP3illfHaEZ/Vmt0Yh5+dnutu RUkzlrx17lbmOjChb5SJ1Sc7AbJiXT4N/6q3ZmaJv+S+Aa3imwcXmJIDtFzVJd3T Q/7noIG4fWOfp+d8ajt3lTJSq0r6eWZjMSAU/gxmG3RYZNikLTpNFcn4gBIIRfzK Um1pj+g6leb7Wp2wOS/ONBMdDkLCRgBv9nhhlvQgPfR8me2iJh9ndJFFRWFWxzQc v8hEuez1m9rPVG77Kg7CTdIUJcxzjziEP8kTmtlfXB0nfbhG7+XWUsIYeCPnJFqs je7itrWyURZUNEZePmRyCRAu2EAwxTy+BIYg68e0WuwfN/CNpXY= =RIMX -----END PGP SIGNATURE----- --zjcmjzIkjQU2rmur--