Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5010945ybv; Mon, 17 Feb 2020 10:20:24 -0800 (PST) X-Google-Smtp-Source: APXvYqz2yneuOSXgSYPkSpLEDr6I6zOe2Lt/4F6LMpDm9ey0TVg7tWP3O74A552arr4dakdIFEkm X-Received: by 2002:aca:c551:: with SMTP id v78mr176392oif.161.1581963624084; Mon, 17 Feb 2020 10:20:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581963624; cv=none; d=google.com; s=arc-20160816; b=lyff4bPs/wjWdU9vGnK+EpZae7dFAOQHmrxg2UDJTfShJK07UvPiNtxcNYVaLl4ZOA ZosWErahLOkxYxxl3hQuUOw9f3VY/DAlst/FH+sdw4AXcHsZay9HYrDT7rOpYxphQ6Iz LqMtz9Cqea6d/QDP1VxGXufsP9NViEvdHWmemDVDSfgaSHOpe2MMSBmJkUFTdyUjOAuj VrnFC2TdVjuT9ronAI7IkuDSgPRV08+v+EklkjiZH01DWBAAZ1VDEPiviJXtHcoqZyPi N24Mtv8/u039Bdt4Lp3zWoCrxPsNf4TEo2d6t+vRFtkIauOTqLr35iQh68X5N4MocmPp 23+A== 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 :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=myJL18z7XUSJJbgL144y2hR+p5Wy/1QHG2LJam9iTNw=; b=vCeeiOULXXIomXYltmCLW21kUpVLodX/aSMOMgnuo0Jde96iBiCa8kqaqjZN8mirvV rW6xdiFk3LXq6F4tk4GUJOgQUnQ55GjdneF/qLZiA7WMBKmZu/aFHQaTAO30ZlImWnwH JaxrZ0O7u8Oxh/tCPOCcgD/jOwTPkZXsdWmkQ/rWZHOIgGc+g6hPtIudHT3QbJDj5HXi 4/nhw1wBpjc2S8uw0Hh++jR8iYePcqA4NN6AHkDJ+K3/yY0NVQ/36Vz6PCvaCmrWaULP jJ1/RG/M7JnfuhPeMa/WwymZchB835ym6nxlkDtUDVUqi+pQexyNvJICYuG9wZFF1g1T a/eQ== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m9si6482946oie.148.2020.02.17.10.20.11; Mon, 17 Feb 2020 10:20:24 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728546AbgBQRhw (ORCPT + 99 others); Mon, 17 Feb 2020 12:37:52 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:42954 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726818AbgBQRhv (ORCPT ); Mon, 17 Feb 2020 12:37:51 -0500 Received: from localhost (unknown [IPv6:2a01:e0a:2c:6930:5cf4:84a1:2763:fe0d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: bbrezillon) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id 326982934B4; Mon, 17 Feb 2020 17:37:50 +0000 (GMT) Date: Mon, 17 Feb 2020 18:37:47 +0100 From: Boris Brezillon To: Vitor Soares Cc: Jose.Abreu@synopsys.com, Joao.Pinto@synopsys.com, arnd@arndb.de, wsa@the-dreams.de, gregkh@linuxfoundation.org, bbrezillon@kernel.org, linux-kernel@vger.kernel.org, broonie@kernel.org, linux-i3c@lists.infradead.org Subject: Re: [RFC v2 0/4] Introduce i3c device userspace interface Message-ID: <20200217183747.6a18d6c4@collabora.com> In-Reply-To: <20200217155141.08e87b3f@collabora.com> References: <20200217155141.08e87b3f@collabora.com> Organization: Collabora X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 17 Feb 2020 15:51:41 +0100 Boris Brezillon wrote: > Hello Vitor, > > Sorry for taking so long to reply, and thanks for working on that topic. > > On Wed, 29 Jan 2020 13:17:31 +0100 > Vitor Soares wrote: > > > For today there is no way to use i3c devices from user space and > > the introduction of such API will help developers during the i3c device > > or i3c host controllers development. > > > > The i3cdev module is highly based on i2c-dev and yet I tried to address > > the concerns raised in [1]. > > > > NOTES: > > - The i3cdev dynamically request an unused major number. > > > > - The i3c devices are dynamically exposed/removed from dev/ folder based > > on if they have a device driver bound to it. > > May I ask why you need to automatically bind devices to the i3cdev > driver when they don't have a driver matching the device id > loaded/compiled-in? If we get the i3c subsystem to generate proper > uevents we should be able to load the i3cdev module and bind the device > to this driver using a udev rule. Hm, looks like we already send a proper MODALIAS [1], so we can actually implement this auto-bind to i3cdev in udev (fall back on i3cdev load+bind if no matching module is found). [1]https://elixir.bootlin.com/linux/latest/source/drivers/i3c/master.c#L269