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
/
media
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-29
media: ttusb-dec: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-4
/
+3
2020-08-29
media: media/radio: wl128x: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-6
/
+6
2020-08-29
media: sti: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-6
/
+4
2020-08-29
media: pxa_camera: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-3
/
+3
2020-08-29
media: marvell-ccic: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-4
/
+3
2020-08-29
media: tw5864: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-5
/
+4
2020-08-29
media: ttpci: convert tasklets to use new tasklet_setup() API
Allen Pais
3
-20
/
+21
2020-08-29
media: smipcie: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-3
/
+3
2020-08-29
media: ngene: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-6
/
+6
2020-08-29
media: mantis: convert tasklets to use new tasklet_setup() API
Allen Pais
3
-4
/
+4
2020-08-29
media: bt8xx: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-3
/
+4
2020-08-29
media: marvell-ccic: add support for runtime PM
Lubomir Rintel
2
-31
/
+43
2020-08-29
media: marvell-ccic: mmp: use generic dev_pm_ops
Lubomir Rintel
1
-12
/
+6
2020-08-29
media: marvell-ccic: mmp: get rid of mmpcam_devices list
Lubomir Rintel
1
-70
/
+8
2020-08-29
media: cafe-driver: use drvdata instead of back-casting from v4l2_device
Lubomir Rintel
1
-6
/
+4
2020-08-29
media: fsl-viu: Do not redefine out_be32()/in_be32() for CONFIG_M68K
Fabio Estevam
1
-1
/
+1
2020-08-29
media: mtk-vcodec: vdec_vp9_if.c: fix comparison to bool
Daniel W. S. Almeida
1
-1
/
+1
2020-08-29
media: pci: cobalt-i2c.c: fix comparison of 0/1 to bool variable
Daniel W. S. Almeida
1
-4
/
+4
2020-08-29
media: i2c: tda1997x.c: Fix assignment of 0/1 to bool variable
Daniel W. S. Almeida
1
-3
/
+3
2020-08-29
media: i2c: imx219.c: fix assignment of 0/1 to bool variable
Daniel W. S. Almeida
1
-1
/
+1
2020-08-29
media: pci: cx23855-video.c: remove duplicate argument in 'or'
Daniel W. S. Almeida
1
-1
/
+1
2020-08-29
media: dvb-frontends: mb86a16.c: remove useless if/else
Daniel W. S. Almeida
1
-5
/
+2
2020-08-29
media: usb: dib0700_devices.c: remove useless if/else
Daniel W. S. Almeida
1
-8
/
+3
2020-08-29
media: pci: saa7164-core.c: replace if (cond) BUG() with BUG_ON()
Daniel W. S. Almeida
1
-7
/
+5
2020-08-29
media: pci: saa7164-vbi.c: replace if (cond) BUG() with BUG_ON()
Daniel W. S. Almeida
1
-4
/
+2
2020-08-29
media: pci: saa7164-dvb.c: replace if(cond) BUG() with BUG_ON()
Daniel W. S. Almeida
1
-5
/
+2
2020-08-29
media: pci: saa7164.c: Replace if(cond) BUG with BUG_ON
Daniel W. S. Almeida
1
-5
/
+3
2020-08-29
media: vicodec: vicodec-core.c: fix assignment of 0/1 to bool variable
Daniel W. S. Almeida
1
-2
/
+2
2020-08-29
media: mtk-vcodec: mtk_vcodec_dec.c: fix comparison to bool
Daniel W. S. Almeida
1
-4
/
+3
2020-08-29
media: cobalt: cobalt-omnitek.c: fix comparison to bool
Daniel W. S. Almeida
1
-1
/
+1
2020-08-29
media: sunxi: sun8i-rotate.c: remove useless error message
Daniel W. S. Almeida
1
-4
/
+1
2020-08-28
media: platform: Add jpeg enc feature
Xia Jiang
5
-4
/
+611
2020-08-28
media: platform: Using the variant structure to contain the varability between dec and enc
Xia Jiang
2
-45
/
+104
2020-08-28
media: platform: Rename existing functions/defines/variables
Xia Jiang
3
-91
/
+96
2020-08-28
media: platform: Rename jpeg dec file name
Xia Jiang
7
-7
/
+7
2020-08-28
media: platform: Change the call functions of getting/enable/disable the jpeg's clock
Xia Jiang
2
-13
/
+23
2020-08-28
media: platform: Refactor mtk_jpeg_set_default_params()
Xia Jiang
1
-10
/
+2
2020-08-28
media: platform: Change the colorspace of jpeg to the fixed value
Xia Jiang
1
-12
/
+12
2020-08-28
media: platform: Redefinition of mtk_jpeg_q_data structure
Xia Jiang
2
-64
/
+57
2020-08-28
media: platform: Refactor mtk_jpeg_find_format()
Xia Jiang
2
-33
/
+34
2020-08-28
media: platform: Refactor mtk_jpeg_try_fmt_mplane()
Xia Jiang
1
-33
/
+16
2020-08-28
media: platform: Change the maximum width and height supported by JPEG dec
Xia Jiang
1
-2
/
+2
2020-08-28
media: platform: Delete vidioc_s_selection ioctl of jpeg dec
Xia Jiang
1
-22
/
+0
2020-08-28
media: platform: Delete redundant code and add annotation for an enum
Xia Jiang
2
-15
/
+8
2020-08-28
media: platform: Change MTK_JPEG_COMP_MAX macro definition location
Xia Jiang
2
-1
/
+2
2020-08-28
media: platform: Use generic rounding helpers
Xia Jiang
3
-39
/
+15
2020-08-28
media: platform: Stylistic changes for improving code quality
Xia Jiang
2
-13
/
+13
2020-08-28
media: platform: Delete zeroing the reserved fields
Xia Jiang
1
-5
/
+0
2020-08-28
media: platform: Cancel the last frame handling flow
Xia Jiang
1
-44
/
+2
2020-08-28
media: platform: Add mechanism to handle jpeg hardware's locking up
Xia Jiang
2
-0
/
+29
[prev]
[next]