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.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 19E3CC07E96 for ; Thu, 8 Jul 2021 12:28:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EDC1061481 for ; Thu, 8 Jul 2021 12:28:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231544AbhGHMbG (ORCPT ); Thu, 8 Jul 2021 08:31:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:47940 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231449AbhGHMbF (ORCPT ); Thu, 8 Jul 2021 08:31:05 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 66C0661450; Thu, 8 Jul 2021 12:28:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1625747303; bh=rjj/1ngXwpg9hzNLAgSxlfUR07I5G2q+ZBm7VtzPLF0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=M0nzAjLeUCzPNfNafKaSb9o5GjwGih3LvftztkTQQE8m6K7qDoMF2kTv9YdrB8/jV +ovaYl8iv5tcBILeNBxyX58rX0HKZrw/W7WmUhkgE9dzcRMhvaEAkKnmku1aMoReNp Fju83XD2+krqU2nZqCSow6wNm290bOmMYSxCOTfw= Date: Thu, 8 Jul 2021 14:28:18 +0200 From: Greg Kroah-Hartman To: Wenchao Hao Cc: "Rafael J . Wysocki" , linux-kernel@vger.kernel.org, linfeilong@huawei.com, Wu Bo , Zhiqiang Liu Subject: Re: [PATCH] driver core: Make probe_type of driver accessible via sysfs Message-ID: References: <20210708122010.262510-1-haowenchao@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210708122010.262510-1-haowenchao@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 08, 2021 at 08:20:10PM +0800, Wenchao Hao wrote: > Like drivers_autoprobe of bus, make probe_type of driver > accessible via sysfs, so we can get and set a driver's probe_type > happily. Why is this needed? Who will use it? And where is the Documentation/ABI/ file update for this new sysfs file which is required for all sysfs files? thanks, greg k-h