summaryrefslogtreecommitdiff
path: root/drivers/media/platform/soc_camera
AgeCommit message (Expand)AuthorFilesLines
2015-09-25[media] v4l: atmel-isi: Simplify error handling during DT parsingLaurent Pinchart1-7/+4
2015-09-25[media] atmel-isi: add sanity check for supported formats in try/set_fmt()Josh Wu1-8/+29
2015-09-25[media] atmel-isi: move configure_geometry() to start_streaming()Josh Wu1-12/+5
2015-09-25[media] atmel-isi: setup the ISI_CFG2 register directlyJosh Wu1-13/+7
2015-09-25[media] atmel-isi: increase timeout to disable/enable isiJosh Wu1-1/+1
2015-09-25[media] atmel-isi: Protect PM-only functions to kill warningGeert Uytterhoeven1-0/+2
2015-09-25[media] rcar_vin: call g_std() instead of querystd()Sergei Shtylyov1-2/+2
2015-09-25[media] rcar_vin: propagate querystd() error upstreamSergei Shtylyov1-5/+9
2015-09-25[media] rcar_vin: Remove obsolete r8a779x-vin platform_device_id entriesGeert Uytterhoeven1-2/+0
2015-09-25[media] soc-camera: increase the length of clk_name on soc_of_bind()Josh Wu1-1/+1
2015-08-16[media] media: rcar_vin: Reject videobufs that are too small for current formatRob Taylor1-0/+3
2015-08-16[media] media: rcar_vin: fill in bus_info fieldRob Taylor1-0/+1
2015-08-16[media] media: soc_camera: rcar_vin: Add BT.709 24-bit RGB888 input supportWilliam Towle1-2/+10
2015-08-11[media] soc_camera: always release queue for queue ownerHans Verkuil1-4/+5
2015-08-11[media] soc_camera: pass on streamoff errorHans Verkuil1-3/+4
2015-08-11[media] soc_camera: compliance fixesHans Verkuil1-6/+12
2015-08-11[media] soc_camera: fix expbuf supportHans Verkuil1-6/+5
2015-08-11[media] soc_camera: fix enum_inputHans Verkuil1-0/+3
2015-08-11[media] sh_mobile_ceu_camera: set field to FIELD_NONEHans Verkuil1-0/+1
2015-08-11[media] sh_mobile_ceu_camera: fix querycapHans Verkuil1-0/+2
2015-07-06[media] atmel-isi: remove mck backward compatibility codeJosh Wu1-46/+0
2015-07-06[media] atmel-isi: add runtime pm supportJosh Wu1-8/+47
2015-07-06[media] atmel-isi: disable ISI even if it has codec requestJosh Wu1-3/+1
2015-05-18[media] rcar-vin: use monotonic timestampsHans Verkuil1-1/+1
2015-05-12[media] constify of_device_id arrayFabian Frederick1-1/+1
2015-05-11Merge tag 'v4.1-rc3' into patchworkMauro Carvalho Chehab1-1/+6
2015-05-01[media] v4l2: replace s_mbus_fmt by set_fmt in bridge driversHans Verkuil8-99/+120
2015-05-01[media] v4l2: replace try_mbus_fmt by set_fmt in bridge driversHans Verkuil7-100/+128
2015-05-01[media] v4l2: replace try_mbus_fmt by set_fmtHans Verkuil1-18/+17
2015-05-01[media] v4l2: replace video op g_mbus_fmt by pad op get_fmtHans Verkuil8-86/+114
2015-05-01[media] v4l2: replace enum_mbus_fmt by enum_mbus_codeHans Verkuil9-73/+104
2015-04-27[media] media: soc_camera: rcar_vin: Fix wait_for_completionKoji Matsuoka1-1/+6
2015-04-21Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux...Mauro Carvalho Chehab1-1/+2
2015-04-21Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab3-60/+64
2015-04-18Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2015-04-03[media] rcar-vin: Don't implement empty optional clock operationsLaurent Pinchart1-15/+0
2015-04-03[media] soc-camera: Make clock_start and clock_stop operations optionalLaurent Pinchart1-29/+33
2015-04-03[media] soc-camera: Unregister v4l2 clock in the OF bind error pathLaurent Pinchart1-0/+2
2015-04-03[media] media: soc-camera: use icd->control instead of icd->pdev for reset()Josh Wu1-3/+5
2015-04-03[media] V4L: remove clock name from v4l2_clk APIGuennadi Liakhovetski1-3/+3
2015-03-23[media] v4l2-subdev: add support for the new enum_frame_interval 'which' fieldHans Verkuil1-9/+21
2015-03-03[media] media: drop call to v4l2_device_unregister_subdev()Lad, Prabhakar1-1/+0
2015-03-03[media] soc-camera: Fix devm_kfree() in soc_of_bind()Geert Uytterhoeven1-1/+1
2015-03-02[media] media: atmel-isi: increase the burst length to improve the performanceJosh Wu1-0/+2
2015-02-23of: Decrement refcount of previous endpoint in of_graph_get_next_endpointPhilipp Zabel1-1/+2
2015-02-02[media] rcar_vin: move buffer management to .stop_streaming handlerWilliam Towle1-49/+13
2015-02-02[media] rcar_vin: helper function for streaming stopIan Molton1-14/+27
2015-02-02[media] soc-camera: remove redundant codeGuennadi Liakhovetski1-2/+0
2015-02-02[media] soc_camera: use vb2_ops_wait_prepare/finish helperLad, Prabhakar5-24/+20
2015-01-25Merge tag 'media/v3.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds7-8/+17