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=-6.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 4FB49C35647 for ; Fri, 21 Feb 2020 11:52:35 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2672424656 for ; Fri, 21 Feb 2020 11:52:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="KLMHgPrW"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="vBksp1iF" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2672424656 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-i3c-bounces+linux-i3c=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=6WZt+xHjgYOy4fQKfb90aYFKoUHYSReFahEKrrx7yyA=; b=KLMHgPrW28TiAA z2WIAo/fjX+lUwhnfPHv8WdD6MSYG0Ak4+EZ4aNcB0a8n0E31vs8IkXPhJKYftn7EbgMCHOqec6mf 6hY12agqRZNjHoVKv8EXUb+dh2TkJLNHuupWa3LuOHYuDcmNbtgys7i61/MOI/lLb1CFv/7h6bz7B WkgAReVxBwQB/TKW/B8xZzb/qzM/AWoV9iFB1Mn5YWVvk+CA42XwOLsi79JCDlPDawV2+eMtWs7JD bnl7EZM7el73H+HoPvz6dpcuZcoLsE9+KnGX/meTXpPzRCGI8K6MHEmouOl0srNBuTj6bgQ9+nWoV HLfcEnLhfYM7W2tsCoGA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j56rC-0003w2-SS; Fri, 21 Feb 2020 11:52:34 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j56rA-0003vg-Jm for linux-i3c@lists.infradead.org; Fri, 21 Feb 2020 11:52:33 +0000 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5740E208C4; Fri, 21 Feb 2020 11:52:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582285951; bh=fD0A4i7ST85sMfr8X97BCWyBGGZcF1CFchsdK+XT4Ko=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vBksp1iFJRObYfBEPPhfNm7oh5LD50AgE+h7nbC7zrlruU2QrxEq0MTlYFcB3rbiO ekOqkGl2LPLxsbHt2cOw1GimvpzlmjmZYgKalG6nk2uHoLjIVaSqsLpjG6NTI1ssWZ eh5lFbu+ZlHbIXppox1O9gS1yMg7gvNk59T8zNfQ= Date: Fri, 21 Feb 2020 12:52:29 +0100 From: Greg KH To: Vitor Soares Subject: Re: [PATCH v3 3/5] i3c: master: add i3c_for_each_dev helper Message-ID: <20200221115229.GA116368@kroah.com> References: <868e5b37fd817b65e6953ed7279f5063e5fc06c5.1582069402.git.vitor.soares@synopsys.com> <20200219073548.GA2728338@kroah.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200221_035232_670590_7C6E96A7 X-CRM114-Status: GOOD ( 17.20 ) X-BeenThere: linux-i3c@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux I3C List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jose Abreu , "corbet@lwn.net" , Joao Pinto , "arnd@arndb.de" , "bbrezillon@kernel.org" , "wsa@the-dreams.de" , "linux-kernel@vger.kernel.org" , "broonie@kernel.org" , "linux-i3c@lists.infradead.org" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-i3c" Errors-To: linux-i3c-bounces+linux-i3c=archiver.kernel.org@lists.infradead.org On Fri, Feb 21, 2020 at 11:47:22AM +0000, Vitor Soares wrote: > Hi Greg, > > From: Greg KH > Date: Wed, Feb 19, 2020 at 07:35:48 > > > On Wed, Feb 19, 2020 at 01:20:41AM +0100, Vitor Soares wrote: > > > Introduce i3c_for_each_dev(), an i3c device iterator for use by i3cdev. > > > > > > Signed-off-by: Vitor Soares > > > --- > > > drivers/i3c/internals.h | 1 + > > > drivers/i3c/master.c | 12 ++++++++++++ > > > 2 files changed, 13 insertions(+) > > > > > > diff --git a/drivers/i3c/internals.h b/drivers/i3c/internals.h > > > index bc062e8..a6deedf 100644 > > > --- a/drivers/i3c/internals.h > > > +++ b/drivers/i3c/internals.h > > > @@ -24,4 +24,5 @@ int i3c_dev_enable_ibi_locked(struct i3c_dev_desc *dev); > > > int i3c_dev_request_ibi_locked(struct i3c_dev_desc *dev, > > > const struct i3c_ibi_setup *req); > > > void i3c_dev_free_ibi_locked(struct i3c_dev_desc *dev); > > > +int i3c_for_each_dev(void *data, int (*fn)(struct device *, void *)); > > > #endif /* I3C_INTERNAL_H */ > > > diff --git a/drivers/i3c/master.c b/drivers/i3c/master.c > > > index 21c4372..8e22da2 100644 > > > --- a/drivers/i3c/master.c > > > +++ b/drivers/i3c/master.c > > > @@ -2640,6 +2640,18 @@ void i3c_dev_free_ibi_locked(struct i3c_dev_desc *dev) > > > dev->ibi = NULL; > > > } > > > > > > +int i3c_for_each_dev(void *data, int (*fn)(struct device *, void *)) > > > +{ > > > + int res; > > > + > > > + mutex_lock(&i3c_core_lock); > > > + res = bus_for_each_dev(&i3c_bus_type, NULL, data, fn); > > > + mutex_unlock(&i3c_core_lock); > > > > Ick, why the lock? Are you _sure_ you need that? The core should > > handle any list locking issues here, right? > > I want to make sure that no new devices (eg: Hot-Join capable device) are > added during this iteration and after this call, each new device will > release a bus notification. > > > > > I don't see bus-specific-locks around other subsystem functions that do > > this (like usb_for_each_dev). > > I based in I2C use case. Check to see if this is really needed, for some reason I doubt it... thanks, greg k-h _______________________________________________ linux-i3c mailing list linux-i3c@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-i3c