index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
i2c
/
mt9p031.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-07
media: mt9p031: Refactor format handling for different sensor models
Tarang Raval
1
-3
/
+15
2024-11-07
media: i2c: mt9p031: Switch from OF to fwnode API
Laurent Pinchart
1
-18
/
+14
2024-11-07
media: i2c: mt9p031: Drop I2C device ID table
Laurent Pinchart
1
-10
/
+1
2024-11-07
media: i2c: mt9p031: Drop support for legacy platform data
Laurent Pinchart
1
-36
/
+31
2024-08-25
media: mt9p031: Drop CONFIG_OF ifdeffery
Biju Das
1
-3
/
+2
2024-08-25
media: mt9p031: Extend match support for OF tables
Biju Das
1
-22
/
+11
2024-02-23
media: i2c: replace of_graph_get_next_endpoint()
Kuninori Morimoto
1
-1
/
+1
2023-12-04
media: v4l2-subdev: Rename .init_cfg() operation to .init_state()
Laurent Pinchart
1
-4
/
+4
2023-11-23
media: v4l: subdev: Switch to stream-aware state functions
Sakari Ailus
1
-4
/
+2
2023-05-25
media: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2023-01-22
media: i2c/mt9p031: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-11-25
media: mt9p031: Increase post-reset delay
Marek Vasut
1
-1
/
+7
2022-11-25
media: mt9p031: Drop bogus v4l2_subdev_get_try_crop() call from mt9p031_init_...
Marek Vasut
1
-1
/
+0
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2022-07-15
media: mt9p031: Implement crop bounds get selection
Marek Vasut
1
-5
/
+15
2022-07-08
media: mt9p031: Move open subdev op init code into init_cfg
Marek Vasut
1
-36
/
+35
2022-07-08
media: mt9p031: Add MT9P006 compatible
Marek Vasut
1
-0
/
+2
2021-09-30
media: mt9p031: Use BIT macro
Stefan Riedmueller
1
-15
/
+12
2021-09-30
media: mt9p031: Fix corrupted frame after restarting stream
Dirk Bender
1
-1
/
+27
2021-09-30
media: mt9p031: Make pixel clock polarity configurable by DT
Christian Hemp
1
-1
/
+19
2021-09-30
media: mt9p031: Read back the real clock rate
Enrico Scholz
1
-3
/
+6
2021-06-17
media: v4l2-subdev: add subdev-wide state struct
Tomi Valkeinen
1
-19
/
+26
2020-11-25
media: i2c: mt9p031: Remove redundant null check before clk_disable_unprepare
Xu Wang
1
-2
/
+1
2019-07-09
Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-06-11
media: i2c: mt9p031: simplify getting the adapter of a client
Wolfram Sang
1
-1
/
+1
2018-07-25
media: media/i2c: add missing entity functions
Hans Verkuil
1
-0
/
+1
2017-02-03
[media] drivers: media: i2c: constify v4l2_subdev_* structures
Bhumika Goyal
1
-4
/
+4
2016-01-11
[media] media framework: rename pads init function to media_entity_pads_init()
Mauro Carvalho Chehab
1
-1
/
+1
2016-01-11
[media] media: get rid of unused "extra_links" param on media_entity_init()
Mauro Carvalho Chehab
1
-1
/
+1
2015-11-17
[media] i2c: constify v4l2_ctrl_ops structures
Julia Lawall
1
-1
/
+1
2015-11-17
[media] include/media: split I2C headers from V4L2 core
Mauro Carvalho Chehab
1
-1
/
+1
2015-04-02
[media] v4l: mt9p031: Convert to the gpiod API
Laurent Pinchart
1
-20
/
+11
2015-04-02
[media] media: i2c: mt9p031: add support for asynchronous probing
Lad, Prabhakar
1
-1
/
+6
2015-04-02
[media] media: i2c: mt9p031: make sure we destroy the mutex
Lad, Prabhakar
1
-1
/
+4
2015-04-02
[media] mt9p031: fixed calculation of clk_div
Enrico Scholz
1
-1
/
+1
2015-03-23
[media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_config
Hans Verkuil
1
-18
/
+18
2014-12-22
[media] v4l2 subdevs: replace get/set_crop by get/set_selection
Hans Verkuil
1
-18
/
+23
2014-11-14
[media] i2c: Make use of media_bus_format enum
Boris BREZILLON
1
-4
/
+4
2014-05-23
[media] mt9p031: Fix BLC configuration restore when disabling test pattern
Laurent Pinchart
1
-10
/
+26
2014-05-23
[media] mt9p031: Really disable Black Level Calibration in test pattern mode
Laurent Pinchart
1
-4
/
+13
2014-04-04
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+45
2014-03-06
[media] of: move graph helpers from drivers/media/v4l2-core to drivers/of
Philipp Zabel
1
-2
/
+2
2014-02-24
[media] mt9p031: Check return value of clk_prepare_enable/clk_set_rate
Lad, Prabhakar
1
-3
/
+12
2014-02-24
[media] mt9p031: Add support for PLL bypass
Laurent Pinchart
1
-0
/
+32
2014-02-24
[media] mt9p031: Fix typo in comment
Laurent Pinchart
1
-1
/
+1
2014-01-07
[media] videodev2: Set vb2_rect's width and height as unsigned
Ricardo Ribalda
1
-12
/
+16
2013-12-03
[media] mt9p031: Include linux/of.h header
Sachin Kamat
1
-0
/
+1
2013-06-17
[media] mt9p031: Use bulk regulator API
Laurent Pinchart
1
-15
/
+15
2013-06-17
[media] media: i2c: mt9p031: add OF support
Lad, Prabhakar
1
-2
/
+40
[next]