aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/ov5640.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-06media: v4l: fwnode: Rename v4l2_async_register_subdev_sensor_commonSakari Ailus1-1/+1
2020-11-16media: ov5640: fix support of BT656 bus modeHugues Fruchet1-37/+45
2020-11-16media: ov5640: add support of 160x120 resolutionHugues Fruchet1-1/+25
2020-09-10media: i2c: ov5640: Fail probe on unsupported bus_typeLad Prabhakar1-0/+7
2020-09-10media: i2c: ov5640: Add support for BT656 modeLad Prabhakar1-12/+34
2020-09-10media: i2c: ov5640: Configure HVP lines in s_power callbackLad Prabhakar1-65/+58
2020-09-10media: i2c: ov5640: Enable data pins on poweron for DVP modeLad Prabhakar1-33/+40
2020-09-10media: i2c: ov5640: Separate out mipi configuration from s_powerLad Prabhakar1-56/+60
2020-09-10media: i2c: ov5640: Remain in power down for DVP mode unless streamingLad Prabhakar1-3/+16
2020-09-01media: ov5640: Correct Bit Div register in clock tree diagramPaul Kocialkowski1-1/+1
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-04-14media: ov5640: fix use of destroyed mutexTomi Valkeinen1-2/+2
2020-01-04media: ov5640: Fix check for PLL1 exceeding max allowed rateAdam Ford1-1/+1
2020-01-04media: ov5640: Put max framerate into table and simplify checkAdam Ford1-17/+22
2019-10-24media: ov5640: Make 2592x1944 mode only available at 15 fpsBenoit Parrot1-0/+5
2019-10-24media: ov5640: Fix 1920x1080 mode to remove extra enable/disableBenoit Parrot1-2/+1
2019-10-24media: ov5640: add PIXEL_RATE controlBenoit Parrot1-2/+23
2019-08-15media: ov5640: Add support for flash and lens devicesLuca Weiss1-1/+1
2019-08-13media: i2c: Convert to new i2c device probe()Kieran Bingham1-3/+2
2019-07-25media: i2c: ov5640: Fix the order for enabling regulatorsFabio Estevam1-1/+1
2019-07-25media: i2c: ov5640: Check for devm_gpiod_get_optional() errorFabio Estevam1-0/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-03-01media: i2c: fix several typosMauro Carvalho Chehab1-1/+1
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-01-16media: ov5640: Add RAW bayer format supportLoic Poulain1-12/+46
2018-12-05media: ov5640: Remove duplicate auto-exposure setupMaxime Ripard1-1/+1
2018-12-05media: ov5640: Add 60 fps supportMaxime Ripard1-4/+16
2018-12-05media: ov5640: Make the FPS clamping / rounding more extendableMaxime Ripard1-12/+15
2018-12-05media: ov5640: Make the return rate type more explicitMaxime Ripard1-4/+4
2018-12-05media: ov5640: Enhance FPS handlingMaxime Ripard1-255/+51
2018-12-05media: ov5640: Remove pixel clock ratesMaxime Ripard1-20/+1
2018-12-05media: ov5640: Compute the clock rate at runtimeMaxime Ripard1-1/+2
2018-12-05media: ov5640: Remove redundant register setupMaxime Ripard1-10/+0
2018-12-05media: ov5640: Remove redundant definesMaxime Ripard1-5/+2
2018-12-05media: ov5640: Remove the clocks registers initializationMaxime Ripard1-24/+22
2018-12-05media: ov5640: Adjust the clock based on the expected rateMaxime Ripard1-1/+364
2018-12-05media: ov5640: Fix set format regressionJacopo Mondi1-9/+8
2018-11-23media: ov5640: support log_status ioctl and event interfaceAkinobu Mita1-1/+6
2018-10-05media: ov5640: fix framerate updateHugues Fruchet1-3/+4
2018-10-04media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHYSakari Ailus1-3/+3
2018-10-03media: ov5640: use JPEG mode 3 for 720pHugues Fruchet1-1/+1
2018-09-17media: ov5640: fix restore of last mode setHugues Fruchet1-4/+8
2018-09-17media: ov5640: fix auto controls values when switching to manual modeHugues Fruchet1-4/+0