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: hantro: HEVC: Fix auxilary buffer size calculation
Benjamin Gaignard
1
-2
/
+2
2022-09-24
media: hantro: Store HEVC bit depth in context
Benjamin Gaignard
1
-0
/
+7
2022-09-24
media: meson: vdec: fix possible refcount leak in vdec_probe()
Hangyu Hua
1
-0
/
+2
2022-09-24
media: platform: cros-ec: Add Kuldax to the match table
Rory Liu
1
-0
/
+2
2022-09-24
media: tuners: Remove the unneeded result variable
ye xingchen
1
-3
/
+1
2022-09-24
media: platform: mtk-mdp3: fix PM reference leak in mdp_comp_clock_on()
Sun Ke
1
-2
/
+3
2022-09-24
media: platform: mtk-mdp3: fix error code in mdp_vpu_dev_init()
Dan Carpenter
1
-1
/
+2
2022-09-24
media: radio-si476x: Remove the unneeded result variable
ye xingchen
1
-4
/
+1
2022-09-24
media: platform: mtk-mdp3: add pointer checks and use devm_kfree
Moudy Ho
3
-3
/
+4
2022-09-24
media: si4713: Use the right include
Linus Walleij
1
-1
/
+1
2022-09-24
media: i2c: isl7998x: Use right include
Linus Walleij
1
-1
/
+1
2022-09-24
media: cec: add support for Absolute Volume Control
Hans Verkuil
1
-0
/
+1
2022-09-24
media: dvb-frontends/drxk: initialize err to 0
Hans Verkuil
1
-1
/
+1
2022-09-24
media: v4l2-ctrls: drop 'elems' argument from control type ops.
Hans Verkuil
3
-15
/
+16
2022-09-24
media: amphion: release m2m ctx when releasing vpu instance
Ming Qian
1
-7
/
+4
2022-09-24
media: coda: jpeg: drop coda9_jpeg_dec_huff_setup() return value
Philipp Zabel
1
-10
/
+3
2022-09-24
media: pci/cx18: fix repeated words in comments
Jilin Yuan
1
-2
/
+2
2022-09-24
media: usb/dvb-usb-v2: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-09-24
media: usb/msi2500: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-09-24
media: cros-ec-cec: limit msg.len to CEC_MAX_MSG_SIZE
Hans Verkuil
1
-0
/
+2
2022-09-24
media: s5p_cec: limit msg.len to CEC_MAX_MSG_SIZE
Hans Verkuil
1
-0
/
+2
2022-09-24
media: rkisp1: Zero v4l2_subdev_format fields in when validating links
Laurent Pinchart
1
-3
/
+4
2022-09-24
media: rkisp1: Configure LSC after enabling the ISP
Laurent Pinchart
3
-64
/
+143
2022-09-24
media: rkisp1: Use correct macro for gradient registers
Laurent Pinchart
2
-3
/
+3
2022-09-24
media: rkisp1: Simplify LSC x/y size and grad register macros
Laurent Pinchart
2
-20
/
+8
2022-09-24
media: rkisp1: Store LSC register values in u32 variables
Laurent Pinchart
1
-4
/
+6
2022-09-24
media: rkisp1: Clean up LSC configuration code
Laurent Pinchart
1
-113
/
+86
2022-09-24
media: rkisp1: Allow setting color space on resizer sink pad
Laurent Pinchart
1
-3
/
+38
2022-09-24
media: rkisp1: Initialize color space on resizer sink and source pads
Laurent Pinchart
1
-0
/
+4
2022-09-24
phy: qcom-snps: Use dev_err_probe() to simplify code
Yuan Can
1
-12
/
+6
2022-09-24
phy: qcom-qusb2: Use dev_err_probe() to simplify code
Yuan Can
1
-18
/
+9
2022-09-24
phy: qcom-qmp-pcie: Use dev_err_probe() to simplify code
Yuan Can
1
-6
/
+3
2022-09-24
media: rkisp1: Configure CSM based on YCbCr encoding
Laurent Pinchart
3
-21
/
+84
2022-09-24
media: rkisp1: Don't pass the quantization to rkisp1_csm_config()
Laurent Pinchart
1
-7
/
+3
2022-09-24
media: rkisp1: Configure quantization using ISP source pad
Laurent Pinchart
1
-1
/
+1
2022-09-24
media: rkisp1: Allow setting all color space fields on ISP source pad
Laurent Pinchart
1
-7
/
+48
2022-09-24
media: rkisp1: Fix source pad format configuration
Laurent Pinchart
1
-8
/
+32
2022-09-24
media: rkisp1: Allow setting color space on ISP sink pad
Laurent Pinchart
1
-0
/
+31
2022-09-24
media: rkisp1: Initialize color space on ISP sink and source pads
Laurent Pinchart
1
-0
/
+10
2022-09-24
media: rockchip: rkisp1: Define macros for DPCC configurations in UAPI
Laurent Pinchart
1
-1
/
+0
2022-09-24
ata: libata-eh: avoid needless hard reset when revalidating link
Niklas Cassel
1
-0
/
+19
2022-09-24
phy: ti: phy-j721e-wiz: fix reference leaks in wiz_probe()
Dan Carpenter
1
-2
/
+3
2022-09-24
phy: mediatek: mipi: remove register access helpers
Chunfeng Yun
2
-29
/
+0
2022-09-24
phy: mediatek: mipi: mt8183: use common helper to access registers
Chunfeng Yun
1
-34
/
+34
2022-09-24
phy: mediatek: mipi: mt8183: use GENMASK to generate bits mask
Chunfeng Yun
1
-3
/
+3
2022-09-24
phy: mediatek: mipi: mt8173: use common helper to access registers
Chunfeng Yun
1
-62
/
+55
2022-09-24
phy: mediatek: mipi: mt8173: use FIELD_PREP to prepare bits field
Chunfeng Yun
1
-4
/
+10
2022-09-24
phy: mediatek: mipi: mt8173: use GENMASK to generate bits mask
Chunfeng Yun
1
-24
/
+29
2022-09-24
phy: mediatek: hdmi: remove register access helpers
Chunfeng Yun
2
-40
/
+0
2022-09-24
phy: mediatek: hdmi: mt8173: use common helper to access registers
Chunfeng Yun
1
-75
/
+65
[prev]
[next]