summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi
AgeCommit message (Expand)AuthorFilesLines
2015-03-07staging: comedi: drivers: remove extra parentheses around right bit shift ope...Aya Mahfouz1-1/+1
2015-03-06staging: comedi: Remove if condition.Navya Sri Nizamkari1-3/+1
2015-03-02staging: comedi: adl_pci6208: support old PLX device IDIan Abbott1-0/+2
2015-03-02staging: comedi: adl_pci6208: remove multiple board type supportIan Abbott1-27/+3
2015-03-02staging: comedi: adl_pci6208: combine PCI-6208 and PCI-6216 supportIan Abbott1-9/+7
2015-03-02staging: comedi: cb_pcimdas: add 8254 timer (pacer) supportH Hartley Sweeten2-1/+70
2015-03-02staging: comedi: cb_pcimdas: add main connector digital input/outputH Hartley Sweeten1-1/+49
2015-03-02staging: comedi: cb_pcimdas: tidy up cb_pcimdas_auto_attach()H Hartley Sweeten1-19/+17
2015-03-02staging: comedi: cb_pcimdas: provide analog output range tableH Hartley Sweeten1-2/+14
2015-03-02staging: comedi: cb_pcimdas: define the register mapH Hartley Sweeten1-47/+86
2015-03-02staging: comedi: cb_pcimdas: support analog input programmable rangesH Hartley Sweeten1-4/+38
2015-03-02staging: comedi: cb_pcimdas: fix analog input channel configurationH Hartley Sweeten1-12/+22
2015-03-02staging: comedi: 8253.h: remove unused headerH Hartley Sweeten1-347/+0
2015-03-02staging: comedi: ni_labpc_common: convert driver to use the comedi_8254 moduleH Hartley Sweeten6-111/+111
2015-03-02staging: comedi: amplc_dio200_common: convert driver to use the comedi_8254 m...H Hartley Sweeten3-201/+99
2015-03-02staging: comedi: amplc_dio200_common: remove 'spinlock' from struct dio200_su...H Hartley Sweeten1-18/+5
2015-03-02staging: comedi: amplc_dio200_common: remove unnecessary 'counter_number' checksH Hartley Sweeten1-8/+0
2015-03-02staging: comedi: amplc_dio200_common: remove 'which' from struct dio200_subde...H Hartley Sweeten1-5/+2
2015-03-02staging: comedi: amplc_dio200_common: remove 'gat_sce_ofs' from struct dio200...H Hartley Sweeten1-7/+2
2015-03-02staging: comedi: amplc_dio200_common: remove 'clk_sce_ofs' from struct dio200...H Hartley Sweeten1-3/+1
2015-03-02staging: comedi: amplc_dio200_common: introduce DIO200_GAT_SEL() macroH Hartley Sweeten1-4/+2
2015-03-02staging: comedi: amplc_dio200_common: introduce DIO200_CLK_SEL() macroH Hartley Sweeten1-4/+2
2015-03-02staging: comedi: adl_pci9118: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-65/+29
2015-03-02staging: comedi: das16: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-29/+16
2015-03-02staging: comedi: cb_pcidas64: remove unnecessary includeH Hartley Sweeten1-1/+0
2015-03-02staging: comedi: me4000: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-95/+14
2015-03-02staging: comedi: adv_pci_dio: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-77/+11
2015-03-02staging: comedi: adv_pci_dio: refactor 's8254' boardinfoH Hartley Sweeten1-32/+19
2015-03-02staging: comedi: adv_pci_dio: simplify counter subdevice I/OH Hartley Sweeten1-33/+14
2015-03-02staging: comedi: das1800: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-52/+30
2015-03-02staging: comedi: das6402: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-39/+13
2015-03-02staging: comedi: ni_at_a2150: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-10/+8
2015-03-02staging: comedi: ni_at_ao: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-5/+10
2015-03-02staging: comedi: das08: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-67/+11
2015-03-02staging: comedi: amplc_pci230: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-27/+21
2015-03-02staging: comedi: adv_pci1710: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-146/+61
2015-03-02staging: comedi: cb_das16_cs: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-5/+8
2015-03-02staging: comedi: das16m1: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-40/+40
2015-03-02staging: comedi: das800: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-25/+14
2015-03-02staging: comedi: cb_pcidas: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-53/+34
2015-03-02staging: comedi: amplc_pci224: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-21/+14
2015-03-02staging: comedi: adl_pci9111: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-30/+10
2015-03-02staging: comedi: pcl711: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-31/+12
2015-03-02staging: comedi: pcl818: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-51/+30
2015-03-02staging: comedi: pcl816: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-44/+16
2015-03-02staging: comedi: pcl812: convert driver to use the comedi_8254 moduleH Hartley Sweeten2-37/+21
2015-03-02staging: comedi: add 'pacer' member to struct comedi_deviceH Hartley Sweeten2-0/+3
2015-03-02staging: comedi: comedi_8254: introduce module for 8254 timer supportH Hartley Sweeten4-0/+797
2015-03-02staging: comedi: rtd520: remove unnecessary interrupt disableH Hartley Sweeten1-5/+1
2015-03-02staging: comedi: cb_pcidas64: fix possible integer overflowH Hartley Sweeten1-2/+2