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=-13.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 E0212C433E2 for ; Wed, 13 May 2020 22:21:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D4DA02054F for ; Wed, 13 May 2020 22:21:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="MdNrrrwc" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731204AbgEMWVA (ORCPT ); Wed, 13 May 2020 18:21:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53942 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1730064AbgEMWU7 (ORCPT ); Wed, 13 May 2020 18:20:59 -0400 Received: from mail-vs1-xe43.google.com (mail-vs1-xe43.google.com [IPv6:2607:f8b0:4864:20::e43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EDAA3C061A0C; Wed, 13 May 2020 15:20:58 -0700 (PDT) Received: by mail-vs1-xe43.google.com with SMTP id z1so772387vsn.11; Wed, 13 May 2020 15:20:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Febjjj5+WWTqUCbI65lFaOFBjwVkcmzD8E9a3lP4Uv4=; b=MdNrrrwcMt5bs37DshmUmoyIMjjh7CB+k9Wk9SQHhdVkyuYOcacp3SASS2JGHQkFZW 6P6GOR6UyQqrQRzKsmKoQSVSn7Da1sS+IwByJS+VlE4ZThLUdat3cJX4oYY+x1vwVDhw NmSmxRfrdXNGNnbQoAWb8hoQ2cIcKtJQ1wkp7+KFnJyqi23qBsaYS/ixGdP3ELSYcwwX s3ql3bAdCqGCUM/QoI9AMgSpIlwTlRO9nzyXflHlPNHCw0QL3jewdGahAjnXxpi6JuVJ r1cotSeMPSwWva2uv4VGiN7NKdQlUDyGwkvenaCmnDDpOr3mIi1vo8nCILZTJWYz4Zy8 b4qw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Febjjj5+WWTqUCbI65lFaOFBjwVkcmzD8E9a3lP4Uv4=; b=ZSJJa2Wxr2YUUC3seEXJRfWgApKBKO2GjUOcS3DzLAGDfoHa3t7VD1cwemQ/aoVuDl MgNJIMcQ7w+vJPbJcxcRxIJmXs1Lv01Cf8Z9mgUxt/euyKy/ekVtbBE5HQFwY5kskO3a +SrE0stTLGmDxRyWuArxst80z4foz06qYas/kyR6NqwafI8USv+Mq1NJqyBh4/L5DMzO 2OrTmfQxuXv77OEFsWwza5Do750Et/syU+59MZn1dDkZmcS301b8/bx49Xvp670JKGJb 89bb1/UtFd+Ws2l0XpZs/X6hmhBZvYo5jp0lU7PwsA8muwe3TYH3qiiVD7Tx3+8VrPmg jl4g== X-Gm-Message-State: AOAM532E593tGVK3t4vv5Z2RXvuQAnp7hLVws5T2Z0AFwcanDSXtJLQX enCrZKAQ32ot6MnWoj3/MzsR4TRfgr14xoA8YoM= X-Google-Smtp-Source: ABdhPJxo9EuLqhoKWxflAPUvXZF3mOIP4Fla676O86ZIxPbhYie0qT8N7NxiarKZvsbsx8aJvfTXSAykTIcU6rJym2E= X-Received: by 2002:a67:c482:: with SMTP id d2mr1227981vsk.37.1589408457816; Wed, 13 May 2020 15:20:57 -0700 (PDT) MIME-Version: 1.0 References: <20190731124349.4474-1-gregkh@linuxfoundation.org> <20190731131045.GB147138@dtor-ws> <20190802104633.GA14823@kroah.com> In-Reply-To: <20190802104633.GA14823@kroah.com> From: Emil Velikov Date: Wed, 13 May 2020 23:18:15 +0100 Message-ID: Subject: Re: [PATCH v2 00/10] drivers, provide a way to add sysfs groups easily To: Greg Kroah-Hartman Cc: Dmitry Torokhov , x86@kernel.org, linux-input@vger.kernel.org, linux-fbdev , Andy Shevchenko , Bartlomiej Zolnierkiewicz , Sudeep Holla , "Linux-Kernel@Vger. Kernel. Org" , ML dri-devel , platform-driver-x86@vger.kernel.org, Tony Prisk , Andy Shevchenko , Florian Fainelli , Borislav Petkov , "H. Peter Anvin" , Darren Hart , Thomas Gleixner , Richard Gong , Ingo Molnar , LAKML Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, On Fri, 2 Aug 2019 at 11:46, Greg Kroah-Hartman wrote: > > I have now done this with patch 1/10. Here's the pull info if any > subsystem maintainer wants to suck this into their tree to provide the > ability for drivers to add/remove attribute groups easily. > > This is part of my driver-core tree now, and will go to Linus for > 5.4-rc1, along with a few platform drivers that have been acked by their > various subsystem maintainers that convert them to use this new > functionality. > > If anyone has any questions about this, please let me know. > > thanks, > > greg k-h > > ------------------- > > The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: > > Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/dev_groups_all_drivers > > for you to fetch changes up to 23b6904442d08b7dbed7622ed33b236d41a3aa8b: > > driver core: add dev_groups to all drivers (2019-08-02 12:37:53 +0200) > > ---------------------------------------------------------------- > dev_groups added to struct driver > > Persistent tag for others to pull this branch from > > This is the first patch in a longer series that adds the ability for the > driver core to create and remove a list of attribute groups > automatically when the device is bound/unbound from a specific driver. > > See: > https://lore.kernel.org/r/20190731124349.4474-2-gregkh@linuxfoundation.org > for details on this patch, and examples of how to use it in other > drivers. > > Signed-off-by: Greg Kroah-Hartman > > ---------------------------------------------------------------- > Dmitry Torokhov (1): > driver core: add dev_groups to all drivers > > drivers/base/dd.c | 14 ++++++++++++++ > include/linux/device.h | 3 +++ > 2 files changed, 17 insertions(+) > _______________________________________________ Was planning to re-spin DRM a series which uses .dev_groups, although I cannot see the core patch. Did the it get reverted or simply fell though the cracks? -Emil From mboxrd@z Thu Jan 1 00:00:00 1970 From: Emil Velikov Subject: Re: [PATCH v2 00/10] drivers, provide a way to add sysfs groups easily Date: Wed, 13 May 2020 23:18:15 +0100 Message-ID: References: <20190731124349.4474-1-gregkh@linuxfoundation.org> <20190731131045.GB147138@dtor-ws> <20190802104633.GA14823@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20190802104633.GA14823@kroah.com> Sender: linux-input-owner@vger.kernel.org To: Greg Kroah-Hartman Cc: Dmitry Torokhov , x86@kernel.org, linux-input@vger.kernel.org, linux-fbdev , Andy Shevchenko , Bartlomiej Zolnierkiewicz , Sudeep Holla , "Linux-Kernel@Vger. Kernel. Org" , ML dri-devel , platform-driver-x86@vger.kernel.org, Tony Prisk , Andy Shevchenko , Florian Fainelli , Borislav Petkov , "H. Peter Anvin" , Darren Hart , Thomas Gleixner , Richard Gong , Ingo Molnar List-Id: platform-driver-x86.vger.kernel.org Hi Greg, On Fri, 2 Aug 2019 at 11:46, Greg Kroah-Hartman wrote: > > I have now done this with patch 1/10. Here's the pull info if any > subsystem maintainer wants to suck this into their tree to provide the > ability for drivers to add/remove attribute groups easily. > > This is part of my driver-core tree now, and will go to Linus for > 5.4-rc1, along with a few platform drivers that have been acked by their > various subsystem maintainers that convert them to use this new > functionality. > > If anyone has any questions about this, please let me know. > > thanks, > > greg k-h > > ------------------- > > The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: > > Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/dev_groups_all_drivers > > for you to fetch changes up to 23b6904442d08b7dbed7622ed33b236d41a3aa8b: > > driver core: add dev_groups to all drivers (2019-08-02 12:37:53 +0200) > > ---------------------------------------------------------------- > dev_groups added to struct driver > > Persistent tag for others to pull this branch from > > This is the first patch in a longer series that adds the ability for the > driver core to create and remove a list of attribute groups > automatically when the device is bound/unbound from a specific driver. > > See: > https://lore.kernel.org/r/20190731124349.4474-2-gregkh@linuxfoundation.org > for details on this patch, and examples of how to use it in other > drivers. > > Signed-off-by: Greg Kroah-Hartman > > ---------------------------------------------------------------- > Dmitry Torokhov (1): > driver core: add dev_groups to all drivers > > drivers/base/dd.c | 14 ++++++++++++++ > include/linux/device.h | 3 +++ > 2 files changed, 17 insertions(+) > _______________________________________________ Was planning to re-spin DRM a series which uses .dev_groups, although I cannot see the core patch. Did the it get reverted or simply fell though the cracks? -Emil From mboxrd@z Thu Jan 1 00:00:00 1970 From: Emil Velikov Date: Wed, 13 May 2020 22:18:15 +0000 Subject: Re: [PATCH v2 00/10] drivers, provide a way to add sysfs groups easily Message-Id: List-Id: References: <20190731124349.4474-1-gregkh@linuxfoundation.org> <20190731131045.GB147138@dtor-ws> <20190802104633.GA14823@kroah.com> In-Reply-To: <20190802104633.GA14823@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Greg Kroah-Hartman Cc: platform-driver-x86@vger.kernel.org, linux-fbdev , x86@kernel.org, "H. Peter Anvin" , Bartlomiej Zolnierkiewicz , Dmitry Torokhov , "Linux-Kernel@Vger. Kernel. Org" , ML dri-devel , Sudeep Holla , Tony Prisk , Andy Shevchenko , Florian Fainelli , Borislav Petkov , linux-input@vger.kernel.org, Darren Hart , Thomas Gleixner , Andy Shevchenko , Ingo Molnar , LAKML , Richard Gong Hi Greg, On Fri, 2 Aug 2019 at 11:46, Greg Kroah-Hartman wrote: > > I have now done this with patch 1/10. Here's the pull info if any > subsystem maintainer wants to suck this into their tree to provide the > ability for drivers to add/remove attribute groups easily. > > This is part of my driver-core tree now, and will go to Linus for > 5.4-rc1, along with a few platform drivers that have been acked by their > various subsystem maintainers that convert them to use this new > functionality. > > If anyone has any questions about this, please let me know. > > thanks, > > greg k-h > > ------------------- > > The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: > > Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/dev_groups_all_drivers > > for you to fetch changes up to 23b6904442d08b7dbed7622ed33b236d41a3aa8b: > > driver core: add dev_groups to all drivers (2019-08-02 12:37:53 +0200) > > ---------------------------------------------------------------- > dev_groups added to struct driver > > Persistent tag for others to pull this branch from > > This is the first patch in a longer series that adds the ability for the > driver core to create and remove a list of attribute groups > automatically when the device is bound/unbound from a specific driver. > > See: > https://lore.kernel.org/r/20190731124349.4474-2-gregkh@linuxfoundation.org > for details on this patch, and examples of how to use it in other > drivers. > > Signed-off-by: Greg Kroah-Hartman > > ---------------------------------------------------------------- > Dmitry Torokhov (1): > driver core: add dev_groups to all drivers > > drivers/base/dd.c | 14 ++++++++++++++ > include/linux/device.h | 3 +++ > 2 files changed, 17 insertions(+) > _______________________________________________ Was planning to re-spin DRM a series which uses .dev_groups, although I cannot see the core patch. Did the it get reverted or simply fell though the cracks? -Emil 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=-13.5 required=3.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,DKIM_VALID,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 53A44C433E1 for ; Wed, 13 May 2020 22:21:03 +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 38DE520675 for ; Wed, 13 May 2020 22:21:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="cthM133T"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="MdNrrrwc" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 38DE520675 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=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:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=TuD2pT+UhIVzliDvPzHpIWxW+lRmRSwKOJrpEdsmqFQ=; b=cthM133TviIrmX 7GsOpR0adKVG4YZ4E5nz4CZobd+UIB/8w7iKmraT2NaUgGvBwk+8Ns1VtloNSfDTwCDbDk0H4MUpz ynNhz2iHhnSd6QpmFmHCvDKpFADXsFl3EfscKq1JfnCEl8UtWFXjkziruCV+MPrwpcvAfnnM6JgJi G8NAImilF4xVFpRzwPrj4kVHlse/+IqpUgugakxObx8xopHb2lh9nwk6O4v//Y/D8700srab4apSH fC2G6E2LhDsQhV+wlmZmV4T1Dpv+zqsk6fPptkTL9O4k3xYZqjxNUlduNnDJ3prUXiXraM2IEX1mZ v7p+7/VvpEnZoGVF3ybg==; 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 1jYzkM-0004iJ-DV; Wed, 13 May 2020 22:21:02 +0000 Received: from mail-vs1-xe44.google.com ([2607:f8b0:4864:20::e44]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jYzkJ-0004hn-HY for linux-arm-kernel@lists.infradead.org; Wed, 13 May 2020 22:21:01 +0000 Received: by mail-vs1-xe44.google.com with SMTP id m24so782492vsq.10 for ; Wed, 13 May 2020 15:20:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Febjjj5+WWTqUCbI65lFaOFBjwVkcmzD8E9a3lP4Uv4=; b=MdNrrrwcMt5bs37DshmUmoyIMjjh7CB+k9Wk9SQHhdVkyuYOcacp3SASS2JGHQkFZW 6P6GOR6UyQqrQRzKsmKoQSVSn7Da1sS+IwByJS+VlE4ZThLUdat3cJX4oYY+x1vwVDhw NmSmxRfrdXNGNnbQoAWb8hoQ2cIcKtJQ1wkp7+KFnJyqi23qBsaYS/ixGdP3ELSYcwwX s3ql3bAdCqGCUM/QoI9AMgSpIlwTlRO9nzyXflHlPNHCw0QL3jewdGahAjnXxpi6JuVJ r1cotSeMPSwWva2uv4VGiN7NKdQlUDyGwkvenaCmnDDpOr3mIi1vo8nCILZTJWYz4Zy8 b4qw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Febjjj5+WWTqUCbI65lFaOFBjwVkcmzD8E9a3lP4Uv4=; b=KkgYshH8mDu+kBRnpxDQoJerUMs9/yI2JkMyrdJVsK49gsSO9LIP3tI/OwxEQyLTqY ScsxPyMgBrRWB4t3UHqJ6+j7/FKdq+cdXndKyUrissxxLEktcA7WrK7NfvVu1HcpVLwT IXGuJjB9FNH7Dwh1+7JqW8q1pieLOAakPjVqVdOJWyW2x2jek1TEhFjv7Mc+MS0sHJxP lCGQgIRWWMK/C4SHiAySEa9ZjF9OBxDPHAV/sylVepkI8EQn7jS/AfQuoOhJrJSp7Tom 2pRi6q82xDs5xBVehHtmVcXP2JG0i2/8wJlfiPUW1gGuRdIxjrd9WtdbGNdcVIiT6CIG q2og== X-Gm-Message-State: AOAM533a0xGCipdcDwfynHUodF4fMus7Nv7NVoB5RLbhKSEGLEOA+QU6 PUSUh81kObqbvKao4olIXsjDvI0y6Ovyw76yb2Y= X-Google-Smtp-Source: ABdhPJxo9EuLqhoKWxflAPUvXZF3mOIP4Fla676O86ZIxPbhYie0qT8N7NxiarKZvsbsx8aJvfTXSAykTIcU6rJym2E= X-Received: by 2002:a67:c482:: with SMTP id d2mr1227981vsk.37.1589408457816; Wed, 13 May 2020 15:20:57 -0700 (PDT) MIME-Version: 1.0 References: <20190731124349.4474-1-gregkh@linuxfoundation.org> <20190731131045.GB147138@dtor-ws> <20190802104633.GA14823@kroah.com> In-Reply-To: <20190802104633.GA14823@kroah.com> From: Emil Velikov Date: Wed, 13 May 2020 23:18:15 +0100 Message-ID: Subject: Re: [PATCH v2 00/10] drivers, provide a way to add sysfs groups easily To: Greg Kroah-Hartman X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200513_152059_606022_C2884A58 X-CRM114-Status: GOOD ( 22.45 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: platform-driver-x86@vger.kernel.org, linux-fbdev , x86@kernel.org, "H. Peter Anvin" , Bartlomiej Zolnierkiewicz , Dmitry Torokhov , "Linux-Kernel@Vger. Kernel. Org" , ML dri-devel , Sudeep Holla , Tony Prisk , Andy Shevchenko , Florian Fainelli , Borislav Petkov , linux-input@vger.kernel.org, Darren Hart , Thomas Gleixner , Andy Shevchenko , Ingo Molnar , LAKML , Richard Gong Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Greg, On Fri, 2 Aug 2019 at 11:46, Greg Kroah-Hartman wrote: > > I have now done this with patch 1/10. Here's the pull info if any > subsystem maintainer wants to suck this into their tree to provide the > ability for drivers to add/remove attribute groups easily. > > This is part of my driver-core tree now, and will go to Linus for > 5.4-rc1, along with a few platform drivers that have been acked by their > various subsystem maintainers that convert them to use this new > functionality. > > If anyone has any questions about this, please let me know. > > thanks, > > greg k-h > > ------------------- > > The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: > > Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/dev_groups_all_drivers > > for you to fetch changes up to 23b6904442d08b7dbed7622ed33b236d41a3aa8b: > > driver core: add dev_groups to all drivers (2019-08-02 12:37:53 +0200) > > ---------------------------------------------------------------- > dev_groups added to struct driver > > Persistent tag for others to pull this branch from > > This is the first patch in a longer series that adds the ability for the > driver core to create and remove a list of attribute groups > automatically when the device is bound/unbound from a specific driver. > > See: > https://lore.kernel.org/r/20190731124349.4474-2-gregkh@linuxfoundation.org > for details on this patch, and examples of how to use it in other > drivers. > > Signed-off-by: Greg Kroah-Hartman > > ---------------------------------------------------------------- > Dmitry Torokhov (1): > driver core: add dev_groups to all drivers > > drivers/base/dd.c | 14 ++++++++++++++ > include/linux/device.h | 3 +++ > 2 files changed, 17 insertions(+) > _______________________________________________ Was planning to re-spin DRM a series which uses .dev_groups, although I cannot see the core patch. Did the it get reverted or simply fell though the cracks? -Emil _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-13.3 required=3.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 2DEACC433DF for ; Wed, 13 May 2020 22:21:01 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 116432054F for ; Wed, 13 May 2020 22:21:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="MdNrrrwc" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 116432054F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 643826E109; Wed, 13 May 2020 22:20:59 +0000 (UTC) Received: from mail-vs1-xe41.google.com (mail-vs1-xe41.google.com [IPv6:2607:f8b0:4864:20::e41]) by gabe.freedesktop.org (Postfix) with ESMTPS id C89AC6E109 for ; Wed, 13 May 2020 22:20:58 +0000 (UTC) Received: by mail-vs1-xe41.google.com with SMTP id 62so817119vsi.2 for ; Wed, 13 May 2020 15:20:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Febjjj5+WWTqUCbI65lFaOFBjwVkcmzD8E9a3lP4Uv4=; b=MdNrrrwcMt5bs37DshmUmoyIMjjh7CB+k9Wk9SQHhdVkyuYOcacp3SASS2JGHQkFZW 6P6GOR6UyQqrQRzKsmKoQSVSn7Da1sS+IwByJS+VlE4ZThLUdat3cJX4oYY+x1vwVDhw NmSmxRfrdXNGNnbQoAWb8hoQ2cIcKtJQ1wkp7+KFnJyqi23qBsaYS/ixGdP3ELSYcwwX s3ql3bAdCqGCUM/QoI9AMgSpIlwTlRO9nzyXflHlPNHCw0QL3jewdGahAjnXxpi6JuVJ r1cotSeMPSwWva2uv4VGiN7NKdQlUDyGwkvenaCmnDDpOr3mIi1vo8nCILZTJWYz4Zy8 b4qw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Febjjj5+WWTqUCbI65lFaOFBjwVkcmzD8E9a3lP4Uv4=; b=F23WPRW/F5I6FfEWn7xYeyfZXyCjCFoQGkMEN7m2GDL6v3CV642gfYEC+iyt0Vq4R9 y61lPt4c6YSR1dtJ2EeZ8jm7Jnc5gYITevghriAvi0HWNySngvWzDWE1AJdrR3fCyYMZ jo4Ka4XVZnEBtK02X/h1NWi3fc2MqCuSfKazU0geiuOWyDiOsx7U2iaIPHpYQ8EkxqTN LVm9U8BYbF3Px4TEI3KhN3hHtBpleams1bU57+AKGDWISwc7AzXwWTdalrWZaOXoe2cq OnnidPNRZKIzgK1L6yua3+fuPOypf7E1hIHtew8AYcYY+s8roG6OEFTwf4UdB33a4Lrq 1Uzg== X-Gm-Message-State: AOAM531cKcWKX9TcmhrdIE4Hk17FyS2/AC8CYLdhYzaLS+UebbvaJoqv 8/ctYarRlQgHPX66YRLcCDSQmc+ysFXDUE52Og4= X-Google-Smtp-Source: ABdhPJxo9EuLqhoKWxflAPUvXZF3mOIP4Fla676O86ZIxPbhYie0qT8N7NxiarKZvsbsx8aJvfTXSAykTIcU6rJym2E= X-Received: by 2002:a67:c482:: with SMTP id d2mr1227981vsk.37.1589408457816; Wed, 13 May 2020 15:20:57 -0700 (PDT) MIME-Version: 1.0 References: <20190731124349.4474-1-gregkh@linuxfoundation.org> <20190731131045.GB147138@dtor-ws> <20190802104633.GA14823@kroah.com> In-Reply-To: <20190802104633.GA14823@kroah.com> From: Emil Velikov Date: Wed, 13 May 2020 23:18:15 +0100 Message-ID: Subject: Re: [PATCH v2 00/10] drivers, provide a way to add sysfs groups easily To: Greg Kroah-Hartman X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: platform-driver-x86@vger.kernel.org, linux-fbdev , x86@kernel.org, "H. Peter Anvin" , Bartlomiej Zolnierkiewicz , Dmitry Torokhov , "Linux-Kernel@Vger. Kernel. Org" , ML dri-devel , Sudeep Holla , Tony Prisk , Andy Shevchenko , Florian Fainelli , Borislav Petkov , linux-input@vger.kernel.org, Darren Hart , Thomas Gleixner , Andy Shevchenko , Ingo Molnar , LAKML , Richard Gong Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Greg, On Fri, 2 Aug 2019 at 11:46, Greg Kroah-Hartman wrote: > > I have now done this with patch 1/10. Here's the pull info if any > subsystem maintainer wants to suck this into their tree to provide the > ability for drivers to add/remove attribute groups easily. > > This is part of my driver-core tree now, and will go to Linus for > 5.4-rc1, along with a few platform drivers that have been acked by their > various subsystem maintainers that convert them to use this new > functionality. > > If anyone has any questions about this, please let me know. > > thanks, > > greg k-h > > ------------------- > > The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: > > Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/dev_groups_all_drivers > > for you to fetch changes up to 23b6904442d08b7dbed7622ed33b236d41a3aa8b: > > driver core: add dev_groups to all drivers (2019-08-02 12:37:53 +0200) > > ---------------------------------------------------------------- > dev_groups added to struct driver > > Persistent tag for others to pull this branch from > > This is the first patch in a longer series that adds the ability for the > driver core to create and remove a list of attribute groups > automatically when the device is bound/unbound from a specific driver. > > See: > https://lore.kernel.org/r/20190731124349.4474-2-gregkh@linuxfoundation.org > for details on this patch, and examples of how to use it in other > drivers. > > Signed-off-by: Greg Kroah-Hartman > > ---------------------------------------------------------------- > Dmitry Torokhov (1): > driver core: add dev_groups to all drivers > > drivers/base/dd.c | 14 ++++++++++++++ > include/linux/device.h | 3 +++ > 2 files changed, 17 insertions(+) > _______________________________________________ Was planning to re-spin DRM a series which uses .dev_groups, although I cannot see the core patch. Did the it get reverted or simply fell though the cracks? -Emil _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel