summaryrefslogtreecommitdiff
path: root/drivers/media/platform/coda
AgeCommit message (Expand)Author
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-11Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-12-05media / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-11-03[media] coda: Unregister v4l2 upon alloc_workqueue() errorFabio Estevam
2014-11-03[media] coda: Call v4l2_device_unregister() from a single locationFabio Estevam
2014-10-28[media] coda: re-queue buffers if start_streaming failsPhilipp Zabel
2014-10-28[media] coda: drop JPEG buffers not framed by SOI and EOI markersPhilipp Zabel
2014-10-28[media] coda: set bitstream end flag in coda_releasePhilipp Zabel
2014-10-28[media] coda: allow userspace to set compressed buffer size in a certain rangePhilipp Zabel
2014-10-28[media] coda: try to only queue a single JPEG into the bitstreamPhilipp Zabel
2014-10-28[media] coda: pad input stream for JPEG decoderPhilipp Zabel
2014-10-28[media] coda: store bitstream buffer position with buffer metadataPhilipp Zabel
2014-10-28[media] coda: add CODA7541 JPEG supportPhilipp Zabel
2014-10-28[media] coda: add JPEG register definitions for CODA7541Philipp Zabel
2014-10-28[media] coda: split out encoder control setup to specify controls per video d...Philipp Zabel
2014-10-28[media] coda: add coda_video_device descriptorsPhilipp Zabel
2014-10-28[media] coda: identify platform device earlierPhilipp Zabel
2014-10-28[media] coda: add support for planar YCbCr 4:2:2 (YUV422P) formatPhilipp Zabel
2014-10-28[media] coda: add support for partial interleaved YCbCr 4:2:0 (NV12) formatPhilipp Zabel
2014-10-28[media] coda: simplify frame memory control register handlingPhilipp Zabel
2014-10-28[media] coda: disable rotator if not neededPhilipp Zabel
2014-10-28[media] coda: add coda_write_base helperPhilipp Zabel
2014-10-28[media] coda: remove superfluous error message on devm_kzalloc failurePhilipp Zabel
2014-10-28[media] coda: clear aborting flag in stop_streamingPhilipp Zabel
2014-10-20media: platform: coda: drop owner assignment from platform_driversWolfram Sang
2014-09-26[media] coda: Improve runtime PM supportUlf Hansson
2014-09-21[media] coda: coda-bit: Include "<linux/slab.h>"Fabio Estevam
2014-08-21[media] coda: checkpatch cleanupPhilipp Zabel
2014-08-21[media] coda: disable old cropping ioctlsPhilipp Zabel
2014-08-21[media] coda: set capture frame size with output S_FMTPhilipp Zabel
2014-08-21[media] coda: fix coda_s_fmt_vid_outPhilipp Zabel
2014-08-21[media] coda: fix timestamp list handlingPhilipp Zabel
2014-08-21[media] coda: improve allocation error messagesPhilipp Zabel
2014-08-21[media] coda: add an intermediate debug levelPhilipp Zabel
2014-08-21[media] coda: increase max vertical frame size to 1088Philipp Zabel
2014-08-21[media] coda: allow running coda without iram on mx6dlPhilipp Zabel
2014-08-21[media] coda: skip calling coda_find_codec in encoder try_fmt_vid_outPhilipp Zabel
2014-08-21[media] coda: dequeue buffers on streamoffPhilipp Zabel
2014-08-21[media] coda: dequeue buffers if start_streaming failsPhilipp Zabel
2014-08-21[media] coda: request BIT processor interrupt by namePhilipp Zabel
2014-08-21[media] coda: remove unnecessary peek at next destination buffer from coda_fi...Philipp Zabel
2014-08-21[media] coda: include header for memcpyPhilipp Zabel
2014-08-21[media] coda: move BIT specific functions into separate filePhilipp Zabel
2014-08-21[media] coda: move H.264 helper function into separate filePhilipp Zabel
2014-08-21[media] coda: move per-instance buffer allocation and cleanupPhilipp Zabel
2014-08-21[media] coda: add coda_bit_stream_set_flag helperPhilipp Zabel
2014-08-21[media] coda: move BIT processor command execution out of pic_run_workPhilipp Zabel
2014-08-21[media] coda: add context opsPhilipp Zabel
2014-08-21[media] coda: move defines, enums, and structs into shared headerPhilipp Zabel
2014-08-21[media] coda: move coda driver into its own directoryPhilipp Zabel