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:	Fri, 17 Aug 2012 18:04:21 -0700
From:	H Hartley Sweeten <hartleys@...ionengravers.com>
To:	Linux Kernel <linux-kernel@...r.kernel.org>
CC:	<devel@...verdev.osuosl.org>, <abbotti@....co.uk>,
	<gregkh@...uxfoundation.org>
Subject: [PATCH 00/20] staging: comedi: update comedi pci drivers part 2

Another round of updates to the comedi pci drivers.

* remove function trace messages
* remove devpriv and thisboard type macros
* cleanup the boardinfo
* remove forward declarations
* use attach_pci and remove legacy attach (when possible)
* misc. other changes

H Hartley Sweeten (20):
  staging: comedi: adv_pci1710: remove function trace messages
  staging: comedi: adv_pci1710: remove devpriv and this_board macros
  staging: comedi: adv_pci1710: convert boardinfo initialization to C99 format
  staging: comedi: adv_pci1710: remove '0' and 'NULL' boardinfo data
  staging: comedi: adv_pci1710: remove forward declarations
  staging: comedi: adv_pci1723: remove function trace messages
  staging: comedi: adv_pci1723: remove devpriv and this_board macros
  staging: comedi: adv_pci1723: remove range_pci1723
  staging: comedi: adv_pci1723: fix initial dio subdevice state and io_bits
  staging: comedi: adv_pci1723: remove boardinfo
  staging: comedi: adv_pci1723: use attach_pci callback
  staging: comedi: adv_pci1723: cleanup card reset
  staging: comedi: adv_pci_dio: remove function trace messages
  staging: comedi: adv_pci_dio: remove devpriv and this_board macros
  staging: comedi: adv_pci_dio: use attach_pci callback
  staging: comedi: adv_pci_dio: convert boardinfo initialization to C99 format
  staging: comedi: adv_pci_dio: remove '0' boardinfo data
  staging: comedi: adv_pci_dio: add the number of subdevices to the boardinfo
  staging: comedi: adv_pci_dio: simplify the 'detach'
  staging: comedi: adv_pci_dio: fix bug in 'detach'

 drivers/staging/comedi/drivers/adv_pci1710.c | 590 +++++++++++++--------------
 drivers/staging/comedi/drivers/adv_pci1723.c | 222 +++-------
 drivers/staging/comedi/drivers/adv_pci_dio.c | 428 +++++++++----------
 3 files changed, 535 insertions(+), 705 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