aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/ii_pci20kc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2015-10-12staging: comedi: ii_pci20kc: update the MODULE_DESCRIPTIONH Hartley Sweeten1-1/+1
2015-10-12staging: comedi: ii_pci20kc: use comedi_offset_munge()H Hartley Sweeten1-8/+4
2015-10-12staging: comedi: ii_pci20kc: prefer using the BIT macroH Hartley Sweeten1-35/+35
2015-08-10arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams1-0/+1
2015-01-09staging: comedi: ii_pci20kc: rewrite "Devices:" lineIan Abbott1-1/+1
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten1-1/+0
2014-08-30staging: comedi: ii_pci20kc: use comedi_subdevice 'readback'H Hartley Sweeten1-29/+8
2014-08-30staging: comedi: ii_pci20kc: save unmunged data for ao readbackH Hartley Sweeten1-3/+3
2014-08-01staging: comedi: ii_pci20kc: request and ioremap memoryIan Abbott1-3/+29
2014-07-30staging: comedi: ii_pci20kc: use the comedi_device 'mmio' memberH Hartley Sweeten1-27/+15
2014-05-23staging: comedi: ii_pci20kc: fix usage of uninit scalar in ii20k_attach()Christian Engelmayer1-0/+1
2014-02-14staging: comedi: ii_pci20kc: use comedi_timeout()H Hartley Sweeten1-11/+9
2013-09-17staging: comedi: ii_pci20kc: use comedi_dio_update_state()H Hartley Sweeten1-5/+2
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten1-23/+14
2013-08-12Revert "staging: comedi: drivers: use comedi_dio_insn_config() for complex cases"Greg Kroah-Hartman1-14/+23
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten1-23/+14
2013-07-25staging: comedi: ii_pci20kc: cleanup final piecesH Hartley Sweeten1-71/+36
2013-07-25staging: comedi: ii_pci20kc: cleanup the ai subdeviceH Hartley Sweeten1-153/+128
2013-07-25staging: comedi: ii_pci20kc: cleanup the ao subdeviceH Hartley Sweeten1-55/+40
2013-07-25staging: comedi: ii_pci20kc.c: break up the subdevice private data unionH Hartley Sweeten1-31/+33
2013-07-25staging: comedi: ii_pci20kc.c: remove 'iobase' from the subdevice private dataH Hartley Sweeten1-27/+31
2013-07-25staging: comedi: ii_pci20kc.c: tidy up the subdevice module initH Hartley Sweeten1-93/+104
2013-07-25staging: comedi: ii_pci20kc.c: cleanup the dio subdeviceH Hartley Sweeten1-168/+169
2013-07-25staging: comedi: ii_pci20kc: remove CHAN macroH Hartley Sweeten1-2/+0
2013-07-25staging: comedi: ii_pci20kc: move comedi_lrange tablesH Hartley Sweeten1-31/+34
2013-07-25staging: comedi: ii_pci20kc: remove forward declarations 3H Hartley Sweeten1-73/+62
2013-07-25staging: comedi: ii_pci20kc: remove forward declarations 2H Hartley Sweeten1-102/+88
2013-07-25staging: comedi: ii_pci20kc: remove forward declarations 1H Hartley Sweeten1-109/+75
2013-07-25staging: comedi: ii_pci20kc: use comedi_alloc_spriv()H Hartley Sweeten1-4/+3
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten1-0/+1
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten1-2/+1
2013-04-11staging: comedi: ii_pci20kc: remove comment about 2.4 kernelsH Hartley Sweeten1-3/+0
2013-04-08staging: comedi: remove unnecessary dev->board_name initializationH Hartley Sweeten1-1/+0
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten1-4/+4
2012-10-22staging/comedi: Use dev_ printks in drivers/ii_pci20kc.cYAMANE Toshiaki1-20/+15
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten1-4/+10
2012-09-05staging: comedi: ii_pci20kc: remove subdevice pointer mathH Hartley Sweeten1-2/+2
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-1/+1
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-04staging: comedi: ii_pci20kc: iobase and ioaddr are void __iomem *H Hartley Sweeten1-5/+5
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-4/+2
2012-05-15staging: comedi: refactor ii_pci20kc driver and use module_comedi_driverH Hartley Sweeten1-23/+7
2010-12-16Staging: comedi: Fix coding style issues in ii_pci20kc.cXenofon Foukas1-20/+46
2010-06-17Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas1-1/+12
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas1-0/+4
2009-12-11Staging: comedi: ii_pci_20kc: fix style printkDirk Hohndel1-18/+21
2009-12-11Staging: comedi: ii_pci20kc: white space fixesDirk Hohndel1-22/+22
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-51/+76