index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Lines
2026-01-14
media: i2c: ov5647: Support HFLIP and VFLIP
David Plowman
-7
/
+74
2026-01-14
media: i2c: ov5647: Parse and register properties
Laurent Pinchart
-1
/
+8
2026-01-14
media: i2c: ov5647: Add support for regulator control
Dave Stevenson
-3
/
+40
2026-01-14
media: i2c: ov5647: Fix PIXEL_RATE value for VGA mode
Jai Luthra
-1
/
+1
2026-01-14
media: i2c: ov5647: Sensor should report RAW color space
David Plowman
-4
/
+4
2026-01-14
media: i2c: ov5647: Correct minimum VBLANK value
David Plowman
-1
/
+1
2026-01-14
media: i2c: ov5647: Correct pixel array offset
David Plowman
-1
/
+1
2026-01-14
media: i2c: ov5647: Initialize subdev before controls
Jai Luthra
-4
/
+4
2026-01-14
media: ccs: Move ccs_validate_csi_data_format up
Sakari Ailus
-14
/
+14
2026-01-14
media: ccs: Rename out label of ccs_start_streaming
Sakari Ailus
-19
/
+19
2026-01-14
media: ccs: Move ccs_pm_get_init function up
Sakari Ailus
-36
/
+37
2026-01-14
media: ccs: No need to set streaming to false in power off
Sakari Ailus
-1
/
+0
2026-01-14
media: v4l2-subdev: Extend VIDIOC_SUBDEV_S_ROUTING error codes
Sakari Ailus
-3
/
+3
2026-01-14
media: v4l2-async: Fix error handling on steps after finding a match
Sakari Ailus
-14
/
+31
2026-01-14
media: ccs: Avoid possible division by zero
Sakari Ailus
-1
/
+1
2026-01-14
media: v4l2-fwnode: Allow passing NULL fwnode to endpoint parsers
Sakari Ailus
-0
/
+3
2026-01-14
media: v4l2-ctrls: Set error v4l2_ctrl_new_fwnode_properties consistently
Sakari Ailus
-1
/
+2
2026-01-13
spi: fsi: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-5
/
+2
2026-01-13
host1x: Convert to bus methods
Uwe Kleine-König
-34
/
+33
2026-01-13
soundwire: bus: fix off-by-one when allocating slave IDs
Harshit Mogalapalli
-1
/
+1
2026-01-13
host1x: Make remove callback return void
Uwe Kleine-König
-10
/
+4
2026-01-13
auxdisplay: max6959: Replace slab.h with device/devres.h
Andy Shevchenko
-1
/
+1
2026-01-13
USB: serial: option: add Telit LE910 MBIM composition
Ulrich Mohr
-0
/
+1
2026-01-13
pinctrl: apple: Implement GPIO func check callback
Linus Walleij
-0
/
+8
2026-01-13
pinctrl: apple: Use unsigned int instead of unsigned
Linus Walleij
-5
/
+5
2026-01-13
r8169: enable LTR support
Javen Xu
-0
/
+98
2026-01-13
r8169: add DASH support for RTL8127AP
Javen Xu
-0
/
+4
2026-01-13
gpio: shared: use device_is_compatible() for reset-gpio
Bartosz Golaszewski
-6
/
+1
2026-01-13
media: qcom: camss: add support for SM6150 camss
Wenmeng Liu
-0
/
+203
2026-01-13
media: qcom: camss: use a handy v4l2_async_nf_add_fwnode_remote() function
Vladimir Zapolskiy
-11
/
+2
2026-01-13
media: qcom: camss: change internals of endpoint parsing to fwnode handling
Vladimir Zapolskiy
-26
/
+23
2026-01-13
media: qcom: camss: vfe: Fix out-of-bounds access in vfe_isr_reg_update()
Alper Ak
-2
/
+4
2026-01-13
media: qcom: camss: csid-340: Fix unused variables
Loic Poulain
-7
/
+3
2026-01-13
media: qcom: camss: Do not enable cpas fast ahb clock for SM8550 VFE lite
Vladimir Zapolskiy
-4
/
+2
2026-01-13
media: qcom: camss: Add support for regulator init_load_uA in CSIPHY
Wenmeng Liu
-102
/
+265
2026-01-13
media: camss: csiphy: Make CSIPHY status macro cross-platform
Hangxiang Ma
-6
/
+14
2026-01-13
media: ti: vpe: Add the VIP driver
Dale Farnsworth
-0
/
+4405
2026-01-13
media: ti: vpe: Export vpdma_load_firmware() function
Yemike Abhilash Chandra
-1
/
+5
2026-01-13
media: ti: vpe: Re-introduce multi-instance and multi-client support
Yemike Abhilash Chandra
-0
/
+51
2026-01-13
media: i2c: ov01a10: Add ov01a1b support
Hans de Goede
-0
/
+9
2026-01-13
media: i2c: ov01a10: Optimize setting h/vflip values
Hans de Goede
-15
/
+26
2026-01-13
media: i2c: ov01a10: Add ov01a10_sensor_cfg struct
Hans de Goede
-27
/
+60
2026-01-13
media: i2c: ov01a10: Remove values set by controls from global_setting[]
Hans de Goede
-5
/
+0
2026-01-13
media: i2c: ov01a10: Only set register 0x0305 once
Hans de Goede
-2
/
+1
2026-01-13
media: i2c: ov01a10: Replace exposure->min/step with direct define use
Hans de Goede
-3
/
+2
2026-01-13
media: i2c: ov01a10: Remove struct ov01a10_reg_list
Hans de Goede
-14
/
+8
2026-01-13
media: i2c: ov01a10: Add cropping support / allow arbitrary sizes
Hans de Goede
-136
/
+212
2026-01-13
media: i2c: ov01a10: Use native and default for pixel-array size names
Hans de Goede
-16
/
+16
2026-01-13
media: i2c: ov01a10: Move setting of ctrl->flags to after checking ctrl_hdlr-...
Hans de Goede
-4
/
+3
2026-01-13
media: i2c: ov01a10: Don't update pixel_rate and link_freq from set_fmt
Hans de Goede
-2
/
+0
[prev]
[next]