Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp2358879ybe; Tue, 3 Sep 2019 11:39:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqyF9ti8iBPfP7fQaHJy+T02AK2lvUFhU4vKYobTeugLzUyUT/UHBAK0JtERHXLkLZZ4piH5 X-Received: by 2002:a17:90a:9486:: with SMTP id s6mr817829pjo.0.1567535977962; Tue, 03 Sep 2019 11:39:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567535977; cv=none; d=google.com; s=arc-20160816; b=OWWUjLRRoGPxZ9ZW8te9t8IcpzYbp+RfHsmWLqK5a15/f9q7LA+ktERh77RVLlCkvl 794mIAC3FHP6PiICdKgy3CLq3uMny7hDtqX5QgCSxk7qNwAKgo1TOOTl9xsPt4Qi+vOW yl6VtHJekwSoiMXMAryt6LlTQT0Se6G6M5AoBsHra/sja8frMrYmWmuYGmW96aOx5Lwa hVuliR4CIFYPi4uJUOzst1XXPhlvIupriUZnDYyYcPL5vjVhOKciLvpzZNWIdLAUDQKa YYSH9FF6cgQl14vKuDpeNWVeLqkAid3U7PUNsqpZia5nItsK0J1Vlqtnx/jpakQiC7pY y4uA== 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=OwhFZ1TMKJeiJ6VSnk72cUI5GP4cxWcXA0MEjqrJeiA=; b=oOEds8tDmdr1/p2I+OraAw7uixWqNkqw1PfxJCowej4+HEp405csQJeoxMbXItF7yE r15K0kajdRq2WULWm+BYHQAlpVxYRyZAVeuX7t5D8AZTC/RLK8SlL35pV+rxb9cmWYfd 5YII7d4wHDFavL7R9/M/X0iqaGYOgv6Za/KQ9QWmJrCWpCLBWlpOkMcs1vWDRX7WdKI1 xNA3KHbhYkhYsvUtN3OUT2crR99pdrIEdBwZjkYUVcOJo3xeoxj2oDBVOjIyaq/mlKKT Dp77XoLw60KQsZvi+j/StGYU8LCIhOWOYv1SJCHG9hIHZqzw3t7TC0S/X9dPb8XEdE4y DJEg== 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 q23si290729pjp.76.2019.09.03.11.39.22; Tue, 03 Sep 2019 11:39:37 -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 S1726219AbfICShS (ORCPT + 99 others); Tue, 3 Sep 2019 14:37:18 -0400 Received: from sauhun.de ([88.99.104.3]:57116 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725914AbfICShS (ORCPT ); Tue, 3 Sep 2019 14:37:18 -0400 Received: from localhost (p54B3348D.dip0.t-ipconnect.de [84.179.52.141]) by pokefinder.org (Postfix) with ESMTPSA id 498B52C4F3A; Tue, 3 Sep 2019 20:37:16 +0200 (CEST) Date: Tue, 3 Sep 2019 20:37:15 +0200 From: Wolfram Sang To: Guenter Roeck Cc: Wolfram Sang , linux-i2c@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND 0/3] hwmon: convert remaining drivers to i2c_new_dummy_device() Message-ID: <20190903183715.GO2171@ninjato> References: <20190903181256.13450-1-wsa+renesas@sang-engineering.com> <20190903183340.GA29077@roeck-us.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="p/1JFEOz/hVXxMAZ" Content-Disposition: inline In-Reply-To: <20190903183340.GA29077@roeck-us.net> 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 --p/1JFEOz/hVXxMAZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 03, 2019 at 11:33:40AM -0700, Guenter Roeck wrote: > On Tue, Sep 03, 2019 at 08:12:53PM +0200, Wolfram Sang wrote: > > This series is part of a tree-wide movement to replace the I2C API call > > 'i2c_new_dummy' which returns NULL with its new counterpart returning an > > ERRPTR. > >=20 > > This series fixes the remaining hwmon drivers which could not be > > converted by my cocci script. So, I did it manually, yet all drivers > > still follow the same pattern. Build tested by me and by buildbot. No > > tests on HW have been performed, so testing is appreciated. > >=20 > I still have the previous version (with RFT) in my queue. > Question is what to do with it; I have not seen any test feedback. > I tend to just apply the series and wait for fallout. > Any objections ? For the sake of the API conversion, I would appreciate this much. Of course, I'll be there if there is fallout. Thanks! --p/1JFEOz/hVXxMAZ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl1ustcACgkQFA3kzBSg Kba4HQ//ZbhI88LI65pmEOzqI17Im3yRIvfUmrJ1xXcJ6aFLcOWRSKEMY+gcdUCe OOQZNWypCj5qGnF/gvbPo5ibEJXNVBJLG6SAaAUyLv59fDbMCEnCZM9Sna2iuTvs hJDmWHqFGT6s9biAKdYaG3TGMIWUdWTg7yJsv0kAdEHYsYkPqdGfeNQIYuebeY/5 uE4EQc7bBz+yWxDwr2D1VNjTYKY3zRLYCgjquHXe4cY5+vGa1sELS7lTqA07l00L 87lVvDW3aVzFmPaPhp8JNDgFXq83inCc9ATpll21omgVspXH++M3s/3Vqr6vq2eJ HJd7Tp3ifxlPs+L9RoZOmhg1Mv8ZNSVkOb7KXv4jbBdlIeUE+nFdW6VC9oX7ACPZ MrNDVaKqwTdubAxOFvzLrB3UswT6EL5lDqoeNCbdbEqwN7gUdkp/6LpWvmTuVPHg tcxMBALOnLGopvtsRqTY+qinXzNEon45xUnYenfzRossTyAiAr4hXnbz+kEM6dfa BkXyODLEC7EAUst4d+EclC05mU0N1opZJ0fDNzQuwbEYLGxTb3NmaAA5OxSQycA/ GWKdgg3OjcdbPy6siMhlEhoTec84TqfOaP1zs4hn8L6/u4NoaF0VNcKjj1EcgK1f MXYJfXNm5wQ/JOaVFKivfXzVr+vPql2KWD6eNXhLlc8GHJoBEwM= =sBPl -----END PGP SIGNATURE----- --p/1JFEOz/hVXxMAZ--