index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-24
media: atomisp: Remove atomisp_file_fops and atomisp_file_ioctl_ops
Hans de Goede
6
-237
/
+0
2022-09-24
media: atomisp: Remove file-injection support
Hans de Goede
9
-347
/
+8
2022-09-24
media: atomisp: Fix device_caps reporting of the registered video-devs
Hans de Goede
1
-17
/
+7
2022-09-24
media: atomisp: Ensure that USERPTR pointers are page aligned
Hans de Goede
1
-0
/
+6
2022-09-24
media: atomisp: hmm_bo: Drop PFN code path from alloc_user_pages()
Hans de Goede
2
-43
/
+6
2022-09-24
media: atomisp: hmm_bo: Rewrite free_private_pages() using pages_array helper funcs
Hans de Goede
1
-22
/
+4
2022-09-24
media: atomisp: hmm_bo: Rewrite alloc_private_pages() using pages_array helper funcs
Hans de Goede
1
-28
/
+20
2022-09-24
media: atomisp: hmm_bo: Further simplify alloc_private_pages()
Hans de Goede
1
-23
/
+6
2022-09-24
media: atomisp: hmm_bo: Simplify alloc_private_pages()
Hans de Goede
2
-76
/
+10
2022-09-24
media: atomisp: Make atomisp_try_fmt_cap() take padding into account
Hans de Goede
1
-0
/
+7
2022-09-24
media: atomisp: Fix VIDIOC_TRY_FMT
Hans de Goede
1
-2
/
+2
2022-09-24
media: atomisp-notes: Add info about sensors v4l2_get_subdev_hostdata() use
Hans de Goede
1
-0
/
+19
2022-09-24
media: atomisp-ov2680: Improve ov2680_set_fmt() error handling
Hans de Goede
1
-2
/
+6
2022-09-24
phy: qcom-qmp-usb: Use dev_err_probe() to simplify code
Yuan Can
1
-6
/
+3
2022-09-24
phy: qcom-qmp-ufs: Use dev_err_probe() to simplify code
Yuan Can
1
-6
/
+3
2022-09-24
phy: qcom-qmp-pcie-msm8996: Use dev_err_probe() to simplify code
Yuan Can
1
-6
/
+3
2022-09-24
phy: qcom-qmp-combo: Use dev_err_probe() to simplify code
Yuan Can
1
-14
/
+7
2022-09-24
media: atomisp-ov2680: Don't take the input_lock for try_fmt calls.
Hans de Goede
1
-3
/
+2
2022-09-24
media: atomisp-ov2680: Fix ov2680_set_fmt()
Hans de Goede
1
-5
/
+1
2022-09-24
media: atomisp_gmin_platform: Switch to use acpi_evaluate_dsm_typed()
Andy Shevchenko
1
-5
/
+3
2022-09-24
media: mc: convert pipeline funcs to take media_pad
Tomi Valkeinen
5
-41
/
+33
2022-09-24
media: mc: entity: Add has_pad_interdep entity operation
Tomi Valkeinen
1
-2
/
+8
2022-09-24
media: mc: entity: Rewrite media_pipeline_start()
Laurent Pinchart
1
-76
/
+441
2022-09-24
phy: qualcomm: call clk_disable_unprepare in the error handling
Dongliang Mu
1
-2
/
+4
2022-09-24
media: drivers: use video_device_pipeline_alloc_start()
Tomi Valkeinen
5
-17
/
+4
2022-09-24
media: mc: entity: add alloc variant of pipeline_start
Tomi Valkeinen
2
-0
/
+49
2022-09-24
media: drivers: use video_device_pipeline()
Tomi Valkeinen
2
-4
/
+4
2022-09-24
media: drivers: use video device pipeline start/stop
Tomi Valkeinen
19
-66
/
+62
2022-09-24
media: v4l2-dev: Add videodev wrappers for media pipelines
Tomi Valkeinen
1
-0
/
+61
2022-09-24
media: mc: entity: Add media_entity_pipeline() to access the media pipeline
Laurent Pinchart
12
-22
/
+39
2022-09-24
media: mc: entity: Move media_entity_get_fwnode_pad() out of graph walk section
Laurent Pinchart
1
-35
/
+35
2022-09-24
media: mc: entity: Merge media_entity_enum_init and __media_entity_enum_init
Laurent Pinchart
1
-4
/
+6
2022-09-24
media: mc: entity: Add iterator helper for entity pads
Jacopo Mondi
2
-12
/
+12
2022-09-24
media: mc: entity: Rename streaming_count -> start_count
Tomi Valkeinen
2
-6
/
+6
2022-09-24
media: sun6i-mipi-csi2: Depend on PHY_SUN6I_MIPI_DPHY
Sakari Ailus
1
-1
/
+1
2022-09-24
media: ov8865: Fix an error handling path in ov8865_probe()
Christophe JAILLET
1
-4
/
+6
2022-09-24
media: ar0521: Fix return value check in writing initial registers
Sakari Ailus
1
-1
/
+2
2022-09-24
phy: intel: Use dev_err_probe() to simplify code
Yuan Can
1
-30
/
+15
2022-09-24
phy: tegra: xusb: Use dev_err_probe() to simplify code
Yuan Can
1
-6
/
+3
2022-09-24
media: ipu3-imgu: Fix NULL pointer dereference in active selection access
Sakari Ailus
1
-17
/
+14
2022-09-24
media: ar0521: Remove redundant variable ret
Sakari Ailus
1
-2
/
+1
2022-09-24
media: ar0521: fix error return code in ar0521_power_on()
Yang Yingliang
1
-2
/
+3
2022-09-24
media: i2c: mt9v111: Fix typo 'the the' in comment
Slark Xiao
1
-1
/
+1
2022-09-24
media: ov5640: Use runtime PM
Paul Elder
1
-47
/
+76
2022-09-24
media: staging: ipu3-imgu: Fix BNR wb gain documentation
Jean-Michel Hautbois
1
-2
/
+5
2022-09-24
media: hantro: Allows luma and chroma depth to be different
Benjamin Gaignard
1
-3
/
+0
2022-09-24
media: hantro: imx8m: Enable 10bit decoding
Benjamin Gaignard
1
-0
/
+27
2022-09-24
media: Hantro: HEVC: Allows 10-bit bitstream
Benjamin Gaignard
1
-2
/
+2
2022-09-24
media: hantro: postproc: Configure output regs to support 10bit
Benjamin Gaignard
2
-3
/
+6
2022-09-24
media: hantro: HEVC: Fix chroma offset computation
Benjamin Gaignard
1
-1
/
+1
[prev]
[next]