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=-3.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 A5D56C43603 for ; Fri, 6 Dec 2019 14:36:04 +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 786BA24659 for ; Fri, 6 Dec 2019 14:36:04 +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="IVRK/kXZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 786BA24659 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 55BA62625C; Fri, 6 Dec 2019 14:36:04 +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 ENXYYD4PtZ9f; Fri, 6 Dec 2019 14:36:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 4AC0A261F7; Fri, 6 Dec 2019 14:36:02 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id D2BBA1BF844 for ; Fri, 6 Dec 2019 14:36:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id C7ECC884E9 for ; Fri, 6 Dec 2019 14:36:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zWH4EBbmxf5E for ; Fri, 6 Dec 2019 14:36:01 +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 hemlock.osuosl.org (Postfix) with ESMTPS id 3486388499 for ; Fri, 6 Dec 2019 14:36:01 +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 85AD22464E; Fri, 6 Dec 2019 14:36:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575642961; bh=YyflOjb4lUY5qcmqeS3M2Jl15fybKfgugoi+z2potTY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IVRK/kXZzPXoXGggfyY0zUH2O4LMInPe9NWRsUSA6lk4X17SWEaBObY0xgb4DpKLh Ins+TmB1XEj1xY6IftLlkY0KHOzu2fhGbsW5B+kL/2v4XrOGPB6nIP4Xh7Jz51u/Hx pS9+G0gnnb0z6F7yyyXOFN724P6hOShoPyLmFtDo= Date: Fri, 6 Dec 2019 15:35:58 +0100 From: Greg KH To: Christian Gromm Subject: Re: [PATCH RFC 4/6] staging: most: move core files out of the staging area Message-ID: <20191206143558.GB32126@kroah.com> References: <1574697096-2942-1-git-send-email-christian.gromm@microchip.com> <1574697096-2942-5-git-send-email-christian.gromm@microchip.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1574697096-2942-5-git-send-email-christian.gromm@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 Mon, Nov 25, 2019 at 04:51:34PM +0100, Christian Gromm wrote: > This patch moves the core module to the /drivers/most directory > and makes all necessary changes in order to not break the build. > > Signed-off-by: Christian Gromm > --- > drivers/Kconfig | 1 + > drivers/Makefile | 1 + > drivers/most/Kconfig | 15 + > drivers/most/Makefile | 4 + > drivers/most/configfs.c | 708 +++++++++++++++++ > drivers/most/core.c | 1523 ++++++++++++++++++++++++++++++++++++ When renaming or moving files, generate the patch with -M so that we see it as a rename, not as an remove/add type of patch. thanks, greg k-h _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel