summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda.c
AgeCommit message (Expand)Author
2014-08-01[media] coda: fix build error by making reset control optionalPhilipp Zabel
2014-07-26[media] coda: Propagate the correct error on devm_request_threaded_irq()Fabio Estevam
2014-07-26[media] coda: Return the real error on platform_get_irq()Fabio Estevam
2014-07-22[media] coda: store IRAM size in struct coda_devtypePhilipp Zabel
2014-07-22[media] coda: store global temporary buffer size in struct coda_devtypePhilipp Zabel
2014-07-22[media] coda: store per-context work buffer size in struct coda_devtypePhilipp Zabel
2014-07-22[media] coda: export auxiliary buffers via debugfsPhilipp Zabel
2014-07-22[media] coda: increase frame stride to 16 for h.264Philipp Zabel
2014-07-22[media] coda: round up internal frames to multiples of macroblock size for h.264Philipp Zabel
2014-07-22[media] coda: allow odd width, but still round up bytesperlinePhilipp Zabel
2014-07-22[media] coda: add bytesperline to queue dataPhilipp Zabel
2014-07-22[media] coda: add reset control supportPhilipp Zabel
2014-07-22[media] coda: rename prescan_failed to hold and stop stream after timeoutPhilipp Zabel
2014-07-22[media] coda: add sequence counter offsetPhilipp Zabel
2014-07-22[media] coda: alert userspace about macroblock errorsPhilipp Zabel
2014-07-22[media] coda: add decoder timestamp queuePhilipp Zabel
2014-07-22[media] coda: try to schedule a decode run after a stop commandMichael Olbrich
2014-07-22[media] coda: add cyclic intra refresh controlPhilipp Zabel
2014-07-22[media] coda: add h.264 deblocking filter controlsPhilipp Zabel
2014-07-22[media] coda: add h.264 min/max qp controlsPhilipp Zabel
2014-07-22[media] coda: split firmware version check out of coda_hw_initPhilipp Zabel
2014-07-22[media] coda: Add runtime pm supportPhilipp Zabel
2014-07-22[media] coda: use ctx->fh.m2m_ctx instead of ctx->m2m_ctxPhilipp Zabel
2014-07-22[media] coda: Use mem-to-mem ioctl helpersPhilipp Zabel
2014-07-22[media] coda: add workqueue to serialize hardware commandsPhilipp Zabel
2014-07-22[media] coda: add selection API support for h.264 decoderPhilipp Zabel
2014-07-22[media] coda: remove BUG() in get_q_dataPhilipp Zabel
2014-07-22[media] coda: Add encoder/decoder support for CODA960Philipp Zabel
2014-07-21[media] coda: simplify IRAM setupPhilipp Zabel
2014-07-21[media] coda: fix internal framebuffer allocation sizePhilipp Zabel
2014-07-21[media] coda: fix h.264 quantization parameter rangePhilipp Zabel
2014-07-21[media] coda: fix readback of CODA_RET_DEC_SEQ_FRAME_NEEDPhilipp Zabel
2014-07-21[media] coda: fix decoder I/P/B frame detectionPhilipp Zabel
2014-07-17[media] v4l: Support extending the v4l2_pix_format structureLaurent Pinchart
2014-05-23[media] media: coda: Use full device name for request_irq()Alexander Shiyan
2014-04-23[media] vb2: stop_streaming should return voidHans Verkuil
2014-03-05[media] v4l: Copy timestamp source flags to destination on m2m devicesSakari Ailus
2014-03-05[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus
2013-11-29[media] media_tree: Fix spelling errorsJonathan McCrohan
2013-11-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-11-13drivers/media/platform/coda.c: use gen_pool_dma_alloc() to allocate iram bufferNicolin Chen
2013-10-28[media] coda: v4l2-compliance fix: zero pixel format priv fieldPhilipp Zabel
2013-10-28[media] coda: v4l2-compliance fix: implement try_decoder_cmdPhilipp Zabel
2013-10-28[media] coda: v4l2-compliance fix: overwrite invalid pixel formats with the c...Philipp Zabel
2013-10-28[media] coda: prefix v4l2_ioctl_ops with coda_ instead of vidioc_Philipp Zabel
2013-10-28[media] coda: use picture type returned from hardwarePhilipp Zabel
2013-10-28[media] coda: move coda_product_name above vidioc_querycapPhilipp Zabel
2013-10-28[media] coda: fix FMO value setting for CodaDx6Philipp Zabel
2013-10-28[media] coda: add compressed flag to format enumeration outputPhilipp Zabel
2013-10-28[media] coda: only set buffered input queue for decoderPhilipp Zabel