All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Hounschell <markh@compro.net>
To: "driverdev-devel@linuxdriverproject.org"
	<driverdev-devel@linuxdriverproject.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: [PATCH RFC 08/17 v2] staging: dgap: Merge dgap_conf.h into dgap-driver.h
Date: Wed, 12 Feb 2014 15:55:42 -0500	[thread overview]
Message-ID: <52FBDFCE.4030003@compro.net> (raw)
In-Reply-To: <1559209486.214393.1392142481573.JavaMail.root@mx2.compro.net>

There is a lot of cleanup work to do on these digi drivers and merging as
much as is possible will make it easier. I also notice that many merged 
drivers are single source and header. 

Merge dgap_conf.h into dgap-driver.h

Signed-off-by: Mark Hounschell <markh@compro.net>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

diff -urpN linux-3.13.1-orig/drivers/staging/dgap/dgap_conf.h linux-3.13.1-new/drivers/staging/dgap/dgap_conf.h
--- linux-3.13.1-orig/drivers/staging/dgap/dgap_conf.h	2014-01-29 08:06:37.000000000 -0500
+++ linux-3.13.1-new/drivers/staging/dgap/dgap_conf.h	1969-12-31 19:00:00.000000000 -0500
@@ -1,290 +0,0 @@
-/*
- * Copyright 2003 Digi International (www.digi.com)
- *	Scott H Kilau <Scott_Kilau at digi dot com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
- * any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE.  See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- *****************************************************************************
- *
- *	dgap_conf.h - Header file for installations and parse files.
- *
- *	$Id: dgap_conf.h,v 1.1 2009/10/23 14:01:57 markh Exp $
- *
- *	NOTE: THIS IS A SHARED HEADER. DO NOT CHANGE CODING STYLE!!!
- */
-
-#ifndef _DGAP_CONF_H
-#define _DGAP_CONF_H
-
-#define NULLNODE 0		/* header node, not used */
-#define BNODE 1			/* Board node */
-#define LNODE 2			/* Line node */
-#define CNODE 3			/* Concentrator node */
-#define MNODE 4			/* EBI Module node */
-#define TNODE 5			/* tty name prefix node */
-#define	CUNODE 6		/* cu name prefix (non-SCO) */
-#define PNODE 7			/* trans. print prefix node */
-#define JNODE 8			/* maJor number node */
-#define ANODE 9			/* altpin */
-#define	TSNODE 10		/* tty structure size */
-#define CSNODE 11		/* channel structure size */
-#define BSNODE 12		/* board structure size */
-#define USNODE 13		/* unit schedule structure size */
-#define FSNODE 14		/* f2200 structure size */
-#define VSNODE 15		/* size of VPIX structures */
-#define INTRNODE 16		/* enable interrupt */
-
-/* Enumeration of tokens */
-#define	BEGIN	1
-#define	END	2
-#define	BOARD	10
-
-#define EPCFS	11 /* start of EPC family definitions */
-#define	ICX		11
-#define	MCX		13
-#define PCX	14
-#define	IEPC	15
-#define	EEPC	16
-#define	MEPC	17
-#define	IPCM	18
-#define	EPCM	19
-#define	MPCM	20
-#define PEPC	21
-#define PPCM	22
-#ifdef CP
-#define ICP     23
-#define ECP     24
-#define MCP     25
-#endif
-#define EPCFE	25 /* end of EPC family definitions */
-#define	PC2E	26
-#define	PC4E	27
-#define	PC4E8K	28
-#define	PC8E	29
-#define	PC8E8K	30
-#define	PC16E	31
-#define MC2E8K  34
-#define MC4E8K  35
-#define MC8E8K  36
-
-#define AVANFS	42	/* start of Avanstar family definitions */
-#define A8P 	42
-#define A16P	43
-#define AVANFE	43	/* end of Avanstar family definitions */
-
-#define DA2000FS	44	/* start of AccelePort 2000 family definitions */
-#define DA22 		44 /* AccelePort 2002 */
-#define DA24 		45 /* AccelePort 2004 */
-#define DA28		46 /* AccelePort 2008 */
-#define DA216		47 /* AccelePort 2016 */
-#define DAR4		48 /* AccelePort RAS 4 port */
-#define DAR8		49 /* AccelePort RAS 8 port */
-#define DDR24		50 /* DataFire RAS 24 port */
-#define DDR30		51 /* DataFire RAS 30 port */
-#define DDR48		52 /* DataFire RAS 48 port */
-#define DDR60		53 /* DataFire RAS 60 port */
-#define DA2000FE	53 /* end of AccelePort 2000/RAS family definitions */
-
-#define PCXRFS	106	/* start of PCXR family definitions */
-#define	APORT4	106
-#define	APORT8	107
-#define PAPORT4 108
-#define PAPORT8 109
-#define APORT4_920I	110
-#define APORT8_920I	111
-#define APORT4_920P	112
-#define APORT8_920P	113
-#define APORT2_920P 114
-#define PCXRFE	117	/* end of PCXR family definitions */
-
-#define	LINE	82
-#ifdef T1
-#define T1M	83
-#define E1M	84
-#endif
-#define	CONC	64
-#define	CX	65
-#define	EPC	66
-#define	MOD	67
-#define	PORTS	68
-#define METHOD	69
-#define CUSTOM	70
-#define BASIC	71
-#define STATUS	72
-#define MODEM	73
-/* The following tokens can appear in multiple places */
-#define	SPEED	74
-#define	NPORTS	75
-#define	ID	76
-#define CABLE	77
-#define CONNECT	78
-#define	IO	79
-#define	MEM	80
-#define DPSZ	81
-
-#define	TTYN	90
-#define	CU	91
-#define	PRINT	92
-#define	XPRINT	93
-#define CMAJOR   94 
-#define ALTPIN  95
-#define STARTO 96
-#define USEINTR  97
-#define PCIINFO  98
-
-#define	TTSIZ	100
-#define	CHSIZ	101
-#define BSSIZ	102
-#define	UNTSIZ	103
-#define	F2SIZ	104
-#define	VPSIZ	105
-
-#define	TOTAL_BOARD	2
-#define	CURRENT_BRD	4
-#define	BOARD_TYPE	6
-#define	IO_ADDRESS	8
-#define	MEM_ADDRESS	10
-
-#define	FIELDS_PER_PAGE	18
-
-#define TB_FIELD	1
-#define CB_FIELD	3
-#define BT_FIELD	5
-#define IO_FIELD	7
-#define ID_FIELD	8
-#define ME_FIELD	9
-#define TTY_FIELD	11
-#define CU_FIELD	13
-#define PR_FIELD	15
-#define MPR_FIELD	17
-
-#define	MAX_FIELD	512
-
-#define	INIT		0
-#define	NITEMS		128
-#define MAX_ITEM	512
-
-#define	DSCRINST	1
-#define	DSCRNUM		3
-#define	ALTPINQ		5
-#define	SSAVE		7
-
-#define	DSCR		"32"
-#define	ONETONINE	"123456789"
-#define	ALL		"1234567890"
-
-
-struct cnode {
-	struct cnode *next;
-	int type;
-	int numbrd;
-
-	union {
-		struct {
-			char  type;	/* Board Type 		*/
-			short port;	/* I/O Address		*/
-			char  *portstr; /* I/O Address in string */
-			long  addr;	/* Memory Address	*/
-			char  *addrstr; /* Memory Address in string */
-			long  pcibus;	/* PCI BUS		*/
-			char  *pcibusstr; /* PCI BUS in string */
-			long  pcislot;	/* PCI SLOT		*/
-			char  *pcislotstr; /* PCI SLOT in string */
-			char  nport;	/* Number of Ports	*/
-			char  *id;	/* tty id		*/
-			int   start;	/* start of tty counting */
-			char  *method;  /* Install method       */
-			char  v_type;
-			char  v_port;
-			char  v_addr;
-			char  v_pcibus;
-			char  v_pcislot;
-			char  v_nport;
-			char  v_id;
-			char  v_start;
-			char  v_method;
-			char  line1;
-			char  line2;
-			char  conc1;   /* total concs in line1 */
-			char  conc2;   /* total concs in line2 */
-			char  module1; /* total modules for line1 */
-			char  module2; /* total modules for line2 */
-			char  *status; /* config status */
-			char  *dimstatus;	 /* Y/N */
-			int   status_index; /* field pointer */
-		} board;
-
-		struct {
-			char  *cable;
-			char  v_cable;
-			char  speed;
-			char  v_speed;
-		} line;
-
-		struct {
-			char  type;
-			char  *connect;
-			char  speed;
-			char  nport;
-			char  *id;
-			char  *idstr;
-			int   start;
-			char  v_type;
-			char  v_connect;
-			char  v_speed;
-			char  v_nport;
-			char  v_id;
-			char  v_start;
-		} conc;
-
-		struct {
-			char type;
-			char nport;
-			char *id;
-			char *idstr;
-			int  start;
-			char v_type;
-			char v_nport;
-			char v_id;
-			char v_start;
-		} module;
-
-		char *ttyname;
-		
-		char *cuname;
-		
-		char *printname;
-
-		int  majornumber;
-
-		int  altpin;
-
-		int  ttysize;
-
-		int  chsize;
-
-		int  bssize;
-
-		int  unsize;
-
-		int  f2size;
-
-		int  vpixsize;
-
-		int  useintr;
-	} u;
-};
-
-#endif
diff -urpN linux-3.13.1-orig/drivers/staging/dgap/dgap_driver.c linux-3.13.1-new/drivers/staging/dgap/dgap_driver.c
--- linux-3.13.1-orig/drivers/staging/dgap/dgap_driver.c	2014-02-10 16:13:01.708232345 -0500
+++ linux-3.13.1-new/drivers/staging/dgap/dgap_driver.c	2014-02-10 16:27:48.504390913 -0500
@@ -63,7 +63,6 @@
 #include "dgap_driver.h"
 #include "dgap_pci.h"
 #include "dgap_tty.h"
