| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | [media] s5p-mfc: Add support for MFC v8 available in Exynos 5433 SoCs | Marek Szyprowski | 2016-11-30 | 1 | -0/+14 |
* | [media] s5p-mfc: Rework clock handling | Marek Szyprowski | 2016-11-30 | 3 | -59/+56 |
* | [media] s5p-mfc: Don't keep clock prepared all the time | Marek Szyprowski | 2016-11-30 | 1 | -24/+28 |
* | [media] s5p-mfc: Kill all IS_ERR_OR_NULL in clocks management code | Marek Szyprowski | 2016-11-30 | 1 | -9/+4 |
* | [media] s5p-mfc: Remove dead conditional code | Marek Szyprowski | 2016-11-30 | 3 | -48/+5 |
* | [media] s5p-mfc: Ensure that clock is disabled before turning power off | Marek Szyprowski | 2016-11-30 | 1 | -2/+4 |
* | [media] s5p-mfc: Remove special clock rate management | Marek Szyprowski | 2016-11-30 | 1 | -2/+0 |
* | [media] s5p-mfc: Use printk_ratelimited for reporting ioctl errors | Marek Szyprowski | 2016-11-30 | 3 | -2/+8 |
* | [media] s5p-mfc: Set DMA_ATTR_ALLOC_SINGLE_PAGES | Douglas Anderson | 2016-11-30 | 1 | -0/+11 |
* | [media] vivid: Set color_enc on HSV formats | Ricardo Ribalda | 2016-11-29 | 1 | -0/+2 |
* | [media] cec: pass parent device in register(), not allocate() | Hans Verkuil | 2016-11-29 | 3 | -8/+5 |
* | [media] DaVinci-VPFE-Capture: fix error handling | Arnd Bergmann | 2016-11-25 | 1 | -0/+1 |
* | [media] v4l: rcar_fdp1: add FCP dependency | Arnd Bergmann | 2016-11-25 | 1 | -0/+1 |
* | [media] v4l: rcar_fdp1: mark PM functions as __maybe_unused | Arnd Bergmann | 2016-11-25 | 1 | -2/+2 |
* | [media] ti-vpe: get rid of some smatch warnings | Mauro Carvalho Chehab | 2016-11-22 | 1 | -3/+15 |
* | [media] vpdma: remove vpdma_enable_list_notify_irq() | Mauro Carvalho Chehab | 2016-11-22 | 1 | -16/+0 |
* | [media] vpfe_capture: fix compiler warning | Hans Verkuil | 2016-11-22 | 1 | -1/+3 |
* | [media] media: ti-vpe: vpe: Add proper support single and multi-plane buffer | Benoit Parrot | 2016-11-22 | 1 | -10/+48 |
* | [media] media: ti-vpe: csc: Add debug support for multi-instance | Benoit Parrot | 2016-11-22 | 1 | -0/+2 |
* | [media] media: ti-vpe: Make colorspace converter library into its own module | Benoit Parrot | 2016-11-22 | 5 | -6/+22 |
* | [media] media: ti-vpe: vpdma: Add RAW8 and RAW16 data types | Benoit Parrot | 2016-11-22 | 2 | -0/+29 |
* | [media] media: ti-vpe: vpe: Make sure frame size dont exceed scaler capacity | Benoit Parrot | 2016-11-22 | 2 | -17/+60 |
* | [media] media: ti-vpe: scaler: Add debug support for multi-instance | Benoit Parrot | 2016-11-22 | 1 | -0/+2 |
* | [media] media: ti-vpe: Make scaler library into its own module | Benoit Parrot | 2016-11-22 | 5 | -6/+23 |
* | [media] media: ti-vpe: vpe: Enable DMABUF export | Benoit Parrot | 2016-11-22 | 1 | -0/+1 |
* | [media] media: ti-vpe: vpe: Fix line stride for output motion vector | Nikhil Devshatwar | 2016-11-22 | 1 | -0/+1 |
* | [media] media: ti-vpe: vpdma: Use bidirectional cached buffers | Nikhil Devshatwar | 2016-11-22 | 1 | -2/+3 |
* | [media] media: ti-vpe: vpdma: Fix race condition for firmware loading | Nikhil Devshatwar | 2016-11-22 | 3 | -17/+10 |
* | [media] media: ti-vpe: vpe: Fix vb2 buffer cleanup | Benoit Parrot | 2016-11-22 | 1 | -2/+60 |
* | [media] media: ti-vpe: sc: Fix incorrect optimization | Nikhil Devshatwar | 2016-11-22 | 2 | -12/+0 |
* | [media] media: ti-vpe: vpdma: RGB data type yield inverted data | Benoit Parrot | 2016-11-22 | 1 | -20/+29 |
* | [media] media: ti-vpe: vpdma: Corrected YUV422 data type label | Benoit Parrot | 2016-11-22 | 4 | -13/+38 |
* | [media] media: ti-vpe: vpe: Added MODULE_DEVICE_TABLE hint | Benoit Parrot | 2016-11-22 | 1 | -0/+1 |
* | [media] media: ti-vpe: vpdma: allocate and maintain hwlist | Nikhil Devshatwar | 2016-11-22 | 2 | -0/+53 |
* | [media] media: ti-vpe: vpe: Add RGB565 and RGB5551 support | Nikhil Devshatwar | 2016-11-22 | 1 | -2/+20 |
* | [media] media: ti-vpe: vpe: Post next descriptor only for list complete IRQ | Nikhil Devshatwar | 2016-11-22 | 1 | -0/+9 |
* | [media] media: ti-vpe: vpe: Setup srcdst parameters in start_streaming | Nikhil Devshatwar | 2016-11-22 | 1 | -0/+4 |
* | [media] media: ti-vpe: vpe: configure line mode separately | Nikhil Devshatwar | 2016-11-22 | 1 | -8/+17 |
* | [media] media: ti-vpe: vpdma: Clear IRQs for individual lists | Nikhil Devshatwar | 2016-11-22 | 3 | -5/+6 |
* | [media] media: ti-vpe: vpdma: Make list post atomic operation | Nikhil Devshatwar | 2016-11-22 | 2 | -0/+5 |
* | [media] media: ti-vpe: vpdma: Add abort channel desc and cleanup APIs | Nikhil Devshatwar | 2016-11-22 | 2 | -0/+81 |
* | [media] media: ti-vpe: vpdma: Add support for setting max width height | Nikhil Devshatwar | 2016-11-22 | 4 | -44/+62 |
* | [media] media: ti-vpe: Free vpdma buffers in vpe_release | Harinarayan Bhatta | 2016-11-22 | 1 | -0/+3 |
* | [media] media: ti-vpe: vpe: Return NULL for invalid buffer type | Nikhil Devshatwar | 2016-11-22 | 1 | -1/+1 |
* | [media] media: ti-vpe: Increasing max buffer height and width | Harinarayan Bhatta | 2016-11-22 | 1 | -2/+2 |
* | [media] media: ti-vpe: Add support for SEQ_TB buffers | Nikhil Devshatwar | 2016-11-22 | 1 | -22/+103 |
* | [media] media: ti-vpe: vpe: Do not perform job transaction atomically | Nikhil Devshatwar | 2016-11-22 | 1 | -16/+16 |
* | [media] media: ti-vpe: Use line average de-interlacing for first 2 frames | Archit Taneja | 2016-11-22 | 1 | -2/+31 |
* | [media] media: ti-vpe: vpdma: Fix bus error when vpdma is writing a descriptor | Benoit Parrot | 2016-11-22 | 1 | -2/+3 |