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