-#include "dgap_conf.h"
 #include "dgap_trace.h"
 #include "dgap_sysfs.h"
 
diff -urpN linux-3.13.1-orig/drivers/staging/dgap/dgap_driver.h linux-3.13.1-new/drivers/staging/dgap/dgap_driver.h
--- linux-3.13.1-orig/drivers/staging/dgap/dgap_driver.h	2014-02-10 15:59:36.576837789 -0500
+++ linux-3.13.1-new/drivers/staging/dgap/dgap_driver.h	2014-02-10 16:27:13.371869098 -0500
@@ -853,4 +853,267 @@ struct bs_t {
 #       define  DM_DTR          0x01    /* Data terminal ready          */
 
 
+/************************************************************************
+ * Stuf from dgap_conf.h
+ ************************************************************************/
+
+#define NULLNODE 0		/* header node, not used */
+#define BNODE 1			/* Board node */
+#define LNODE 2			/* Line node */
+#define CNODE 3			/* Concentrator node */
+#define MNODE 4			/* EBI Module node */
+#define TNODE 5			/* tty name prefix node */
+#define	CUNODE 6		/* cu name prefix (non-SCO) */
+#define PNODE 7			/* trans. print prefix node */
+#define JNODE 8			/* maJor number node */
+#define ANODE 9			/* altpin */
+#define	TSNODE 10		/* tty structure size */
+#define CSNODE 11		/* channel structure size */
+#define BSNODE 12		/* board structure size */
+#define USNODE 13		/* unit schedule structure size */
+#define FSNODE 14		/* f2200 structure size */
+#define VSNODE 15		/* size of VPIX structures */
+#define INTRNODE 16		/* enable interrupt */
+
+/* Enumeration of tokens */
+#define	BEGIN	1
+#define	END	2
+#define	BOARD	10
+
+#define EPCFS	11 /* start of EPC family definitions */
+#define	ICX		11
+#define	MCX		13
+#define PCX	14
+#define	IEPC	15
+#define	EEPC	16
+#define	MEPC	17
+#define	IPCM	18
+#define	EPCM	19
+#define	MPCM	20
+#define PEPC	21
+#define PPCM	22
+#ifdef CP
+#define ICP     23
+#define ECP     24
+#define MCP     25
+#endif
+#define EPCFE	25 /* end of EPC family definitions */
+#define	PC2E	26
+#define	PC4E	27
+#define	PC4E8K	28
+#define	PC8E	29
+#define	PC8E8K	30
+#define	PC16E	31
+#define MC2E8K  34
+#define MC4E8K  35
+#define MC8E8K  36
+
+#define AVANFS	42	/* start of Avanstar family definitions */
+#define A8P 	42
+#define A16P	43
+#define AVANFE	43	/* end of Avanstar family definitions */
+
+#define DA2000FS	44	/* start of AccelePort 2000 family definitions */
+#define DA22 		44 /* AccelePort 2002 */
+#define DA24 		45 /* AccelePort 2004 */
+#define DA28		46 /* AccelePort 2008 */
+#define DA216		47 /* AccelePort 2016 */
+#define DAR4		48 /* AccelePort RAS 4 port */
+#define DAR8		49 /* AccelePort RAS 8 port */
+#define DDR24		50 /* DataFire RAS 24 port */
+#define DDR30		51 /* DataFire RAS 30 port */
+#define DDR48		52 /* DataFire RAS 48 port */
+#define DDR60		53 /* DataFire RAS 60 port */
+#define DA2000FE	53 /* end of AccelePort 2000/RAS family definitions */
+
+#define PCXRFS	106	/* start of PCXR family definitions */
+#define	APORT4	106
+#define	APORT8	107
+#define PAPORT4 108
+#define PAPORT8 109
+#define APORT4_920I	110
+#define APORT8_920I	111
+#define APORT4_920P	112
+#define APORT8_920P	113
+#define APORT2_920P 114
+#define PCXRFE	117	/* end of PCXR family definitions */
+
+#define	LINE	82
+#ifdef T1
+#define T1M	83
+#define E1M	84
+#endif
+#define	CONC	64
+#define	CX	65
+#define	EPC	66
+#define	MOD	67
+#define	PORTS	68
+#define METHOD	69
+#define CUSTOM	70
+#define BASIC	71
+#define STATUS	72
+#define MODEM	73
+/* The following tokens can appear in multiple places */
+#define	SPEED	74
+#define	NPORTS	75
+#define	ID	76
+#define CABLE	77
+#define CONNECT	78
+#define	IO	79
+#define	MEM	80
+#define DPSZ	81
+
+#define	TTYN	90
+#define	CU	91
+#define	PRINT	92
+#define	XPRINT	93
+#define CMAJOR   94 
+#define ALTPIN  95
+#define STARTO 96
+#define USEINTR  97
+#define PCIINFO  98
+
+#define	TTSIZ	100
+#define	CHSIZ	101
+#define BSSIZ	102
+#define	UNTSIZ	103
+#define	F2SIZ	104
+#define	VPSIZ	105
+
+#define	TOTAL_BOARD	2
+#define	CURRENT_BRD	4
+#define	BOARD_TYPE	6
+#define	IO_ADDRESS	8
+#define	MEM_ADDRESS	10
+
+#define	FIELDS_PER_PAGE	18
+
+#define TB_FIELD	1
+#define CB_FIELD	3
+#define BT_FIELD	5
+#define IO_FIELD	7
+#define ID_FIELD	8
+#define ME_FIELD	9
+#define TTY_FIELD	11
+#define CU_FIELD	13
+#define PR_FIELD	15
+#define MPR_FIELD	17
+
+#define	MAX_FIELD	512
+
+#define	INIT		0
+#define	NITEMS		128
+#define MAX_ITEM	512
+
+#define	DSCRINST	1
+#define	DSCRNUM		3
+#define	ALTPINQ		5
+#define	SSAVE		7
+
+#define	DSCR		"32"
+#define	ONETONINE	"123456789"
+#define	ALL		"1234567890"
+
+
+struct cnode {
+	struct cnode *next;
+	int type;
+	int numbrd;
+
+	union {
+		struct {
+			char  type;	/* Board Type 		*/
+			short port;	/* I/O Address		*/
+			char  *portstr; /* I/O Address in string */
+			long  addr;	/* Memory Address	*/
+			char  *addrstr; /* Memory Address in string */
+			long  pcibus;	/* PCI BUS		*/
+			char  *pcibusstr; /* PCI BUS in string */
+			long  pcislot;	/* PCI SLOT		*/
+			char  *pcislotstr; /* PCI SLOT in string */
+			char  nport;	/* Number of Ports	*/
+			char  *id;	/* tty id		*/
+			int   start;	/* start of tty counting */
+			char  *method;  /* Install method       */
+			char  v_type;
+			char  v_port;
+			char  v_addr;
+			char  v_pcibus;
+			char  v_pcislot;
+			char  v_nport;
+			char  v_id;
+			char  v_start;
+			char  v_method;
+			char  line1;
+			char  line2;
+			char  conc1;   /* total concs in line1 */
+			char  conc2;   /* total concs in line2 */
+			char  module1; /* total modules for line1 */
+			char  module2; /* total modules for line2 */
+			char  *status; /* config status */
+			char  *dimstatus;	 /* Y/N */
+			int   status_index; /* field pointer */
+		} board;
+
+		struct {
+			char  *cable;
+			char  v_cable;
+			char  speed;
+			char  v_speed;
+		} line;
+
+		struct {
+			char  type;
+			char  *connect;
+			char  speed;
+			char  nport;
+			char  *id;
+			char  *idstr;
+			int   start;
+			char  v_type;
+			char  v_connect;
+			char  v_speed;
+			char  v_nport;
+			char  v_id;
+			char  v_start;
+		} conc;
+
+		struct {
+			char type;
+			char nport;
+			char *id;
+			char *idstr;
+			int  start;
+			char v_type;
+			char v_nport;
+			char v_id;
+			char v_start;
+		} module;
+
+		char *ttyname;
+		
+		char *cuname;
+		
+		char *printname;
+
+		int  majornumber;
+
+		int  altpin;
+
+		int  ttysize;
+
+		int  chsize;
+
+		int  bssize;
+
+		int  unsize;
+
+		int  f2size;
+
+		int  vpixsize;
+
+		int  useintr;
+	} u;
+};
+
 #endif
diff -urpN linux-3.13.1-orig/drivers/staging/dgap/dgap_sysfs.c linux-3.13.1-new/drivers/staging/dgap/dgap_sysfs.c
--- linux-3.13.1-orig/drivers/staging/dgap/dgap_sysfs.c	2014-02-10 16:06:15.024308876 -0500
+++ linux-3.13.1-new/drivers/staging/dgap/dgap_sysfs.c	2014-02-10 16:23:10.557475633 -0500
@@ -29,7 +29,7 @@
  *
  *
  * 
- * $Id: dgap_sysfs.c,v 1.1.1.1 2014/01/31 07:33:31 markh Exp $   
+ * $Id: dgap_sysfs.c,v 1.2 2014/02/10 19:20:09 markh Exp $   
  */
 
 
@@ -43,7 +43,6 @@
 #include <linux/kdev_t.h>
   
 #include "dgap_driver.h"
-#include "dgap_conf.h"
 
 
 static ssize_t dgap_driver_version_show(struct device_driver *ddp, char *buf)
diff -urpN linux-3.13.1-orig/drivers/staging/dgap/dgap_tty.c linux-3.13.1-new/drivers/staging/dgap/dgap_tty.c
--- linux-3.13.1-orig/drivers/staging/dgap/dgap_tty.c	2014-02-10 16:06:28.274003240 -0500
+++ linux-3.13.1-new/drivers/staging/dgap/dgap_tty.c	2014-02-10 16:23:21.013900831 -0500
@@ -35,7 +35,7 @@
  * 
  ************************************************************************
  *
- * $Id: dgap_tty.c,v 1.2 2014/01/31 13:45:22 markh Exp $
+ * $Id: dgap_tty.c,v 1.3 2014/02/10 19:20:09 markh Exp $
  */
 
 #include <linux/kernel.h>
@@ -56,7 +56,6 @@
 #include "dgap_driver.h"
 #include "dgap_tty.h"
 #include "dgap_types.h"
-#include "dgap_conf.h"
 #include "dgap_sysfs.h"
 
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)



