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=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 746C3C43603 for ; Wed, 18 Dec 2019 16:25:56 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (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 43792227BF for ; Wed, 18 Dec 2019 16:25:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="VDl2nL51" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 43792227BF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=driverdev-devel-bounces@linuxdriverproject.org Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 0A52C20418; Wed, 18 Dec 2019 16:25:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mwTEXG3WGlgH; Wed, 18 Dec 2019 16:25:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 7EABC203DC; Wed, 18 Dec 2019 16:25:54 +0000 (UTC) Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 772E41BF41C for ; Wed, 18 Dec 2019 16:25:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5CB5D85D11 for ; Wed, 18 Dec 2019 16:25:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pD7Bf71vTJ8Q for ; Wed, 18 Dec 2019 16:25:38 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by fraxinus.osuosl.org (Postfix) with ESMTPS id E477C853D3 for ; Wed, 18 Dec 2019 16:25:38 +0000 (UTC) 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 2FC4F24650; Wed, 18 Dec 2019 16:25:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576686338; bh=qQiXJA27JjFJ95iJ+tHn6uXg+tdRZ42es5nTBLhXvv4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VDl2nL51cfS2ryVAxWiBRADc5iPD2apcfs8/K1BIEOPqYn99LRfRmSotjOdRukgvm MeS56SVukqtwhENOcXU7BB/sR0dxgvH20MsydKNZaB3VFNZMpNZfI/NHA6746nEN2+ 88dPcZB6KeAdBu/RO0IdA0K19ctMVIYohBV0pVqY= Date: Wed, 18 Dec 2019 17:25:36 +0100 From: Greg KH To: Christian.Gromm@microchip.com Subject: Re: [PATCH RFC v2 7/9] staging: most: move core files out of the staging area Message-ID: <20191218162536.GB482612@kroah.com> References: <1576238662-16512-1-git-send-email-christian.gromm@microchip.com> <1576238662-16512-8-git-send-email-christian.gromm@microchip.com> <20191217130548.GA3227907@kroah.com> <553516df78dcb750d107ad35bd56a164e7fe7e72.camel@microchip.com> <20191218140842.GA234539@kroah.com> <20191218150233.GA428016@kroah.com> <1dbe471036c7e539d3d75d1b78435513d9820205.camel@microchip.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1dbe471036c7e539d3d75d1b78435513d9820205.camel@microchip.com> X-BeenThere: driverdev-devel@linuxdriverproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: driverdev-devel@linuxdriverproject.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" On Wed, Dec 18, 2019 at 04:12:57PM +0000, Christian.Gromm@microchip.com wrote: > > You owe me 5 recitations of Documentation/driver-api/driver-model/* > > and > > Documentation/kobject.txt :) > > Sorry! Can I buy you a beer next ELCE? Always! _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel