All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] staging: comedi: split bus support into separate modules
@ 2014-10-31 17:47 Ian Abbott
  2014-10-31 17:47 ` [PATCH 1/5] staging: comedi: comedidev.h: remove dummy PCI support functions Ian Abbott
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Ian Abbott @ 2014-10-31 17:47 UTC (permalink / raw)
  To: driverdev-devel
  Cc: Greg Kroah-Hartman, Ian Abbott, H Hartley Sweeten, linux-kernel

The Comedi core module doesn't need support for PCI, USB or PCMCIA.
Only the low-level Comedi drivers need it.  Split the support for these
bus types out of the core "comedi" module and into new modules,
"comedi_pci", "comedi_usb", and "comedi_pcmcia".

1) staging: comedi: comedidev.h: remove dummy PCI support functions
2) staging: comedi: comedidev.h: remove some #ifdefs
3) staging: comedi: split out PCMCIA support into new module
4) staging: comedi: split out USB support into new module
5) staging: comedi: split out PCI support into new module

 drivers/staging/comedi/Kconfig         | 15 +++++++++++---
 drivers/staging/comedi/Makefile        |  7 ++++---
 drivers/staging/comedi/comedi_pci.c    | 16 ++++++++++++++
 drivers/staging/comedi/comedi_pcmcia.c | 16 ++++++++++++++
 drivers/staging/comedi/comedi_usb.c    | 16 ++++++++++++++
 drivers/staging/comedi/comedidev.h     | 38 ----------------------------------
 6 files changed, 64 insertions(+), 44 deletions(-)

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

end of thread, other threads:[~2014-11-05 23:13 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31 17:47 [PATCH 0/5] staging: comedi: split bus support into separate modules Ian Abbott
2014-10-31 17:47 ` [PATCH 1/5] staging: comedi: comedidev.h: remove dummy PCI support functions Ian Abbott
2014-10-31 17:47 ` [PATCH 2/5] staging: comedi: comedidev.h: remove some #ifdefs Ian Abbott
2014-10-31 17:47 ` [PATCH 3/5] staging: comedi: split out PCMCIA support into new module Ian Abbott
2014-10-31 17:47 ` [PATCH 4/5] staging: comedi: split out USB " Ian Abbott
2014-10-31 17:47 ` [PATCH 5/5] staging: comedi: split out PCI " Ian Abbott
2014-10-31 18:19 ` [PATCH 0/5] staging: comedi: split bus support into separate modules Hartley Sweeten
2014-10-31 22:08   ` Ian Abbott
2014-10-31 22:18     ` Hartley Sweeten
2014-10-31 22:53       ` Ian Abbott
2014-10-31 23:00         ` Ian Abbott
2014-11-05 22:50           ` Greg Kroah-Hartman
2014-11-05 23:13             ` Hartley Sweeten

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.