| Commit message (Expand) | Author | Age | Files | Lines |
* | Staging: comedi: Fix 'unsigned' warning style | Aniket Sharma | 2016-03-29 | 1 | -2/+2 |
* | staging: comedi: comedidev.h: spaces preferred around that '*' | Ian Abbott | 2015-10-13 | 1 | -6/+6 |
* | staging: comedi: comedidev.h: add comments to spin-lock and mutex | Ian Abbott | 2015-10-13 | 1 | -3/+3 |
* | staging: comedi: comedidev.h: document remaining inline functions | Ian Abbott | 2015-09-29 | 1 | -1/+113 |
* | staging: comedi: comedidev.h: tweak docs for inline functions | Ian Abbott | 2015-09-29 | 1 | -33/+59 |
* | staging: comedi: comedidev.h: tweak struct comedi_async documentation | Ian Abbott | 2015-09-29 | 1 | -25/+25 |
* | staging: comedi: comedidev.h: document struct comedi_lrange | Ian Abbott | 2015-09-29 | 1 | -0/+11 |
* | staging: comedi: comedidev.h: document struct comedi_buf_map | Ian Abbott | 2015-09-29 | 1 | -0/+29 |
* | staging: comedi: comedidev.h: document struct comedi_subdevice | Ian Abbott | 2015-09-29 | 1 | -0/+125 |
* | staging: comedi: comedidev.h: document struct comedi_device | Ian Abbott | 2015-09-29 | 1 | -3/+81 |
* | staging: comedi: comedidev.h: document struct comedi_driver | Ian Abbott | 2015-09-29 | 1 | -5/+33 |
* | staging: comedi: comedidev.h: tweak kernel-doc for struct comedi_async | Ian Abbott | 2015-09-29 | 1 | -7/+12 |
* | staging: comedi: comedidev.h: use enum for COMEDI_CB_... constants | Ian Abbott | 2015-09-29 | 1 | -11/+12 |
* | staging: comedi: comedidev.h: reformat copyright comment | Ian Abbott | 2015-09-29 | 1 | -16/+16 |
* | staging: comedi: use BIT macro for bit shift operation | Hari Prasath Gujulan Elango | 2015-06-17 | 1 | -6/+6 |
* | staging: comedi: move COMEDI_SRF_... macros to "comedi_fops.c" | Ian Abbott | 2015-04-30 | 1 | -17/+0 |
* | staging: comedi: wrap COMEDI_SRF_FREE_SPRIV usage | Ian Abbott | 2015-04-30 | 1 | -0/+1 |
* | staging: comedi: comedi_fc.h: begin migration to comedidev.h | Ian Abbott | 2015-04-03 | 1 | -0/+78 |
* | staging: comedi: comedi_pci.h: move PCI stuff out of comedidev.h | Ian Abbott | 2015-03-20 | 1 | -43/+0 |
* | staging: comedi: add 'pacer' member to struct comedi_device | H Hartley Sweeten | 2015-03-01 | 1 | -0/+1 |
* | staging: comedi: comedi_pcmcia.h: move PCMCIA stuff out of comedidev.h | Ian Abbott | 2015-02-07 | 1 | -33/+0 |
* | staging: comedi: comedi_usb.h: move USB stuff out of comedidev.h | Ian Abbott | 2015-01-28 | 1 | -29/+0 |
* | staging: comedi: comedidev.h: add namespace to the subdevice "runflags" | H Hartley Sweeten | 2015-01-25 | 1 | -9/+16 |
* | staging: comedi: comedidev.h: remove unused "polling" function prototypes | H Hartley Sweeten | 2015-01-25 | 1 | -5/+0 |
* | staging: comedi: comedidev.h: remove unused "minor bits" information | H Hartley Sweeten | 2015-01-25 | 1 | -11/+0 |
* | staging: comedi: drivers: introduce comedi_nsamples_left() | H Hartley Sweeten | 2014-11-07 | 1 | -0/+2 |
* | staging: comedi: drivers: introduce comedi_nscans_left() | H Hartley Sweeten | 2014-11-07 | 1 | -0/+2 |
* | staging: comedi: comedidev.h: remove some #ifdefs | Ian Abbott | 2014-11-07 | 1 | -12/+0 |
* | staging: comedi: comedidev.h: remove dummy PCI support functions | Ian Abbott | 2014-11-07 | 1 | -26/+0 |
* | staging: comedi: comedidev.h: add 'scans_done' member to comedi_async | H Hartley Sweeten | 2014-11-05 | 1 | -0/+2 |
* | staging: comedi: remove use of 'bytes_per_sample()' | H Hartley Sweeten | 2014-11-03 | 1 | -6/+0 |
* | staging: comedi: introduce some sample size manipulation functions | Ian Abbott | 2014-10-29 | 1 | -4/+59 |
* | staging: comedi: comedi_buf: don't export comedi_write_array_to_buffer() | H Hartley Sweeten | 2014-10-29 | 1 | -3/+0 |
* | staging: comedi: comedi_buf: remove comedi_buf_put() | H Hartley Sweeten | 2014-10-29 | 1 | -2/+0 |
* | staging: comedi: comedi_buf: introduce comedi_buf_write_samples() | H Hartley Sweeten | 2014-10-29 | 1 | -0/+2 |
* | staging: comedi: comedi_buf: don't export comedi_buf_memcpy_to() | H Hartley Sweeten | 2014-10-29 | 1 | -3/+0 |
* | staging: comedi: comedi_buf: dont't export comedi_buf_memcpy_from() | H Hartley Sweeten | 2014-10-29 | 1 | -2/+1 |
* | staging: comedi: comedi_buf: remove comedi_buf_get() | H Hartley Sweeten | 2014-10-29 | 1 | -1/+0 |
* | staging: comedi: comedi_buf: remove export of comedi_read_array_from_buffer() | H Hartley Sweeten | 2014-10-29 | 1 | -2/+0 |
* | staging: comedi: comedi_buf: introduce comedi_buf_read_samples() | H Hartley Sweeten | 2014-10-29 | 1 | -0/+2 |
* | staging: comedi: comedidev.h: clarify async->event error/cancel detection | H Hartley Sweeten | 2014-10-29 | 1 | -0/+6 |
* | staging: comedi: comedidev.h: don't expose COMEDI_CB_* defines to userspace | H Hartley Sweeten | 2014-10-29 | 1 | -0/+16 |
* | staging: comedi: add comedi_read_array_from_buffer() | Ian Abbott | 2014-09-19 | 1 | -0/+2 |
* | staging: comedi: add comedi_write_array_to_buffer() | Ian Abbott | 2014-09-19 | 1 | -0/+3 |
* | staging: comedi: add comedi_handle_events() | Ian Abbott | 2014-09-19 | 1 | -0/+3 |
* | staging: comedi: add comedi_inc_scan_progress() | Ian Abbott | 2014-09-19 | 1 | -0/+2 |
* | staging: comedi: add comedi_bytes_per_scan() | Ian Abbott | 2014-09-19 | 1 | -0/+1 |
* | staging: comedi: remove comedi_board() | Ian Abbott | 2014-09-19 | 1 | -5/+0 |
* | staging: comedi: comedi_pci: introduce comedi_pci_detach() | H Hartley Sweeten | 2014-08-30 | 1 | -0/+5 |
* | staging: comedi: add a 'readback' member to comedi_subdevice | H Hartley Sweeten | 2014-08-30 | 1 | -0/+6 |