aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_buf.c
AgeCommit message (Expand)Author
2014-11-05staging: comedi: comedidev.h: add 'scans_done' member to comedi_asyncH Hartley Sweeten
2014-11-03staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten
2014-11-03staging: comedi: comedi_buf: make comedi_buf_write_samples() add samples that...H Hartley Sweeten
2014-10-29staging: comedi: comedi_buf: absorb __comedi_buf_write_alloc()H Hartley Sweeten
2014-10-29staging: comedi: comedi_buf: absorb comedi_write_array_to_buffer()H Hartley Sweeten
2014-10-29staging: comedi: comedi_buf: don't export comedi_write_array_to_buffer()H Hartley Sweeten
2014-10-29staging: comedi: comedi_buf: remove comedi_buf_put()H Hartley Sweeten
2014-10-29staging: comedi: comedi_buf: introduce comedi_buf_write_samples()H Hartley Sweeten
2014-10-29staging: comedi: comedi_buf: comedi_buf_memcpy_from() remove 'offset' paramH Hartley Sweeten
2014-10-29staging: comedi: comedi_buf: comedi_buf_memcpy_to() remove 'offset' paramH Hartley Sweeten
2014-10-29staging: comedi: comedi_buf: don't export comedi_buf_memcpy_to()H Hartley Sweeten
2014-10-29staging: comedi: comedi_buf: dont't export comedi_buf_memcpy_from()H Hartley Sweeten
2014-10-29staging: comedi: comedi_buf: remove comedi_buf_get()H Hartley Sweeten
2014-10-29staging: comedi: comedi_buf: make comedi_buf_read_samples() always return ful...H Hartley Sweeten
2014-10-29staging: comedi: comedi_buf: absorb comedi_read_array_from_buffer()H Hartley Sweeten
2014-10-29staging: comedi: comedi_buf: remove export of comedi_read_array_from_buffer()H Hartley Sweeten
2014-10-29staging: comedi: comedi_buf: introduce comedi_buf_read_samples()H Hartley Sweeten
2014-09-19staging: comedi: migrate copyrights from "comedi_fc.c"Ian Abbott
2014-09-19staging: comedi: add comedi_read_array_from_buffer()Ian Abbott
2014-09-19staging: comedi: comedi_fc.h: use comedi_write_array_to_buffer()Ian Abbott
2014-09-19staging: comedi: add comedi_write_array_to_buffer()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_write_n_available()Ian Abbott
2014-05-23staging: comedi: pass subdevice to __comedi_buf_write_alloc()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_munge()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_is_mmapped()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_reset()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_read_n_available()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_read_free()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_read_alloc()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_write_n_allocated()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_write_free()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_write_alloc()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_memcpy_from()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_memcpy_to()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_get()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott
2014-04-16staging: comedi: fix circular locking dependency in comedi_mmap()Ian Abbott
2013-11-11staging: comedi: protect buffer from being freed while mmappedIan Abbott
2013-10-16staging: comedi: use unsigned samples for comedi_buf_put()/get()Ian Abbott
2013-07-24staging: comedi: comedi_buf: needs <linux/vmalloc.h>H Hartley Sweeten
2013-05-27Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman
2013-05-13staging: comedi: complain if dma buffer allocation not supportedIan Abbott
2013-05-13staging: comedi: work without HAS_DMAIan Abbott
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten
2013-04-12staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbolsH Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: remove noise in comedi_buf_read_free()H Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: remove noise in comedi_buf_write_free()H Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: remove unreachable dev_warn in comedi_buf_munge()H Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: remove BUG_ON in comedi_buf_munge()H Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: reorder exported function prototypesH Hartley Sweeten