Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp369495ybx; Wed, 6 Nov 2019 01:55:01 -0800 (PST) X-Google-Smtp-Source: APXvYqzHVCGd7DmFSQu5EK8YtWRx/KKedHd4iX18+QTQO998guFWVed6Yr1Su3WRMr07yLzqJlf2 X-Received: by 2002:a50:ec83:: with SMTP id e3mr1624039edr.292.1573034101781; Wed, 06 Nov 2019 01:55:01 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573034101; cv=none; d=google.com; s=arc-20160816; b=0KFDg7qk/TddlXvrGeU94ag3+Zv7SgXMb0hiCC8hHeH0E1ETsvihUBEhHay5P3sD8Y 5eBVvEFFFwWYxQXTYm1GmpHWjUBK4jikJ2BaVsdp1K3JMhmBHFpk3SbLrhuUjtboxtG0 7tVw5lDCsdTgTHJgiWh9zLTQ4l3RKD1qAwUjfR2MYWLUbtbe7SvU7pmpJw4Vj38nC/hC olNRL0a2DOKQsiCTZQn9CoSlFiAQtLZFXs4uSQo5hdD0n5LAypB7EhteE4ez+5jC/DCz RjeKD+/4eDs7/mqBxQPXF2JCh73m3GB3i5hR9ylwlMjy7eysxlkyQejbvVxneIJJAMER 1Urg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=6iDXj+kj1vbqthPSCziswEv8dLpOctfCcJYp8pa1UKo=; b=VSownuwVOrhFBCtBquYm0XOcFjaaoWAuwu1jqK3ZxduhthVkB4CKunlgGZyJrDQR09 0hEOAPjZ83xB8uQL2AVkAEEHuf8Ew557ppIBoiaMRwLcTsSOWLDMEUUgoCuZSBIob+LH 5ZMqLpqBiGH/dwhR6ZNnXI++R6zFrL0V7lzyNA6fqbC8ETNtelMEaoFC0MvFAylzu0BY jPW0MhW06bqBW34MUbwwLXMCGkyfm3NqB4N4vCefn0Vxafo6H4fC8aTjIkQI8NX/Jnls mSwqMczNz3IlS+ZaOrlTLnIW3712I2THGHVMsam5IT9/pDrAKoe+2yRK/5J7JeMi+M/l Zl8w== 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 jt21si812582ejb.390.2019.11.06.01.54.38; Wed, 06 Nov 2019 01:55:01 -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 S1731833AbfKFJvX (ORCPT + 99 others); Wed, 6 Nov 2019 04:51:23 -0500 Received: from sauhun.de ([88.99.104.3]:50146 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726143AbfKFJug (ORCPT ); Wed, 6 Nov 2019 04:50:36 -0500 Received: from localhost (p54B33505.dip0.t-ipconnect.de [84.179.53.5]) by pokefinder.org (Postfix) with ESMTPSA id 65D0A2C053B; Wed, 6 Nov 2019 10:50:33 +0100 (CET) From: Wolfram Sang To: linux-i2c@vger.kernel.org Cc: Wolfram Sang , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: [RFC PATCH 00/12] i2c: replace i2c_new_probed_device with an ERR_PTR variant Date: Wed, 6 Nov 2019 10:50:18 +0100 Message-Id: <20191106095033.25182-1-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Wolfram Sang In the on-going mission to let i2c_new_* calls return an ERR_PTR instead of NULL, here is a series converting i2c_new_probed_device(). A new function called i2c_new_scanned_device() is introduced with the new retval, but for now, a compatibility helper is provided until all users are converted. The rest of the patches convert all current in-tree users. Note that these patches are RFC because I want feedback on the approach and hopefully collect acks on the driver conversions. If all goes well, I'll apply the first two patches for the next merge window. Then, once this dependency is upstream, I'll resend this series with all issues fixed and acks collected. Core changes tested on a Renesas Salvator-XS board (R-Car M3-N), driver patches build tested by me and buildbot. Wolfram Sang (12): i2c: replace i2c_new_probed_device with an ERR_PTR variant i2c: icy: convert to i2c_new_scanned_device macintosh: convert to i2c_new_scanned_device platform: chrome: convert to i2c_new_scanned_device video: fbdev: matrox: convert to i2c_new_scanned_device input: mouse: convert to i2c_new_scanned_device media: pci: cx23885: convert to i2c_new_scanned_device media: pci: cx88: convert to i2c_new_scanned_device media: pci: bt8xx: convert to i2c_new_scanned_device media: pci: cx18: convert to i2c_new_scanned_device media: pci: ivtv: convert to i2c_new_scanned_device media: v4l2-core: convert to i2c_new_scanned_device Documentation/i2c/instantiating-devices.rst | 10 ++++----- Documentation/i2c/writing-clients.rst | 8 +++---- drivers/i2c/busses/i2c-icy.c | 8 +++---- drivers/i2c/i2c-core-base.c | 25 ++++++++++++++++----- drivers/input/mouse/psmouse-smbus.c | 8 ++++--- drivers/macintosh/therm_windtunnel.c | 4 ++-- drivers/media/pci/bt8xx/bttv-input.c | 6 ++--- drivers/media/pci/cx18/cx18-i2c.c | 2 +- drivers/media/pci/cx23885/cx23885-i2c.c | 4 ++-- drivers/media/pci/cx88/cx88-input.c | 2 +- drivers/media/pci/ivtv/ivtv-i2c.c | 6 ++--- drivers/media/pci/ivtv/ivtv-i2c.h | 2 +- drivers/media/v4l2-core/v4l2-i2c.c | 10 ++++----- drivers/platform/chrome/chromeos_laptop.c | 18 ++++++++------- drivers/video/fbdev/matrox/i2c-matroxfb.c | 4 ++-- include/linux/i2c.h | 12 +++++++--- 16 files changed, 76 insertions(+), 53 deletions(-) -- 2.20.1