_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

  parent reply	other threads:[~2014-02-12 20:55 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-11 18:02 Digi International dgap driver in staging Mark Hounschell
2014-02-11 18:15 ` Greg Kroah-Hartman
     [not found] ` <1559209486.214393.1392142481573.JavaMail.root@mx2.compro.net>
2014-02-12 17:44   ` [PATCH RFC 01/17] staging: dgap: Merge dgap_fep5.c into dgap_driver.c Mark Hounschell
2014-02-12 18:39     ` Greg Kroah-Hartman
     [not found]     ` <1116134619.226502.1392230314402.JavaMail.root@mx2.compro.net>
2014-02-12 19:09       ` Mark Hounschell
2014-02-12 20:34     ` Dan Carpenter
     [not found]     ` <1768602462.227719.1392237227655.JavaMail.root@mx2.compro.net>
2014-02-12 21:39       ` Mark Hounschell
2014-02-12 17:46   ` [PATCH RFC 02/17] staging: dgap: Merge dgap_fep5.h into dgap_driver.h Mark Hounschell
2014-02-12 18:40     ` Greg Kroah-Hartman
     [not found]     ` <1986921985.226503.1392230325780.JavaMail.root@mx2.compro.net>
2014-02-12 19:00       ` Mark Hounschell
2014-02-12 19:15         ` Greg Kroah-Hartman
     [not found]         ` <771115903.226936.1392232440258.JavaMail.root@mx2.compro.net>
2014-02-12 19:29           ` Mark Hounschell
2014-02-12 19:49             ` Greg Kroah-Hartman
2014-02-12 17:47   ` [PATCH RFC 03/17] staging: dgap: Remove userland downld.c source file Mark Hounschell
2014-02-12 17:49   ` [PATCH RFC 04/17] staging: dgap: Add in kernel firmware loading support Mark Hounschell
2014-02-12 18:41     ` Greg Kroah-Hartman
     [not found]     ` <1681159537.226515.1392230412799.JavaMail.root@mx2.compro.net>
2014-02-12 19:04       ` Mark Hounschell
2014-02-12 19:16         ` Greg Kroah-Hartman
2014-02-12 17:50   ` [PATCH RFC 05/17] staging: dgap: remove user land dgap_downld.h Mark Hounschell
2014-02-12 17:52   ` [PATCH RFC 06/17] staging: dgap: Merge dgap_parse.c into dgap-driver.c Mark Hounschell
2014-02-12 17:53   ` [PATCH RFC 07/17] staging: dgap: Merge dgap_parse.h into dgap-driver.h Mark Hounschell
2014-02-12 17:54   ` [PATCH RFC 08/17] staging: dgap: Merge dgap_conf.h " Mark Hounschell
2014-02-12 17:55   ` [PATCH RFC 09/17] staging: dgap: Merge digi.h into dgap_driver.h Mark Hounschell
2014-02-12 17:56   ` [PATCH RFC 10/17] staging: dgap: Merge dgap_pci.h " Mark Hounschell
2014-02-12 17:58   ` [PATCH RFC 11/17] staging: dgap: Merge dgap_tty.c into dgap_driver.c Mark Hounschell
2014-02-12 17:59   ` [PATCH RFC 12/17] staging: dgap: Merge dgap_tty.h into dgap_driver.h Mark Hounschell
2014-02-12 18:00   ` [PATCH RFC 13/17] staging: dgap: Merge dgap_sysfs.c into dgap_driver.c Mark Hounschell
2014-02-12 18:01   ` [PATCH RFC 14/17] staging: dgap: Merge dgap_sysfs.h into dgap_driver.h Mark Hounschell
2014-02-12 18:02   ` [PATCH RFC 15/17] staging: dgap: Remove dgap_trace.c and dgap_trace.h Mark Hounschell
2014-02-12 18:03   ` [PATCH RFC 16/17] staging: dgap: Remove dgap_kcompat.h and_dgap_types.h Mark Hounschell
2014-02-12 18:05   ` [PATCH RFC 17/17] staging: dgap: Rename driver and include files to dgap.c and dgap.h Mark Hounschell
2014-02-12 20:32   ` [PATCH RFC 01/17 v2] staging: dgap: Merge dgap_fep5.c into dgap_driver.c Mark Hounschell
2014-02-14 17:34     ` Greg Kroah-Hartman
2014-02-14 17:38     ` Greg Kroah-Hartman
     [not found]     ` <338016755.249038.1392399207994.JavaMail.root@mx2.compro.net>
2014-02-14 17:41       ` Mark Hounschell
     [not found]     ` <1909192616.249095.1392399415373.JavaMail.root@mx2.compro.net>
2014-02-14 17:45       ` Mark Hounschell
2014-02-14 18:18         ` Greg Kroah-Hartman
     [not found]         ` <2082593870.249575.1392401820145.JavaMail.root@mx2.compro.net>
2014-02-17 19:32           ` Mark Hounschell
2014-02-17 22:50             ` Greg Kroah-Hartman
     [not found]             ` <1874593873.22652.1392677259403.JavaMail.root@mx2.compro.net>
2014-02-18 13:00               ` Mark Hounschell
2014-02-18 13:14                 ` Dan Carpenter
     [not found]                 ` <666351534.27602.1392729299288.JavaMail.root@mx2.compro.net>
2014-02-18 13:27                   ` Mark Hounschell
2014-02-18 13:50                     ` Dan Carpenter
2014-02-12 20:39   ` [PATCH RFC 02/17 v2] staging: dgap: Merge dgap_fep5.h into dgap_driver.h Mark Hounschell
2014-02-12 20:43   ` [PATCH RFC 03/17 v2] staging: dgap: Remove userland downld.c source file Mark Hounschell
2014-02-12 20:45   ` [PATCH RFC 04/17 v2] staging: dgap: Add in kernel firmware loading support Mark Hounschell
2014-02-12 20:47   ` [PATCH RFC 05/17 v2] staging: dgap: remove user land dgap_downld.h Mark Hounschell
2014-02-12 20:51   ` [PATCH RFC 06/17 v2] staging: dgap: Merge dgap_parse.c into dgap-driver.c Mark Hounschell
2014-02-12 20:53   ` [PATCH RFC 07/17 v2] staging: dgap: Merge dgap_parse.h into dgap-driver.h Mark Hounschell
2014-02-12 20:55   ` Mark Hounschell [this message]
2014-02-12 20:58   ` [PATCH RFC 09/17 v2] staging: dgap: Merge digi.h into dgap_driver.h Mark Hounschell
2014-02-12 21:01   ` [PATCH RFC 10/17 v2] staging: dgap: Merge dgap_pci.h " Mark Hounschell
2014-02-12 21:04   ` [PATCH RFC 11/17 v2] staging: dgap: Merge dgap_tty.c into dgap_driver.c Mark Hounschell
2014-02-12 21:07   ` [PATCH RFC 12/17 v2] staging: dgap: Merge dgap_tty.h into dgap_driver.h Mark Hounschell
2014-02-12 21:10   ` [PATCH RFC 13/17 v2] staging: dgap: Merge dgap_sysfs.c into dgap_driver.c Mark Hounschell
2014-02-12 21:12   ` [PATCH RFC 14/17 v2] staging: dgap: Merge dgap_sysfs.h into dgap_driver.h Mark Hounschell
2014-02-12 21:14   ` [PATCH RFC 15/17 v2] staging: dgap: Remove dgap_trace.c and dgap_trace.h Mark Hounschell
2014-02-12 21:17   ` [PATCH RFC 16/17 v2] staging: dgap: Remove dgap_kcompat.h and_dgap_types.h Mark Hounschell
2014-02-12 21:24   ` [PATCH RFC 17/17 v2] staging: dgap: Rename driver and include files to dgap.c and dgap.h Mark Hounschell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52FBDFCE.4030003@compro.net \
    --to=markh@compro.net \
    --cc=driverdev-devel@linuxdriverproject.org \
    --cc=gregkh@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.