index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-17
media: ov7251: fix mutex lock unbalance
Mauro Carvalho Chehab
1
-0
/
+1
2022-05-17
media: i2c: Add vblank control to ov7251 driver
Daniel Scally
1
-0
/
+53
2022-05-17
media: i2c: Add hblank control to ov7251
Daniel Scally
1
-0
/
+12
2022-05-17
media: i2c: add ov7251_init_ctrls()
Daniel Scally
1
-41
/
+52
2022-05-17
media: i2c: Extend .get_selection() for ov7251
Daniel Scally
1
-6
/
+29
2022-05-17
media: i2c: Remove .s_power() from ov7251
Daniel Scally
1
-43
/
+10
2022-05-17
media: i2c: Add pm_runtime support to ov7251
Daniel Scally
1
-21
/
+60
2022-05-17
media: i2c: Add ov7251_detect_chip()
Daniel Scally
1
-27
/
+35
2022-05-17
media: i2c: Add support for new frequencies to ov7251
Daniel Scally
1
-21
/
+72
2022-05-17
media: i2c: Add ov7251_pll_configure()
Daniel Scally
1
-30
/
+145
2022-05-17
media: i2c: Remove per-mode frequencies from ov7251
Daniel Scally
1
-29
/
+14
2022-05-17
media: i2c: Provide ov7251_check_hwcfg()
Daniel Scally
1
-18
/
+57
2022-05-17
media: i2c: Add acpi support to ov7251
Daniel Scally
1
-0
/
+8
2022-05-17
media: i2c: ov5645: Remove unneeded of_match_ptr macro
Moses Christopher Bollavarapu
1
-1
/
+1
2022-05-17
media: ov8856: apply digital gain by setting global gain control register
Bingbu Cao
1
-17
/
+6
2022-05-17
media: i2c: ov5648: fix wrong pointer passed to IS_ERR() and PTR_ERR()
Yang Yingliang
1
-2
/
+2
2022-05-17
media: i2c: ov2640: Depend on V4L2_ASYNC
Mike Pagano
1
-0
/
+1
2022-05-17
media: i2c: video-i2c: Use GENMASK for masking bits
Moses Christopher Bollavarapu
1
-1
/
+2
2022-05-17
media: i2c: video-i2c: Replace constants with proper names
Moses Christopher Bollavarapu
1
-2
/
+8
2022-05-17
media: i2c: video-i2c: Move defines to the top of the file
Moses Christopher Bollavarapu
1
-25
/
+25
2022-05-17
media: i2c: adv7180: Add support for the test patterns
Fabio Estevam
1
-0
/
+46
2022-05-17
media: ov7670: remove ov7670_power_off from ov7670_remove
Dongliang Mu
1
-1
/
+0
2022-05-17
media: dw9807-vcm: Add "dongwoon,dw9807" compatible string
Sakari Ailus
1
-0
/
+2
2022-05-17
media: i2c: imx412: Add bulk regulator support
Bryan O'Donoghue
1
-0
/
+31
2022-05-17
media: i2c: imx412: Fix power_off ordering
Bryan O'Donoghue
1
-2
/
+2
2022-05-17
media: i2c: imx412: Fix reset GPIO polarity
Bryan O'Donoghue
1
-3
/
+3
2022-05-13
media: s5k6a3: add missing clk_disable_unprepare
Hans Verkuil
1
-1
/
+3
2022-05-13
media: ccs-core.c: fix failure to call clk_disable_unprepare
Hans Verkuil
1
-2
/
+5
2022-05-13
media: i2c: rdacm20: Fix format definition
Jacopo Mondi
1
-4
/
+4
2022-05-13
media: i2c: rdacm2x: properly set subdev entity function
Laurentiu Palcu
2
-2
/
+2
2022-04-24
media: i2c: dw9714: Return zero in remove callback
Uwe Kleine-König
1
-1
/
+0
2022-04-24
media: i2c: dw9714: Disable the regulator when the driver fails to probe
Zheyu Ma
1
-0
/
+1
2022-04-24
media: i2c: ov5695: fix typos in comments
Julia Lawall
1
-1
/
+1
2022-04-24
media: ov7640: Use ARRAY_SIZE instead of manual checking
Moses Christopher Bollavarapu
1
-14
/
+19
2022-04-24
media: Revert "media: dw9768: activate runtime PM and turn off device"
Sakari Ailus
1
-6
/
+0
2022-04-24
media: i2c: ov5645: Fix media bus format
Jacopo Mondi
1
-3
/
+3
2022-04-24
media: i2c: max9286: fix kernel oops when removing module
Laurentiu Palcu
1
-12
/
+7
2022-04-24
media: ccs: Use unsigned int as index to an array
Sakari Ailus
1
-2
/
+2
2022-04-24
media: ccs: Use %u for printing unsigned values, remove extra debug print
Sakari Ailus
1
-17
/
+15
2022-03-18
media: m5mols/m5mols.h: document new reset field
Hans Verkuil
1
-0
/
+1
2022-03-18
media: i2c: Kconfig: move camera drivers to the top
Mauro Carvalho Chehab
1
-713
/
+713
2022-03-18
media: media/*/Kconfig: sort entries
Mauro Carvalho Chehab
1
-309
/
+313
2022-03-18
media: Kconfig: cleanup VIDEO_DEV dependencies
Mauro Carvalho Chehab
5
-129
/
+129
2022-03-14
media: Makefiles: sort entries where it fits
Mauro Carvalho Chehab
1
-92
/
+92
2022-03-12
media: Makefiles: remove extra spaces
Mauro Carvalho Chehab
1
-46
/
+46
2022-03-07
media: i2c: max2175: Use rbtree rather than flat register cache
Mark Brown
1
-1
/
+1
2022-03-07
Merge tag 'for-5.18-2.6-signed' of git://linuxtv.org/sailus/media_tree into m...
Mauro Carvalho Chehab
16
-102
/
+2870
2022-03-04
media: i2c: Fix pixel array positions in ov8865
Daniel Scally
1
-2
/
+2
2022-03-04
media: adv7183: Convert to GPIO descriptors
Linus Walleij
1
-26
/
+25
2022-03-04
media: m5mols: Convert to use GPIO descriptors
Linus Walleij
3
-20
/
+12
[next]