index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
media
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-20
[media] media: imx: Drop warning upon multiple S_STREAM disable calls
Marek Vasut
5
-5
/
+10
2017-06-20
[media] media: imx: set and propagate default field, colorimetry
Steve Longerbeam
6
-12
/
+103
2017-06-20
[media] media: imx: capture: add frame sizes/interval enumeration
Russell King
1
-0
/
+73
2017-06-20
[media] media: imx: csi: add frame size/interval enumeration
Russell King
1
-0
/
+70
2017-06-20
[media] media: imx: csi: add sink selection rectangles
Philipp Zabel
1
-36
/
+117
2017-06-20
[media] media: imx: csi: add frame skipping support
Philipp Zabel
1
-21
/
+146
2017-06-20
[media] media: imx: csi: increase burst size for YUV formats
Philipp Zabel
1
-0
/
+17
2017-06-20
[media] media: imx: csi: add support for bayer formats
Russell King
1
-17
/
+57
2017-06-20
[media] media: imx: Add MIPI CSI-2 Receiver subdev driver
Steve Longerbeam
2
-0
/
+698
2017-06-20
[media] media: imx: Add IC subdev drivers
Steve Longerbeam
5
-0
/
+1965
2017-06-20
[media] media: imx: Add VDIC subdev driver
Steve Longerbeam
2
-0
/
+1005
2017-06-20
[media] media: imx: Add CSI subdev driver
Steve Longerbeam
3
-0
/
+1489
2017-06-20
[media] media: imx: Add Capture Device Interface
Steve Longerbeam
2
-0
/
+703
2017-06-20
[media] media: imx: Add a TODO file
Steve Longerbeam
1
-0
/
+23
2017-06-20
[media] media: Add i.MX media core driver
Steve Longerbeam
10
-0
/
+2952
2017-06-08
[media] atomisp: use correct dialect to disable warnings
Mauro Carvalho Chehab
3
-6
/
+12
2017-06-08
[media] staging: css2400/Makefile: don't include non-existing files
Mauro Carvalho Chehab
1
-2
/
+0
2017-06-07
[media] staging: atomisp: Fix endless recursion in hmm_init
Hans de Goede
1
-1
/
+5
2017-06-07
[media] staging: atomisp: lm3554: fix sparse warnings(was not declared. Shoul...
Chen Guanqiao
1
-2
/
+2
2017-06-07
[media] staging: atomisp: Make ov2680 driver less chatty
Hans de Goede
1
-5
/
+2
2017-06-07
[media] staging: atomisp: Ignore errors from second gpio in ov2680 driver
Hans de Goede
1
-3
/
+4
2017-06-07
[media] staging: atomisp: Add OVTI2680 ACPI id to ov2680 driver
Hans de Goede
1
-0
/
+1
2017-06-07
[media] staging: atomisp: Add INT0310 ACPI id to gc0310 driver
Hans de Goede
1
-0
/
+1
2017-06-07
[media] staging: atomisp: Set step to 0 for mt9m114 menu control
Hans de Goede
1
-1
/
+1
2017-06-07
[media] staging: atomisp: Do not call dev_warn with a NULL device
Hans de Goede
1
-1
/
+1
2017-06-07
[media] staging: atomisp: Fix calling efivar_entry_get() with unaligned argum...
Hans de Goede
1
-8
/
+9
2017-06-07
[media] atomisp: de-duplicate sh_css_mmu_set_page_table_base_index
Alan Cox
3
-31
/
+1
2017-06-07
[media] atomisp: remove sh_css_irq - it contains nothing
Alan Cox
2
-17
/
+0
2017-06-07
[media] atomisp: Unify lut free logic
Alan Cox
2
-21
/
+0
2017-06-07
[media] atomisp: Unify load_preview_binaries for the most part
Alan Cox
1
-39
/
+1
2017-06-07
[media] atomisp: unify sh_css_hmm_buffer_record_acquire
Alan Cox
1
-37
/
+3
2017-06-07
[media] atomisp: eliminate dead code under HAS_RES_MGR
Alan Cox
4
-103
/
+0
2017-06-07
[media] atomisp2: off by one in atomisp_s_input()
Dan Carpenter
1
-1
/
+1
2017-06-07
[media] atomisp2: tidy up confused ifdefs
Alan Cox
1
-21
/
+5
2017-06-07
[media] atomisp2: remove HRT_UNSCHED
Alan Cox
4
-27
/
+3
2017-06-07
[media] atomisp: remove NUM_OF_BLS
Alan Cox
1
-5
/
+5
2017-06-07
[media] atompisp: HAS_BL is never defined so lose it
Alan Cox
3
-126
/
+1
2017-06-07
[media] staging: media: atomisp: fix non static symbol warnings
Juan Antonio Pedreira Martos
1
-2
/
+2
2017-06-07
[media] atomisp: use NULL instead of 0 for pointers
Paolo Cretaro
5
-6
/
+6
2017-06-07
[media] staging: media: cxd2099: Fix checkpatch issues
Christoph Fanelsa
1
-3
/
+3
2017-06-06
[media] staging: remove todo and replace with lirc_zilog todo
Sean Young
2
-48
/
+35
2017-06-06
[media] lirc_zilog: Fix unbalanced braces around if/else
Ricardo Silva
1
-4
/
+6
2017-06-06
[media] lirc_zilog: Use sizeof(*p) instead of sizeof(struct P)
Ricardo Silva
1
-3
/
+3
2017-06-06
[media] lirc_zilog: Use __func__ for logging function name
Ricardo Silva
1
-4
/
+5
2017-06-06
[media] lirc_zilog: Fix NULL comparisons style
Ricardo Silva
1
-24
/
+24
2017-06-06
[media] lirc_zilog: Fix whitespace style checks
Ricardo Silva
1
-18
/
+17
2017-06-06
[media] lirc_zilog: remove module parameter minor
David Härdeman
1
-10
/
+6
2017-06-06
[media] lirc_dev: remove sampling kthread
David Härdeman
1
-1
/
+0
2017-06-06
[media] lirc_dev: remove pointless functions
David Härdeman
1
-11
/
+0
2017-05-19
[media] atomisp: disable several warnings when W=1
Mauro Carvalho Chehab
4
-0
/
+20
[next]