summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_buf.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: pass subdevice to comedi_buf_write_n_available()Ian Abbott2014-05-231-2/+3
* staging: comedi: pass subdevice to __comedi_buf_write_alloc()Ian Abbott2014-05-231-3/+4
* staging: comedi: pass subdevice to comedi_buf_munge()Ian Abbott2014-05-231-3/+3
* staging: comedi: pass subdevice to comedi_buf_is_mmapped()Ian Abbott2014-05-231-2/+2
* staging: comedi: pass subdevice to comedi_buf_reset()Ian Abbott2014-05-231-1/+3
* staging: comedi: pass subdevice to comedi_buf_read_n_available()Ian Abbott2014-05-231-2/+3
* staging: comedi: pass subdevice to comedi_buf_read_free()Ian Abbott2014-05-231-2/+3
* staging: comedi: pass subdevice to comedi_buf_read_alloc()Ian Abbott2014-05-231-2/+3
* staging: comedi: pass subdevice to comedi_buf_write_n_allocated()Ian Abbott2014-05-231-2/+4
* staging: comedi: pass subdevice to comedi_buf_write_free()Ian Abbott2014-05-231-2/+3
* staging: comedi: pass subdevice to comedi_buf_write_alloc()Ian Abbott2014-05-231-2/+2
* staging: comedi: pass subdevice to comedi_buf_memcpy_from()Ian Abbott2014-05-231-1/+2
* staging: comedi: pass subdevice to comedi_buf_memcpy_to()Ian Abbott2014-05-231-1/+2
* staging: comedi: pass subdevice to comedi_buf_get()Ian Abbott2014-05-231-1/+2
* staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott2014-05-231-1/+2
* staging: comedi: fix circular locking dependency in comedi_mmap()Ian Abbott2014-04-161-2/+35
* staging: comedi: protect buffer from being freed while mmappedIan Abbott2013-11-121-30/+69
* staging: comedi: use unsigned samples for comedi_buf_put()/get()Ian Abbott2013-10-161-4/+4
* staging: comedi: comedi_buf: needs <linux/vmalloc.h>H Hartley Sweeten2013-07-241-0/+2
* Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman2013-05-271-0/+12
|\
| * staging: comedi: complain if dma buffer allocation not supportedIan Abbott2013-05-131-0/+6
| * staging: comedi: work without HAS_DMAIan Abbott2013-05-131-0/+6
* | staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten2013-05-131-4/+0Star
|/
* staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbolsH Hartley Sweeten2013-04-131-9/+9
* staging: comedi: comedi_buf: remove noise in comedi_buf_read_free()H Hartley Sweeten2013-01-181-4/+2Star
* staging: comedi: comedi_buf: remove noise in comedi_buf_write_free()H Hartley Sweeten2013-01-181-4/+2Star
* staging: comedi: comedi_buf: remove unreachable dev_warn in comedi_buf_munge()H Hartley Sweeten2013-01-181-7/+0Star
* staging: comedi: comedi_buf: remove BUG_ON in comedi_buf_munge()H Hartley Sweeten2013-01-181-1/+0Star
* staging: comedi: comedi_buf: reorder exported function prototypesH Hartley Sweeten2013-01-181-3/+6
* staging: comedi: comedi_buf: don't expose comedi_buf_write_n_allocated()H Hartley Sweeten2013-01-181-0/+5
* staging: comedi: comedi_buf: don't expose comedi_buf_read_n_allocated()H Hartley Sweeten2013-01-181-0/+5
* staging: comedi: comedi_buf: clarify comedi_buf_read_free()H Hartley Sweeten2013-01-181-5/+10
* staging: comedi: comedi_buf: clarify comedi_buf_read_alloc()H Hartley Sweeten2013-01-181-6/+12
* staging: comedi: comedi_buf: cleanup comedi_buf_read_n_available()H Hartley Sweeten2013-01-181-4/+7
* staging: comedi: comedi_buf: clarify comedi_buf_write_free()H Hartley Sweeten2013-01-181-3/+4
* staging: comedi: comedi_buf: cleanup comedi_buf_munge()H Hartley Sweeten2013-01-181-33/+41
* staging: comedi: comedi_buf: remove comedi_buf_write_alloc_strictH Hartley Sweeten2013-01-181-8/+1Star
* staging: comedi: comedi_buf: factor out common comedi_buf_write_alloc_* codeH Hartley Sweeten2013-01-181-31/+21Star
* staging: comedi: comedi_buf: rename comedi_reset_async_buf()H Hartley Sweeten2013-01-181-1/+1
* staging: comedi: comedi_buf: factor out new buffer allocation codeH Hartley Sweeten2013-01-181-45/+52
* staging: comedi: comedi_buf: factor out common code to free the async bufferH Hartley Sweeten2013-01-181-63/+43Star
* staging: comedi: separate out comedi_buf_* functionsH Hartley Sweeten2013-01-181-0/+421