All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] staging: dgnc: builds this driver into the kernel
@ 2013-08-12 21:05 Lidza Louina
  2013-08-12 21:05 ` [PATCH 1/9] staging: dgnc: removes Makefile.inc Lidza Louina
                   ` (8 more replies)
  0 siblings, 9 replies; 24+ messages in thread
From: Lidza Louina @ 2013-08-12 21:05 UTC (permalink / raw)
  To: driverdev-devel, Greg KH, Mark Hounschell; +Cc: Lidza Louina

This series of patches builds the DGNC driver into the kernel and fixes
small problems caused by the new tty layer's API.

The DGNC driver is a TTY Serial Port Driver for the Digi International
Neo and Classic PCI based product line by Digi International
<http://www.digi.com>.

Lidza Louina (9):
  staging: dgnc: removes Makefile.inc
  staging: dgnc: builds into kernel
  staging: dgnc: removes proc code
  staging: dgnc: fixes error: invalid type argument of ‘->’ (have
    ‘struct ktermios’)
  staging: dgnc: fixes error: expected ‘struct tty_port *’ but argument
    is of type ‘struct tty_struct *’
  staging: dgnc: fixes error: incompatible types when assigning to type
    ‘struct ktermios *’ from type ‘struct ktermios’
  staging: dgnc: fixes warning: initialization from incompatible pointer
    type
  staging: dgnc: removes read_cnt, real_raw and rawreadok
  staging: dgnc: fixes warning: unused variable ‘buf’

 drivers/staging/Kconfig            |    1 +
 drivers/staging/Makefile           |    1 +
 drivers/staging/dgnc/Makefile      |    2 +-
 drivers/staging/dgnc/Makefile.inc  |  133 ----
 drivers/staging/dgnc/dgnc_driver.c |    9 -
 drivers/staging/dgnc/dgnc_proc.c   | 1551 ------------------------------------
 drivers/staging/dgnc/dgnc_tty.c    |  222 ++----
 7 files changed, 63 insertions(+), 1856 deletions(-)
 delete mode 100644 drivers/staging/dgnc/Makefile.inc
 delete mode 100644 drivers/staging/dgnc/dgnc_proc.c

-- 
1.8.1.2

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

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2013-08-13 13:27 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-12 21:05 [PATCH 0/9] staging: dgnc: builds this driver into the kernel Lidza Louina
2013-08-12 21:05 ` [PATCH 1/9] staging: dgnc: removes Makefile.inc Lidza Louina
2013-08-12 21:13   ` Greg KH
2013-08-13  2:41     ` Lidza Louina
2013-08-12 21:05 ` [PATCH 2/9] staging: dgnc: builds into kernel Lidza Louina
2013-08-12 21:10   ` Greg KH
2013-08-13  2:22     ` Lidza Louina
2013-08-12 21:05 ` [PATCH 3/9] staging: dgnc: removes proc code Lidza Louina
2013-08-12 21:11   ` Greg KH
2013-08-13  2:32     ` Lidza Louina
2013-08-12 21:05 ` [PATCH 4/9] staging: dgnc: fixes error: invalid type argument of ‘->’ (have ‘struct ktermios’) Lidza Louina
2013-08-12 21:12   ` [PATCH 4/9] staging: dgnc: fixes error: invalid type argument of ‘->’ (have ���struct ktermios’) Greg KH
2013-08-12 21:05 ` [PATCH 5/9] staging: dgnc: fixes error: expected ‘struct tty_port *’ but argument is of type ‘struct tty_struct *’ Lidza Louina
2013-08-12 21:13   ` Greg KH
2013-08-12 21:05 ` [PATCH 6/9] staging: dgnc: fixes error: incompatible types when assigning to type ‘struct ktermios *’ from type ‘struct ktermios’ Lidza Louina
2013-08-12 21:14   ` Greg KH
2013-08-13  7:30   ` Dan Carpenter
2013-08-13 13:20     ` Lidza Louina
2013-08-12 21:05 ` [PATCH 7/9] staging: dgnc: fixes warning: initialization from incompatible pointer type Lidza Louina
2013-08-13  7:32   ` Dan Carpenter
2013-08-13 13:26     ` Lidza Louina
2013-08-12 21:05 ` [PATCH 8/9] staging: dgnc: removes read_cnt, real_raw and rawreadok Lidza Louina
2013-08-12 21:05 ` [PATCH 9/9] staging: dgnc: fixes warning: unused variable ‘buf’ Lidza Louina
2013-08-13  7:35   ` Dan Carpenter

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.