summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/mt9p031.c
Commit message (Expand)AuthorAgeFilesLines
* media: i2c: replace of_graph_get_next_endpoint()Kuninori Morimoto2024-02-231-1/+1
* media: v4l2-subdev: Rename .init_cfg() operation to .init_state()Laurent Pinchart2023-12-041-4/+4
* media: v4l: subdev: Switch to stream-aware state functionsSakari Ailus2023-11-231-4/+2
* media: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-251-1/+1
* media: i2c/mt9p031: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-221-3/+3
* media: mt9p031: Increase post-reset delayMarek Vasut2022-11-251-1/+7
* media: mt9p031: Drop bogus v4l2_subdev_get_try_crop() call from mt9p031_init_...Marek Vasut2022-11-251-1/+0
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* media: mt9p031: Implement crop bounds get selectionMarek Vasut2022-07-151-5/+15
* media: mt9p031: Move open subdev op init code into init_cfgMarek Vasut2022-07-081-36/+35
* media: mt9p031: Add MT9P006 compatibleMarek Vasut2022-07-081-0/+2
* media: mt9p031: Use BIT macroStefan Riedmueller2021-09-301-15/+12
* media: mt9p031: Fix corrupted frame after restarting streamDirk Bender2021-09-301-1/+27
* media: mt9p031: Make pixel clock polarity configurable by DTChristian Hemp2021-09-301-1/+19
* media: mt9p031: Read back the real clock rateEnrico Scholz2021-09-301-3/+6
* media: v4l2-subdev: add subdev-wide state structTomi Valkeinen2021-06-171-19/+26
* media: i2c: mt9p031: Remove redundant null check before clk_disable_unprepareXu Wang2020-11-251-2/+1
* Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-07-091-1/+1
|\
| * media: i2c: mt9p031: simplify getting the adapter of a clientWolfram Sang2019-06-111-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* media: media/i2c: add missing entity functionsHans Verkuil2018-07-251-0/+1
* [media] drivers: media: i2c: constify v4l2_subdev_* structuresBhumika Goyal2017-02-031-4/+4
* [media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab2016-01-111-1/+1
* [media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab2016-01-111-1/+1
* [media] i2c: constify v4l2_ctrl_ops structuresJulia Lawall2015-11-171-1/+1
* [media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab2015-11-171-1/+1
* [media] v4l: mt9p031: Convert to the gpiod APILaurent Pinchart2015-04-021-20/+11
* [media] media: i2c: mt9p031: add support for asynchronous probingLad, Prabhakar2015-04-021-1/+6
* [media] media: i2c: mt9p031: make sure we destroy the mutexLad, Prabhakar2015-04-021-1/+4
* [media] mt9p031: fixed calculation of clk_divEnrico Scholz2015-04-021-1/+1
* [media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_configHans Verkuil2015-03-231-18/+18
* [media] v4l2 subdevs: replace get/set_crop by get/set_selectionHans Verkuil2014-12-221-18/+23
* [media] i2c: Make use of media_bus_format enumBoris BREZILLON2014-11-141-4/+4
* [media] mt9p031: Fix BLC configuration restore when disabling test patternLaurent Pinchart2014-05-231-10/+26
* [media] mt9p031: Really disable Black Level Calibration in test pattern modeLaurent Pinchart2014-05-231-4/+13
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-041-4/+45
|\
| * [media] mt9p031: Check return value of clk_prepare_enable/clk_set_rateLad, Prabhakar2014-02-241-3/+12
| * [media] mt9p031: Add support for PLL bypassLaurent Pinchart2014-02-241-0/+32
| * [media] mt9p031: Fix typo in commentLaurent Pinchart2014-02-241-1/+1
* | [media] of: move graph helpers from drivers/media/v4l2-core to drivers/ofPhilipp Zabel2014-03-061-2/+2
|/
* [media] videodev2: Set vb2_rect's width and height as unsignedRicardo Ribalda2014-01-071-12/+16
* [media] mt9p031: Include linux/of.h headerSachin Kamat2013-12-031-0/+1
* [media] mt9p031: Use bulk regulator APILaurent Pinchart2013-06-171-15/+15
* [media] media: i2c: mt9p031: add OF supportLad, Prabhakar2013-06-171-2/+40
* [media] media/i2c: remove g_chip_ident opHans Verkuil2013-06-171-1/+0
* [media] mt9p031: Use gpio_is_valid()Laurent Pinchart2013-05-211-4/+4
* [media] mt9p031: Power down the sensor if no supported device has been detectedGuennadi Liakhovetski2013-05-211-3/+3
* [media] mt9p031: Use the common clock frameworkLaurent Pinchart2013-04-141-7/+14
* [media] mt9p031: Add support for regulatorsLaurent Pinchart2013-04-141-0/+24
* [media] mt9p031: Use devm_* managed helpersLaurent Pinchart2013-04-141-10/+3