summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/soc_camera
AgeCommit message (Expand)AuthorFilesLines
2016-01-25[media] atmel-isi: fix debug message which only show the first formatJosh Wu1-1/+1
2016-01-25[media] soc_camera: cleanup control device on async_unbindWolfram Sang1-0/+2
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung5-5/+5
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil5-102/+21
2015-11-19[media] rcar_vin: Remove obsolete platform data supportGeert Uytterhoeven1-46/+29
2015-11-19[media] move media platform data to linux/platform_data/mediaMauro Carvalho Chehab4-4/+4
2015-11-17[media] atmel-isi: support RGB565 output when sensor output YUV formatsJosh Wu1-6/+19
2015-11-17[media] atmel-isi: setup YCC_SWAP correctly when using preview pathJosh Wu1-0/+14
2015-11-17[media] atmel-isi: add code to setup correct resolution for preview pathJosh Wu2-1/+21
2015-11-17[media] atmel-isi: prepare for the support of preview pathJosh Wu1-23/+49
2015-11-17[media] atmel-isi: correct yuv swap according to different sensor outputsJosh Wu1-10/+29
2015-11-17[media] v4l2-clk: add new definition: V4L2_CLK_NAME_SIZEJosh Wu1-3/+3
2015-11-17[media] v4l2-clk: add new macro for v4l2_clk_name_of()Josh Wu1-2/+2
2015-11-17[media] soc_camera: get the clock name by using macro: v4l2_clk_name_i2c()Josh Wu1-6/+7
2015-11-17[media] include/media: move platform_data to linux/platform_data/mediaMauro Carvalho Chehab2-2/+2
2015-11-17[media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab10-14/+14
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung5-6/+11
2015-10-01Revert "[media] rcar_vin: call g_std() instead of querystd()"Mauro Carvalho Chehab1-2/+2
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung5-76/+98
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung2-2/+2
2015-09-25[media] atmel-isi: parse the DT parameters for vsync/hsync/pixclock polarityJosh Wu1-0/+15
2015-09-25[media] v4l: atmel-isi: Remove unused platform data fieldsLaurent Pinchart2-10/+0
2015-09-25[media] v4l: atmel-isi: Remove support for platform dataLaurent Pinchart2-18/+139
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