aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/amplc_pc263.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-30staging: comedi: amplc_pc263: fix block commentsH Hartley Sweeten1-31/+31
2016-03-30staging: comedi: amplc_pc263: define the register mapH Hartley Sweeten1-7/+6
2016-03-30staging: comedi: amplc_pc263: tidy up comedi_driver definitionH Hartley Sweeten1-7/+7
2016-03-30staging: comedi: amplc_pc263: tidy up digital output subdevice initH Hartley Sweeten1-7/+8
2014-11-03staging: comedi: drivers: digital output subdevices do not need SDF_READABLEH Hartley Sweeten1-1/+1
2014-07-21staging: comedi: drivers: remove unnecessary DRIVER_NAME definesH Hartley Sweeten1-3/+1
2014-07-21staging: comedi: drivers: remove unnecessary *_SIZE definesH Hartley Sweeten1-2/+1
2014-02-07staging: comedi: drivers: remove final 'attach' messagesH Hartley Sweeten1-2/+0
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for simple casesH Hartley Sweeten1-9/+8
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-5/+0
2013-04-19staging: comedi: drivers: use comedi_legacy_detach() in simple driversH Hartley Sweeten1-7/+1
2013-04-12staging: comedi: amplc_pc263: split out PCI supportIan Abbott1-260/+18
2013-04-11staging: comedi: ampcl_pc263: use comedi_request_region()H Hartley Sweeten1-20/+3
2013-03-14staging: comedi_pci: pass comedi_device to comedi_pci_enable()H Hartley Sweeten1-5/+3
2013-03-14staging: comedi_pci: make comedi_pci_disable() safe to callH Hartley Sweeten1-4/+2
2013-03-11staging: comedi: comedi_pci: change the comedi_pci_auto_config() 'context'H Hartley Sweeten1-3/+3
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten1-0/+2
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-6/+10
2012-10-29Merge 3.7-rc3 into staging-nextGreg Kroah-Hartman1-0/+2
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_AMPLICONH Hartley Sweeten1-1/+0
2012-10-22staging: comedi: amplc_pc263: fix possible NULL deref during detachIan Abbott1-0/+2
2012-09-05staging: comedi: amplc_pc263: remove subdevice pointer mathH Hartley Sweeten1-1/+1
2012-09-04Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman1-0/+7
2012-09-04staging: comedi: amplc_pc263: Fix PCI ref countIan Abbott1-0/+7
2012-08-16staging: comedi: amplc_pc263: abbreviate IS_ENABLED()Ian Abbott1-8/+9
2012-08-16staging: comedi: amplc_pc263: check bus type in detach routineIan Abbott1-6/+9
2012-08-16staging: comedi: amplc_pc263: add helper functions to check bus typeIan Abbott1-9/+19
2012-07-19staging: comedi: amplc_pc263: store the pci_dev in the comedi_deviceH Hartley Sweeten1-31/+9
2012-07-19staging: comedi: amplc_pc263: cleanup "find pci device" codeH Hartley Sweeten1-26/+16
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-1/+1
2012-06-18staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten1-3/+0
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-12staging: comedi: remove the comed_alloc_subdevices "allocation failed" messagesH Hartley Sweeten1-3/+1
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-04staging: comedi: amplc_pc263: Add attach_pci() hookIan Abbott1-46/+95
2012-06-04staging: comedi: amplc_pc263: Remove thisboard and devpriv macrosIan Abbott1-7/+10
2012-06-04staging: comedi: amplc_pc263: Change return type of pc263_find_pci()Ian Abbott1-11/+7
2012-06-04staging: comedi: amplc_pc263: Remove unused fancy_nameIan Abbott1-4/+0
2012-06-04staging: comedi: amplc_pc263: Replace printk callsIan Abbott1-32/+33
2012-06-04staging: comedi: amplc_pc263: Remove forward function declarationsIan Abbott1-71/+52
2012-06-04staging: comedi: amplc_pc263: Use module_comedi_{pci, }_driver()Ian Abbott1-45/+10
2012-06-04staging: comedi: amplc_pc263: Use IS_ENABLED()Ian Abbott1-122/+59
2012-06-04staging: comedi: amplc_pc263: Add a missing caseIan Abbott1-0/+1