aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner11-0/+11
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2019-04-22media: st-mipid02: MIPID02 CSI-2 to PARALLEL bridge driverMickael Guene3-0/+1047
2019-04-22media: ov2659: fix unbalanced mutex_lock/unlockAkinobu Mita1-1/+1
2019-04-22media: ov2659: make S_FMT succeed even if requested format doesn't matchAkinobu Mita1-2/+4
2019-04-22media: ov6650: Register with asynchronous subdevice frameworkJanusz Krzysztofik1-5/+13
2019-04-22media: ov6650: Move v4l2_clk_get() to ov6650_video_probe() helperJanusz Krzysztofik1-11/+14
2019-04-22media: ov6650: Fix sensor possibly not detected on probeJanusz Krzysztofik1-0/+2
2019-03-29media: ov7740: enable to get exposure control in autoexposure modeAkinobu Mita1-3/+25
2019-03-29media: i2c: tda1997x: select V4L2_FWNODEKoen Vandeputte1-1/+2
2019-03-25media: imx214: don't de-reference a NULL pointerMauro Carvalho Chehab1-6/+4
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab5-96/+96
2019-03-20media: v4l: i2c: Regroup lens drivers under their own sectionSakari Ailus1-37/+39
2019-03-20media: ov7670: don't access registers when the device is powered offAkinobu Mita1-5/+26
2019-03-20media: ov7670: restore default settings after power-upAkinobu Mita1-0/+1
2019-03-19media: i2c: adv748x: select V4L2_FWNODEArnd Bergmann1-0/+1
2019-03-01media: i2c: fix several typosMauro Carvalho Chehab28-38/+38
2019-02-18media: ov7740: fix runtime pm initializationAkinobu Mita1-2/+5
2019-02-18media: tda1997x: fix get_edidTim Harvey1-0/+4
2019-02-18media: cx25840: mark pad sig_types to fix cx231xx initCody P Schafer2-2/+2
2019-02-18media: soc_camera: Move to the staging treeSakari Ailus7-3137/+0
2019-02-18media: soc_camera: Remove the rj45n1 SoC camera sensor driverSakari Ailus3-1422/+0
2019-02-18media: soc_camera: Remove the mt9m001 SoC camera sensor driverSakari Ailus3-765/+0
2019-02-18media: i2c: ov5640: Fix post-reset delayLoic Poulain1-1/+1
2019-02-18media: ov5640: Fix set 15fps regressionJagan Teki1-1/+1
2019-02-18media: ov5640: Consolidate JPEG compression mode settingChen-Yu Tsai1-11/+23
2019-02-18media: ov5640: Set JPEG output timings when outputting JPEG dataChen-Yu Tsai1-0/+21
2019-02-18media: ov5640: Add three more test patternsChen-Yu Tsai1-0/+7
2019-02-18media: ov5640: Disable transparent feature for test patternChen-Yu Tsai1-2/+1
2019-02-18media: ov5640: Add register definition for test pattern registerChen-Yu Tsai1-2/+22
2019-02-18media: ov5640: Move test_pattern_menu before ov5640_set_ctrl_test_patternChen-Yu Tsai1-5/+5
2019-02-18media: i2c: adv748x: Remove PAGE_WAITKieran Bingham2-14/+6
2019-02-18media: i2c: adv748x: Convert SW reset routine to functionKieran Bingham2-10/+38
2019-02-18media: adv748x: Implement TX link_setup callbackJacopo Mondi2-1/+49
2019-02-18media: adv748x: Store the TX sink in HDMI/AFEJacopo Mondi4-4/+19
2019-02-18media: adv748x: Store the source subdevice in TXJacopo Mondi3-4/+12
2019-02-18media: adv748x: csi2: Link AFE with TXA and TXBJacopo Mondi1-21/+23
2019-02-18media: adv748x: Rename reset proceduresJacopo Mondi1-14/+10
2019-02-18media: adv748x: Add is_txb()Jacopo Mondi2-1/+4
2019-01-25media: ov2640: fix initial try formatAkinobu Mita1-5/+5
2019-01-25media: s5k4ecgx: delete a bogus error messageDan Carpenter1-2/+0
2019-01-25media: mt9m111: set initial frame size other than 0x0Akinobu Mita1-0/+2
2019-01-25media: mt9m111: set all mbus format field when G_FMT and S_FMT ioctlsAkinobu Mita1-0/+7
2019-01-25media: mt9m111: make SUBDEV_G_FMT ioctl work with SUBDEV_FORMAT_TRYAkinobu Mita1-0/+30
2019-01-25media: mt9m001: set all mbus format field when G_FMT and S_FMT ioctlsAkinobu Mita1-0/+7
2019-01-25media: mt9m001: make SUBDEV_G_FMT ioctl work with SUBDEV_FORMAT_TRYAkinobu Mita1-0/+27
2019-01-25media: mt9m001: support log_status ioctl and event interfaceAkinobu Mita1-1/+6
2019-01-25media: mt9m001: register to V4L2 asynchronous subdevice frameworkAkinobu Mita2-3/+9
2019-01-25media: mt9m001: add media controller supportAkinobu Mita2-0/+11
2019-01-25media: mt9m001: remove remaining soc_camera specific codeAkinobu Mita2-71/+15