lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 25 Jun 2012 15:13:46 -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 00/33] staging: comedi: cb_das16_cs: cleanup the driver

Cleanup the comedi cb_das16_cs driver.

H Hartley Sweeten (33):
  staging: comedi: cb_das16_cs: remove CONFIG_PCMCIA check
  staging: comedi: cb_das16_cs: move the MODULE_* stuff to the EOF
  staging: comedi: cb_das16_cs: add module_{init,exit} declarations
  staging: comedi: cb_das16_cs: consolidate the init and exit functions
  staging: comedi: cb_das13_cs: change driver registration order
  staging: comedi: cb_das16_cs: cleanup to the pcmcia_driver declaration
  staging: comedi: cb_das16_cs: remove some useless comments
  staging: comedi: cb_das16_cs: refactor the pcmcia support code
  staging: comedi: cb_das16_cs: refactor the pcmcia attach/detach
  staging: comedi: cb_das16_cs: remove unused pcmcia 'stop' logic
  staging: comedi: cb_das16_cs: remove the pcmcia suspend/resume
  staging: comedi: cb_das16_cs: remove unneeded pcmcia private data
  staging: comedi: cb_das16_cs: Move the comedi_driver variable
  staging: comedi: cb_das16_cs: refactor the comedi attach/detach
  staging: comedi: cb_das16_cs: remove thisboard and devpriv macros
  staging: comedi: cb_das16_cs: remove n_boards define
  staging: comedi: cb_das16_cs: remove skel driver cut-and-past comments
  staging: comedi: cb_das16_cs: remove unused timer subdevice
  staging: comedi: cb_das16_cs: cleanup dio subdevice initialization
  staging: comedi: cb_das16_cs: fix analog outputo subdevice init
  staging: comedi: cb_das16_cs: remove unneeded include
  staging: comedi: cb_das16_cs: probe for the device first
  staging: comedi: cb_das16_cs: remove the debug output of the "fingerprint"
  staging: comedi: cb_das16_cs: cleanup the boardinfo
  staging: comedi: cb_das16_cs: consolidate the attach messages
  staging: comedi: cb_das16_cs: return '0' for successful attach
  staging: comedi: cb_das16_cs: add whitespace to the subdev init
  staging: comedi: cb_das16_cs: cleanup das16cs_ai_rinsn()
  staging: comedi: cb_das16_cs: use #define'd io reg offsets
  staging: comedi: cb_das16_cs: remove unused variable in private data
  staging: comedi: cb_das16_cs: use the BIP_RANGE helper macro
  staging: comedi: cb_das16_cs: remove some commented out debug
  staging: comedi: cb_das16_cs: fix a multi-line comment

 drivers/staging/comedi/drivers/cb_das16_cs.c | 575 +++++++++------------------
 1 file changed, 184 insertions(+), 391 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

Powered by Openwall GNU/*/Linux Powered by OpenVZ