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=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 42090C32751 for ; Wed, 31 Jul 2019 12:51:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0A1DD206B8 for ; Wed, 31 Jul 2019 12:51:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564577469; bh=m75Y5bySfWBg5RmHFC71cuvOVKJysRnkCpBlKcHZU9Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=T8yBvW/xhkYCGA67otd0a1FNtnSp6RChLYERJIPxYxchZ2SQtwdrEIjcmdQz5m93N lWVsvw/XijUwgrUUk5neXcKe0D4g+kVHLdtT3coYujrCc76WiXmBlGjNex7pn0xBfO tR1fxHEaw29bZTnUAPhuwNb7m7baISlQUfhirV9c= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729111AbfGaMvH (ORCPT ); Wed, 31 Jul 2019 08:51:07 -0400 Received: from mail.kernel.org ([198.145.29.99]:39122 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726248AbfGaMvH (ORCPT ); Wed, 31 Jul 2019 08:51:07 -0400 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 5BB21206B8; Wed, 31 Jul 2019 12:51:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564577466; bh=m75Y5bySfWBg5RmHFC71cuvOVKJysRnkCpBlKcHZU9Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=polaUNRXlPvhV5sj/t8H8t9+nufivwNfvf8s0t/hPB/CKys8ZkEiYhn5zyBfpQe/6 htHepHzxiC126s7lK8SPlIqt96j7yN9LG50E86zzvs+FfgFhQJg4VmPD4fuCU2aN08 s7c6fYss2YRY5WaMZLZc8mU7CFzaWjsLmlRBS1sU= Date: Wed, 31 Jul 2019 14:51:04 +0200 From: Greg Kroah-Hartman To: Takashi Iwai Cc: linux-kernel@vger.kernel.org, Richard Gong , Dmitry Torokhov Subject: Re: [PATCH v2 01/10] driver core: add dev_groups to all drivers Message-ID: <20190731125104.GA6062@kroah.com> References: <20190731124349.4474-1-gregkh@linuxfoundation.org> <20190731124349.4474-2-gregkh@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 31, 2019 at 02:49:26PM +0200, Takashi Iwai wrote: > On Wed, 31 Jul 2019 14:43:40 +0200, > Greg Kroah-Hartman wrote: > > > > From: Dmitry Torokhov > > > > Add 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. > > > > Signed-off-by: Greg Kroah-Hartman > > Missing sign-off from Dmitry? He never provided it :( Dmitry, can you please do so? I forgot to include that in the cover leter... thanks, greg k-h