All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] staging: unisys: add visornic driver
@ 2015-06-16  3:31 Benjamin Romer
  2015-06-16  3:31 ` [PATCH 1/5] staging: unisys: s-Par video channel includes EFI framebuffer Benjamin Romer
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Benjamin Romer @ 2015-06-16  3:31 UTC (permalink / raw)
  To: gregkh; +Cc: Jes.Sorensen, sparmaintainer, driverdev-devel, Benjamin Romer

This patch series introduces the visornic driver to the Unisys s-Par
driver set, as a replacement for the virtnic driver. The series consists
of a few clean-up patches in preparation for the new driver, followed
by a large patch containing the entire visornic driver, and a small patch
with bugfixes found during testing.

David Kershner (4):
  staging: unisys: s-Par video channel includes EFI framebuffer
  staging: unisys: Remove visorchannel stub
  staging: unisys: define structures outside of iochannel
  staging: unisys: Add s-Par visornic ethernet driver

Tim Sell (1):
  staging: unisys: add error messages to visornic

 drivers/staging/unisys/Kconfig                     |    1 +
 drivers/staging/unisys/Makefile                    |    1 +
 drivers/staging/unisys/include/iochannel.h         |   24 +-
 drivers/staging/unisys/visorbus/visorchannel.c     |   40 +-
 drivers/staging/unisys/visorchannel/Kconfig        |    9 -
 drivers/staging/unisys/visorchannel/Makefile       |   10 -
 drivers/staging/unisys/visorchannel/globals.h      |   25 -
 .../unisys/visorchannel/visorchannel_main.c        |   50 -
 drivers/staging/unisys/visornic/Kconfig            |   15 +
 drivers/staging/unisys/visornic/Makefile           |   10 +
 drivers/staging/unisys/visornic/visornic_main.c    | 2245 ++++++++++++++++++++
 11 files changed, 2318 insertions(+), 112 deletions(-)
 delete mode 100644 drivers/staging/unisys/visorchannel/Kconfig
 delete mode 100644 drivers/staging/unisys/visorchannel/Makefile
 delete mode 100644 drivers/staging/unisys/visorchannel/globals.h
 delete mode 100644 drivers/staging/unisys/visorchannel/visorchannel_main.c
 create mode 100644 drivers/staging/unisys/visornic/Kconfig
 create mode 100644 drivers/staging/unisys/visornic/Makefile
 create mode 100644 drivers/staging/unisys/visornic/visornic_main.c

-- 
2.1.4

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

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

end of thread, other threads:[~2015-06-17  2:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-16  3:31 [PATCH 0/5] staging: unisys: add visornic driver Benjamin Romer
2015-06-16  3:31 ` [PATCH 1/5] staging: unisys: s-Par video channel includes EFI framebuffer Benjamin Romer
2015-06-16  3:31 ` [PATCH 2/5] staging: unisys: Remove visorchannel stub Benjamin Romer
2015-06-16  3:31 ` [PATCH 3/5] staging: unisys: define structures outside of iochannel Benjamin Romer
2015-06-16 21:32   ` Greg KH
2015-06-16  3:31 ` [PATCH 4/5] staging: unisys: Add s-Par visornic ethernet driver Benjamin Romer
2015-06-16  3:32 ` [PATCH 5/5] staging: unisys: add error messages to visornic Benjamin Romer
2015-06-16 21:36   ` Greg KH
2015-06-17  0:08     ` Sell, Timothy C
2015-06-17  2:09       ` Greg KH
2015-06-17  2:12         ` Kershner, David A

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.