summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-10-25vme: vme_vmivme7805.c: use module_pci_driver to simplify the codeWei Yongjun1-14/+1
2012-10-24staging/comedi: Use pr_ or dev_ printks in drivers/serial2002.cYAMANE Toshiaki1-2/+4
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_AMPLICONH Hartley Sweeten6-5/+1
2012-10-24staging: comedi: dyna_pci10xx: remove PCI_VENDOR_ID_DYNALOGH Hartley Sweeten1-3/+1
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_AMCCH Hartley Sweeten2-2/+1
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_RTDH Hartley Sweeten2-2/+1
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_IOTECHH Hartley Sweeten2-2/+1
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_KOLTERH Hartley Sweeten2-1/+1
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_DTH Hartley Sweeten2-2/+1
2012-10-24staging: comedi: addi_common: use PCI_VENDOR_ID_ADDIDATA_OLDH Hartley Sweeten3-8/+6
2012-10-24staging: comedi: addi_common: use PCI_VENDOR_ID_ADDIDATAH Hartley Sweeten10-29/+20
2012-10-24staging: comedi: hwdrv_APCI1710: remove APCI1710_BOARD_VENDOR_IDH Hartley Sweeten2-3/+2
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_MEILHAUSH Hartley Sweeten3-3/+1
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_ADVANTECHH Hartley Sweeten4-6/+1
2012-10-24staging: comedi: cb_pcidda: cleanup cb_pcidda_calibrate()H Hartley Sweeten1-87/+25
2012-10-24staging: comedi: cb_pcidda: cleanup cb_pcidda_ao_winsn()H Hartley Sweeten1-8/+6
2012-10-24staging: comedi: cb_pcidda: cleanup DADATA defineH Hartley Sweeten1-2/+2
2012-10-24staging: comedi: cb_pcidda: cleanup DACCONTROL definesH Hartley Sweeten1-32/+21
2012-10-24staging: comedi: cb_pcidda: cleanup the dio register definesH Hartley Sweeten1-15/+2
2012-10-24staging: comedi: cb_pcidda: cleanup the boardinfoH Hartley Sweeten1-40/+30
2012-10-24staging: comedi: cb_pcidda: remove the private data 'status'H Hartley Sweeten1-20/+0
2012-10-24staging: comedi: cb_pcidda: cleanup the copyright and comedi commentsH Hartley Sweeten1-44/+39
2012-10-24staging: comedi: cb_pcidda: cleanup the analog output rangeH Hartley Sweeten1-17/+9
2012-10-24staging: comedi: cb_pcidda: check for subdev_8255_init() failureH Hartley Sweeten1-5/+7
2012-10-24staging: comedi: cb_pcidda: rename local variable 'index'H Hartley Sweeten1-5/+5
2012-10-24staging: comedi: cb_pcidda: remove the debug output of the eeprom dataH Hartley Sweeten1-5/+2
2012-10-24staging: comedi: cb_pcidda: remove private data variable 'digitalio'H Hartley Sweeten1-6/+4
2012-10-24staging: comedi: cb_pcidda: cleanup the private dataH Hartley Sweeten1-11/+0
2012-10-24staging: comedi: cb_pcidda: remove private data variable 'dac'H Hartley Sweeten1-14/+9
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_CBH Hartley Sweeten8-37/+28
2012-10-24staging: comedi: cb_pcidda: add defines for the PCI device idsH Hartley Sweeten1-14/+23
2012-10-24staging: comedi: cb_pcidda: remove code in #if 0/#endif blocksH Hartley Sweeten1-168/+0
2012-10-24staging: comedi: cb_pcidda: fix error test in cb_pcidda_attach_pci()H Hartley Sweeten1-1/+1
2012-10-24staging: comedi: Kconfig: update COMEDI_AMPLC_DIO200_PCI optionIan Abbott1-2/+3
2012-10-24staging: comedi: amplc_dio200: support multiple read/write of counterIan Abbott1-10/+14
2012-10-24staging: comedi: comedi.h: add clock sources for amplc_dio200 timerIan Abbott1-0/+8
2012-10-24staging: comedi: amplc_dio200: implement timer subdeviceIan Abbott1-1/+144
2012-10-24staging: comedi: amplc_dio200: add 32-bit register access functionsIan Abbott1-0/+32
2012-10-24staging: comedi: comedi.h: extra clock and gate sources for amplc_dio200Ian Abbott1-2/+17
2012-10-24staging: comedi: amplc_dio200: allow extra clock and gate sourcesIan Abbott1-17/+61
2012-10-24staging: comedi: amplc_dio200: enable enhanced features of PCIe boardsIan Abbott1-0/+9
2012-10-24staging: comedi: amplc_dio200: allow generation of PCIe interruptsIan Abbott1-0/+48
2012-10-24staging: comedi: amplc_dio200: support PCIe215, PCIe236 and PCIe296Ian Abbott1-38/+140
2012-10-24staging: comedi: amplc_dio200: add register shift to board infoIan Abbott1-0/+5
2012-10-24staging: comedi: amplc_dio200: add min register region size in boardIan Abbott1-4/+17
2012-10-24staging: comedi: amplc_dio200: add PCI BAR information to boardIan Abbott1-3/+10
2012-10-24staging: comedi: amplc_dio200: support memory-mapped I/OIan Abbott1-8/+53
2012-10-24staging: comedi: amplc_dio200: set dev->iobase before common attachIan Abbott1-7/+6
2012-10-24staging: comedi: amplc_dio200: use custom register access functionsIan Abbott1-27/+45
2012-10-24staging: comedi: amplc_dio200: don't select COMEDI_8255Ian Abbott1-1/+0