summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * media: platform: coda: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-12-116-338/+862
|\ \
| * | [media] coda: Unregister v4l2 upon alloc_workqueue() errorFabio Estevam2014-11-031-1/+2
| * | [media] coda: Call v4l2_device_unregister() from a single locationFabio Estevam2014-11-031-8/+12
| * | [media] coda: re-queue buffers if start_streaming failsPhilipp Zabel2014-10-281-2/+2
| * | [media] coda: drop JPEG buffers not framed by SOI and EOI markersPhilipp Zabel2014-10-283-0/+24
| * | [media] coda: set bitstream end flag in coda_releasePhilipp Zabel2014-10-281-0/+3
| * | [media] coda: allow userspace to set compressed buffer size in a certain rangePhilipp Zabel2014-10-282-10/+19
| * | [media] coda: try to only queue a single JPEG into the bitstreamPhilipp Zabel2014-10-281-0/+8
| * | [media] coda: pad input stream for JPEG decoderPhilipp Zabel2014-10-281-0/+20
| * | [media] coda: store bitstream buffer position with buffer metadataPhilipp Zabel2014-10-283-32/+43
| * | [media] coda: add CODA7541 JPEG supportPhilipp Zabel2014-10-285-52/+398
| * | [media] coda: add JPEG register definitions for CODA7541Philipp Zabel2014-10-281-0/+7
| * | [media] coda: split out encoder control setup to specify controls per video d...Philipp Zabel2014-10-281-7/+13
| * | [media] coda: add coda_video_device descriptorsPhilipp Zabel2014-10-282-153/+204
| * | [media] coda: identify platform device earlierPhilipp Zabel2014-10-281-11/+9
| * | [media] coda: add support for planar YCbCr 4:2:2 (YUV422P) formatPhilipp Zabel2014-10-282-1/+26
| * | [media] coda: add support for partial interleaved YCbCr 4:2:0 (NV12) formatPhilipp Zabel2014-10-282-5/+29
| * | [media] coda: simplify frame memory control register handlingPhilipp Zabel2014-10-282-5/+7
| * | [media] coda: disable rotator if not neededPhilipp Zabel2014-10-281-2/+4
| * | [media] coda: add coda_write_base helperPhilipp Zabel2014-10-283-54/+40
| * | [media] coda: remove superfluous error message on devm_kzalloc failurePhilipp Zabel2014-10-281-4/+1
| * | [media] coda: clear aborting flag in stop_streamingPhilipp Zabel2014-10-281-1/+1
| |/
* | media / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-051-2/+2
|/
* [media] coda: Improve runtime PM supportUlf Hansson2014-09-261-34/+21
* [media] coda: coda-bit: Include "<linux/slab.h>"Fabio Estevam2014-09-211-0/+1
* [media] coda: checkpatch cleanupPhilipp Zabel2014-08-212-64/+113
* [media] coda: disable old cropping ioctlsPhilipp Zabel2014-08-211-0/+5
* [media] coda: set capture frame size with output S_FMTPhilipp Zabel2014-08-211-1/+11
* [media] coda: fix coda_s_fmt_vid_outPhilipp Zabel2014-08-211-1/+3
* [media] coda: fix timestamp list handlingPhilipp Zabel2014-08-212-9/+21
* [media] coda: improve allocation error messagesPhilipp Zabel2014-08-212-2/+8
* [media] coda: add an intermediate debug levelPhilipp Zabel2014-08-211-3/+3
* [media] coda: increase max vertical frame size to 1088Philipp Zabel2014-08-211-7/+6
* [media] coda: allow running coda without iram on mx6dlPhilipp Zabel2014-08-212-7/+10
* [media] coda: skip calling coda_find_codec in encoder try_fmt_vid_outPhilipp Zabel2014-08-211-5/+6
* [media] coda: dequeue buffers on streamoffPhilipp Zabel2014-08-211-0/+8
* [media] coda: dequeue buffers if start_streaming failsPhilipp Zabel2014-08-211-8/+26
* [media] coda: request BIT processor interrupt by namePhilipp Zabel2014-08-211-1/+3
* [media] coda: remove unnecessary peek at next destination buffer from coda_fi...Philipp Zabel2014-08-211-2/+0
* [media] coda: include header for memcpyPhilipp Zabel2014-08-211-0/+1
* [media] coda: move BIT specific functions into separate filePhilipp Zabel2014-08-214-1819/+1880
* [media] coda: move H.264 helper function into separate filePhilipp Zabel2014-08-214-23/+39
* [media] coda: move per-instance buffer allocation and cleanupPhilipp Zabel2014-08-211-10/+21
* [media] coda: add coda_bit_stream_set_flag helperPhilipp Zabel2014-08-211-33/+19
* [media] coda: move BIT processor command execution out of pic_run_workPhilipp Zabel2014-08-211-8/+13
* [media] coda: add context opsPhilipp Zabel2014-08-212-35/+63
* [media] coda: move defines, enums, and structs into shared headerPhilipp Zabel2014-08-212-190/+219
* [media] coda: move coda driver into its own directoryPhilipp Zabel2014-08-213-0/+4449
OpenPOWER on IntegriCloud