aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/adl_pci8164.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-154/+0
2020-07-25staging: comedi: adl: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2015-03-20staging: comedi: adl_pci8164: include new "comedi_pci.h" headerIan Abbott1-2/+1
2015-03-06staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten1-1/+1
2015-01-09staging: comedi: adl_pci8164: rewrite "Devices:" lineIan Abbott1-1/+1
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten1-1/+1
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten1-0/+1
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-4/+0
2013-04-08staging: comedi: remove unnecessary dev->board_name initializationH Hartley Sweeten1-2/+0
2013-03-14staging: comedi_pci: pass comedi_device to comedi_pci_enable()H Hartley Sweeten1-1/+1
2013-03-14staging: comedi_pci: make comedi_pci_disable() safe to callH Hartley Sweeten1-11/+1
2013-03-11staging: comedi: adl_pci8164: cleanup multi-line commentsH Hartley Sweeten1-28/+28
2013-03-11staging: comedi: adl_pci8164: remove unnecessary includesH Hartley Sweeten1-3/+0
2013-03-11staging: comedi: adl_pci8164: remove PCI_DEVICE_ID_* defineH Hartley Sweeten1-4/+2
2013-03-11staging: comedi: adl_pci8164: simplify (*insn_{read,write})H Hartley Sweeten1-134/+60
2013-03-11staging: comedi: adl_pci8164: simplify axis register determinationH Hartley Sweeten1-46/+5
2013-03-11staging: comedi: adl_pci8164: remove buggy dev_dbg()H Hartley Sweeten1-21/+0
2013-03-11staging: comedi: comedi_pci: change the comedi_pci_auto_config() 'context'H Hartley Sweeten1-2/+3
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten1-1/+3
2013-01-29staging/comedi/adl_pci8164: Don't assign stringPeter Huewe1-14/+14
2013-01-25staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.removePeter Huewe1-6/+1
2012-11-21staging: comedi: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: comedi: remove use of __devinitBill Pemberton1-2/+2
2012-11-21staging: comedi: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-30staging: comedi/drivers: use auto_attach instead of attach_pciIan Abbott1-3/+4
2012-10-23staging: comedi: auto-config drivers do not need to set hw_devH Hartley Sweeten1-2/+0
2012-10-22staging/comedi: Use dev_ printks in drivers/adl_pci8164.cYAMANE Toshiaki1-6/+6
2012-09-05staging: comedi: adl_pci8164: remove subdevice pointer mathH Hartley Sweeten1-4/+4
2012-08-17staging: comedi: adl_pci8164: use attach_pci callbackH Hartley Sweeten1-52/+13
2012-07-19staging: comedi: adl_pci8164: remove the private dataH Hartley Sweeten1-9/+0
2012-07-19staging: comedi: adl_pci8164: store the pci_dev in the comedi_deviceH Hartley Sweeten1-8/+11
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-2/+4
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-04staging: comedi: adl_pci8164: factor out the PCI device codeH Hartley Sweeten1-71/+78
2012-06-04staging: comedi: remove private header comedi_pci.hH Hartley Sweeten1-1/+0
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-5/+1
2012-05-14staging: comedi: Use module_comedi_pci_driver and standardize driversH Hartley Sweeten1-30/+10
2012-04-24staging: comedi: refactor adl_pci8164 driver to remove forward declarationsH Hartley Sweeten1-165/+120
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott1-1/+1
2011-11-26staging/comedi/adl: Convert pci_table entries to PCI_DEVICE (if PCI_ANY_ID is used)Peter Huewe1-4/+2
2010-07-08Staging: comedi: use for_each_pci_dev()Kulikov Vasiliy1-5/+2
2010-06-17Staging: comedi: Remove COMEDI_PCI_INITCLEANUP macroArun Thomas1-1/+39
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas1-0/+4
2009-12-11Staging: comedi: adl_pci8164 coding style fixesBRAGA, Bruno1-18/+19
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-47/+79
2009-06-19Staging: comedi: simply read and write functions in adl_pci8164Bill Pemberton1-199/+46
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton1-4/+4