summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/amplc_pc263.c
AgeCommit message (Expand)Author
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2016-03-30staging: comedi: amplc_pc263: fix block commentsH Hartley Sweeten
2016-03-30staging: comedi: amplc_pc263: define the register mapH Hartley Sweeten
2016-03-30staging: comedi: amplc_pc263: tidy up comedi_driver definitionH Hartley Sweeten
2016-03-30staging: comedi: amplc_pc263: tidy up digital output subdevice initH Hartley Sweeten
2014-11-03staging: comedi: drivers: digital output subdevices do not need SDF_READABLEH Hartley Sweeten
2014-07-21staging: comedi: drivers: remove unnecessary DRIVER_NAME definesH Hartley Sweeten
2014-07-21staging: comedi: drivers: remove unnecessary *_SIZE definesH Hartley Sweeten
2014-02-07staging: comedi: drivers: remove final 'attach' messagesH Hartley Sweeten
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for simple casesH Hartley Sweeten
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten
2013-04-19staging: comedi: drivers: use comedi_legacy_detach() in simple driversH Hartley Sweeten
2013-04-12staging: comedi: amplc_pc263: split out PCI supportIan Abbott
2013-04-11staging: comedi: ampcl_pc263: use comedi_request_region()H Hartley Sweeten
2013-03-14staging: comedi_pci: pass comedi_device to comedi_pci_enable()H Hartley Sweeten
2013-03-14staging: comedi_pci: make comedi_pci_disable() safe to callH Hartley Sweeten
2013-03-11staging: comedi: comedi_pci: change the comedi_pci_auto_config() 'context'H Hartley Sweeten
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten
2013-01-25staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.removePeter Huewe
2012-11-21staging: comedi: remove use of __devexitBill Pemberton
2012-11-21staging: comedi: remove use of __devinitBill Pemberton
2012-11-21staging: comedi: remove use of __devexit_pBill Pemberton
2012-10-30staging: comedi/drivers: use auto_attach instead of attach_pciIan Abbott
2012-10-29Merge 3.7-rc3 into staging-nextGreg Kroah-Hartman
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_AMPLICONH Hartley Sweeten
2012-10-22staging: comedi: amplc_pc263: fix possible NULL deref during detachIan Abbott
2012-09-05staging: comedi: amplc_pc263: remove subdevice pointer mathH Hartley Sweeten
2012-09-04Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman
2012-09-04staging: comedi: amplc_pc263: Fix PCI ref countIan Abbott
2012-08-16staging: comedi: amplc_pc263: abbreviate IS_ENABLED()Ian Abbott
2012-08-16staging: comedi: amplc_pc263: check bus type in detach routineIan Abbott
2012-08-16staging: comedi: amplc_pc263: add helper functions to check bus typeIan Abbott
2012-07-19staging: comedi: amplc_pc263: store the pci_dev in the comedi_deviceH Hartley Sweeten
2012-07-19staging: comedi: amplc_pc263: cleanup "find pci device" codeH Hartley Sweeten
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten
2012-06-18staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten
2012-06-12staging: comedi: remove the comed_alloc_subdevices "allocation failed" messagesH Hartley Sweeten
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten
2012-06-04staging: comedi: amplc_pc263: Add attach_pci() hookIan Abbott
2012-06-04staging: comedi: amplc_pc263: Remove thisboard and devpriv macrosIan Abbott
2012-06-04staging: comedi: amplc_pc263: Change return type of pc263_find_pci()Ian Abbott
2012-06-04staging: comedi: amplc_pc263: Remove unused fancy_nameIan Abbott
2012-06-04staging: comedi: amplc_pc263: Replace printk callsIan Abbott
2012-06-04staging: comedi: amplc_pc263: Remove forward function declarationsIan Abbott
2012-06-04staging: comedi: amplc_pc263: Use module_comedi_{pci, }_driver()Ian Abbott
2012-06-04staging: comedi: amplc_pc263: Use IS_ENABLED()Ian Abbott
2012-06-04staging: comedi: amplc_pc263: Add a missing caseIan Abbott