summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/ke_counter.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
2015-10-12staging: comedi: ke_counter: prefer using the BIT macroH Hartley Sweeten
2015-03-20staging: comedi: ke_counter: include new "comedi_pci.h" headerIan Abbott
2015-01-09staging: comedi: ke_counter: rewrite "Devices:" lineIan Abbott
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten
2014-06-26staging: comedi: ke_counter: expose clock source options to user spaceH Hartley Sweeten
2014-06-18staging: comedi: ke_counter: add ability to select counter clock sourceH Hartley Sweeten
2014-03-04staging: comedi: ke_counter: update the MODULE_DESCRIPTIONH Hartley Sweeten
2014-03-04staging: comedi: ke_counter: tidy up multi-line commentsH Hartley Sweeten
2014-03-04staging: comedi: ke_counter: add digital output supportH Hartley Sweeten
2014-03-04staging: comedi: ke_counter: rename cnt_auto_attach()H Hartley Sweeten
2014-03-04staging: comedi: ke_counter: fix ke_counter_insn_read()H Hartley Sweeten
2014-03-04staging: comedi: ke_counter: fix ke_counter_insn_write()H Hartley Sweeten
2014-03-04staging: comedi: ke_counter: tidy up the subdevice initH Hartley Sweeten
2014-03-04staging: comedi: ke_counter: define the register mapH Hartley Sweeten
2014-03-04staging: comedi: ke_counter: remove CNT_CARD_DEVICE_IDH Hartley Sweeten
2014-02-07staging: comedi: drivers: remove final 'attach' messagesH Hartley Sweeten
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han
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-08staging: comedi: remove unnecessary dev->board_name initializationH 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-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_KOLTERH Hartley Sweeten
2012-10-23staging: comedi: auto-config drivers do not need to set hw_devH Hartley Sweeten
2012-10-22staging: comedi: ke_counter: remove boardinfoH Hartley Sweeten
2012-09-05staging: comedi: ke_counter: remove subdevice pointer mathH Hartley Sweeten
2012-09-05staging: comedi: ke_counter: rename 'subdevice' variable to 's'H Hartley Sweeten
2012-08-17staging: comedi: ke_counter: use attach_pci callbackH Hartley Sweeten
2012-07-19staging: comedi: ke_counter: remove the cnt_board_nbr macroH Hartley Sweeten
2012-07-19staging: comedi: ke_counter: store the pci_dev in the comedi_deviceH Hartley Sweeten
2012-07-19staging: comedi: ke_counter: minor cleanup of cnt_attach()H Hartley Sweeten
2012-07-19staging: comedi: ke_counter: cleanup "find pci device" codeH Hartley Sweeten
2012-07-19staging: comedi: ke_counter: factor out the "find pci device" codeH Hartley Sweeten
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten
2012-06-12staging: comedi: remove the "Allocate the subdevice..." commentsH Hartley Sweeten
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten
2012-06-04staging: comedi: remove private header comedi_pci.hH Hartley Sweeten
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten
2012-05-14staging: comedi: Use module_comedi_pci_driver and standardize driversH Hartley Sweeten
2012-04-29staging: comedi: refactor ke_counter driver to remove forward declarationsH Hartley Sweeten
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott