[<prev] [next>] [day] [month] [year] [list]
Message-ID: <201206201200.36144.hartleys@visionengravers.com>
Date: Wed, 20 Jun 2012 12:00:35 -0700
From: H Hartley Sweeten <hartleys@...ionengravers.com>
To: Linux Kernel <linux-kernel@...r.kernel.org>
CC: <devel@...verdev.osuosl.org>, <abbotti@....co.uk>,
<fmhess@...rs.sourceforge.net>, <gregkh@...uxfoundation.org>
Subject: [PATCH 0/8] staging: comedi: cleanup comedi usb drivers
Use the module_comedi_usb_driver helper macro to remove the
module init/exit boilerplate. And refactor the init code to
follow the style of the other comedi driver types and improve
maintainability.
H Hartley Sweeten (8):
staging: comedi: usbdux: use module_comedi_usb_driver()
staging: comedi: usbduxfast: use module_comedi_usb_driver()
staging: comedi: usbduxsigma: use module_comedi_usb_driver()
staging: comedi: vmk80xx: use module_comedi_usb_driver()
staging: comedi: vmk80xx: refactor init code
staging: comedi: usbduxsigma: refactor init code
staging: comedi: usbduxfast: refactor init code
staging: comedi: usbdux: refactor init code
drivers/staging/comedi/drivers/usbdux.c | 516 +++++++++++++--------------
drivers/staging/comedi/drivers/usbduxfast.c | 366 +++++++++----------
drivers/staging/comedi/drivers/usbduxsigma.c | 477 ++++++++++++-------------
drivers/staging/comedi/drivers/vmk80xx.c | 107 +++---
4 files changed, 665 insertions(+), 801 deletions(-)
--
1.7.11
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists