From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 786EA1BF9CB for ; Wed, 17 Jul 2013 21:49:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 25BDA321EF for ; Wed, 17 Jul 2013 21:49:00 +0000 (UTC) Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DYB8DRht3z-z for ; Wed, 17 Jul 2013 21:48:59 +0000 (UTC) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) by silver.osuosl.org (Postfix) with ESMTP id C509B321E0 for ; Wed, 17 Jul 2013 21:48:59 +0000 (UTC) Date: Wed, 17 Jul 2013 14:49:05 -0700 From: Greg KH Subject: Re: [PATCH] Adds Digi driver to staging. Message-ID: <20130717214905.GA14660@kroah.com> References: <20130717201801.GA3642@lidza-Satellite-L505D> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20130717201801.GA3642@lidza-Satellite-L505D> List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: driverdev-devel-bounces@linuxdriverproject.org To: Lidza Louina Cc: Mark Hounschell , driverdev-devel@linuxdriverproject.org On Wed, Jul 17, 2013 at 04:18:01PM -0400, Lidza Louina wrote: > This patch adds the Digi driver to staging. Which digi driver? For what hardware? What type of driver is it? Please provide some more details here. > It builds. Needs work done > to adapt to the API changes. > > Signed-off-by: Lidza Louina If at all possible, can we attribute this to the original author(s)? Are their names in the driver somewhere? > --- > drivers/staging/dgnc/Makefile | 95 + > drivers/staging/dgnc/Makefile.inc | 81 + How does it build in that there is no tie to the drivers/staging/Makefile and drivers/staging/Kconfig files? In looking at these files, it looks like this is still stand-alone, which isn't ok for the kernel build process, this should be changed. > drivers/staging/dgnc/dgnc_cls.c | 1412 +++++++++++ > drivers/staging/dgnc/dgnc_driver.c | 1028 ++++++++ > drivers/staging/dgnc/dgnc_mgmt.c | 313 +++ > drivers/staging/dgnc/dgnc_neo.c | 1977 +++++++++++++++ > drivers/staging/dgnc/dgnc_proc.c | 1551 ++++++++++++ > drivers/staging/dgnc/dgnc_sysfs.c | 761 ++++++ > drivers/staging/dgnc/dgnc_trace.c | 187 ++ > drivers/staging/dgnc/dgnc_tty.c | 3648 +++++++++++++++++++++++++++ > drivers/staging/dgnc/include/CVS/Entries | 13 + > drivers/staging/dgnc/include/CVS/Repository | 1 + > drivers/staging/dgnc/include/CVS/Root | 1 + No need to check CVS meta-files into a git tree :) > drivers/staging/dgnc/include/dgnc_cls.h | 90 + > drivers/staging/dgnc/include/dgnc_driver.h | 566 +++++ > drivers/staging/dgnc/include/dgnc_kcompat.h | 91 + > drivers/staging/dgnc/include/dgnc_mgmt.h | 37 + > drivers/staging/dgnc/include/dgnc_neo.h | 157 ++ > drivers/staging/dgnc/include/dgnc_pci.h | 77 + > drivers/staging/dgnc/include/dgnc_proc.h | 147 ++ > drivers/staging/dgnc/include/dgnc_sysfs.h | 49 + > drivers/staging/dgnc/include/dgnc_trace.h | 45 + > drivers/staging/dgnc/include/dgnc_tty.h | 42 + > drivers/staging/dgnc/include/dgnc_types.h | 36 + > drivers/staging/dgnc/include/digi.h | 419 +++ > drivers/staging/dgnc/include/dpacompat.h | 115 + All of these .h files should be in the drivers/staging/dgnc/ directory, no need to put the in a separate include directory. thanks, greg k-h _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel