From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F07CEC7618F for ; Mon, 22 Jul 2019 20:51:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BF4EE21985 for ; Mon, 22 Jul 2019 20:51:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729678AbfGVUu6 (ORCPT ); Mon, 22 Jul 2019 16:50:58 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:44667 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727164AbfGVUu6 (ORCPT ); Mon, 22 Jul 2019 16:50:58 -0400 X-Originating-IP: 90.65.161.137 Received: from localhost (lfbn-1-1545-137.w90-65.abo.wanadoo.fr [90.65.161.137]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 2D5EA1BF20A; Mon, 22 Jul 2019 20:50:56 +0000 (UTC) Date: Mon, 22 Jul 2019 22:50:55 +0200 From: Alexandre Belloni To: Wolfram Sang Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rtc@vger.kernel.org, linux-samsung-soc@vger.kernel.org Subject: Re: [PATCH 0/4] rtc: convert subsystem to i2c_new_dummy_device() Message-ID: <20190722205055.GE24911@piout.net> References: <20190722172618.4061-1-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190722172618.4061-1-wsa+renesas@sang-engineering.com> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-rtc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org On 22/07/2019 19:26:14+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. > > The series was generated with coccinelle (audited afterwards, of course) and > build tested by me and by buildbot. No tests on HW have been performed. > > The branch is based on v5.3-rc1. A branch (with some more stuff included) can > be found here: > > git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git renesas/i2c/new_dummy > > Some drivers still need to be manually converted. Patches for those will be > sent out individually. > > > Wolfram Sang (4): > rtc: isl12026: convert to i2c_new_dummy_device > rtc: max77686: convert to i2c_new_dummy_device > rtc: s35390a: convert to i2c_new_dummy_device > rtc: s5m: convert to i2c_new_dummy_device > > drivers/rtc/rtc-isl12026.c | 6 +++--- > drivers/rtc/rtc-max77686.c | 6 +++--- > drivers/rtc/rtc-s35390a.c | 6 +++--- > drivers/rtc/rtc-s5m.c | 6 +++--- > 4 files changed, 12 insertions(+), 12 deletions(-) > All applied, thanks! -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com