index
:
media_tree.git
fixes
ipu3
master
request_api
Upstream media tree for Remote Controllers, V4L and DVB
Mauro Carvalho Chehab
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-03
Merge commit 'c3cdc019a6bf' into media_tree
Mauro Carvalho Chehab
0
-0
/
+0
2021-07-23
media: atomisp: pci: reposition braces as per coding style
Deepak R Varma
4
-196
/
+155
2021-07-23
media: atomisp: i2c: Remove a superfluous else clause in atomisp-mt9m114.c
Martiros Shakhzadyan
1
-6
/
+5
2021-07-23
media: atomisp: Move MIPI_PORT_LANES to the only user
Andy Shevchenko
2
-11
/
+11
2021-07-23
media: atomisp: Perform a single memset() for union
Kees Cook
1
-4
/
+1
2021-07-23
media: atomisp: pci: fix error return code in atomisp_pci_probe()
Yang Yingliang
1
-1
/
+2
2021-07-23
media: atomisp: pci: Remove unnecessary (void *) cast
Fabio M. De Francesco
1
-1
/
+1
2021-07-23
media: atomisp: pci: Remove checks before kfree/kvfree
Fabio M. De Francesco
1
-4
/
+2
2021-07-23
media: atomisp: Remove unused port_enabled variable
Andy Shevchenko
1
-3
/
+0
2021-07-23
media: atomisp: Annotate a couple of definitions with __maybe_unused
Andy Shevchenko
1
-2
/
+2
2021-07-23
media: atomisp: Remove unused declarations
Andy Shevchenko
1
-17
/
+0
2021-07-23
media: atomisp: remove the repeated declaration
Shaokun Zhang
1
-2
/
+0
2021-07-23
media: atomisp: improve error handling in gc2235_detect()
Tom Rix
1
-10
/
+3
2021-07-23
media: atomisp: Fix whitespace at the beginning of line
Aniket Bhattacharyea
1
-4
/
+4
2021-07-23
media: atomisp: Align block comments
Jiabing Wan
1
-2
/
+2
2021-07-23
media: atomisp: Use sysfs_emit() instead of sprintf() where appropriate
Nguyen Dinh Phi
1
-3
/
+3
2021-07-23
media: atomisp: Fix line continuation style issue in sh_css.c
Martiros Shakhzadyan
1
-8
/
+6
2021-07-23
media: atomisp: Use kcalloc instead of kzalloc with multiply in sh_css.c
Martiros Shakhzadyan
1
-10
/
+12
2021-07-23
media: atomisp: Remove unnecessary parens in sh_css.c
Martiros Shakhzadyan
1
-1
/
+1
2021-07-23
media: atomisp: Resolve goto style issue in sh_css.c
Martiros Shakhzadyan
1
-2
/
+2
2021-07-23
media: atomisp: fix the uninitialized use and rename "retvalue"
Yizhuo
1
-4
/
+7
2021-07-22
media: atomisp: pci: reposition braces as per coding style
Deepak R Varma
4
-196
/
+155
2021-07-22
media: atomisp: i2c: Remove a superfluous else clause in atomisp-mt9m114.c
Martiros Shakhzadyan
1
-6
/
+5
2021-07-22
media: atomisp: Move MIPI_PORT_LANES to the only user
Andy Shevchenko
2
-11
/
+11
2021-07-22
media: atomisp: Perform a single memset() for union
Kees Cook
1
-4
/
+1
2021-07-22
media: atomisp: pci: fix error return code in atomisp_pci_probe()
Yang Yingliang
1
-1
/
+2
2021-07-22
media: atomisp: pci: Remove unnecessary (void *) cast
Fabio M. De Francesco
1
-1
/
+1
2021-07-22
media: atomisp: pci: Remove checks before kfree/kvfree
Fabio M. De Francesco
1
-4
/
+2
2021-07-22
media: atomisp: Remove unused port_enabled variable
Andy Shevchenko
1
-3
/
+0
2021-07-22
media: atomisp: Annotate a couple of definitions with __maybe_unused
Andy Shevchenko
1
-2
/
+2
2021-07-22
media: atomisp: Remove unused declarations
Andy Shevchenko
1
-17
/
+0
2021-07-22
media: atomisp: remove the repeated declaration
Shaokun Zhang
1
-2
/
+0
2021-07-22
media: atomisp: improve error handling in gc2235_detect()
Tom Rix
1
-10
/
+3
2021-07-22
media: atomisp: Fix whitespace at the beginning of line
Aniket Bhattacharyea
1
-4
/
+4
2021-07-22
media: atomisp: Align block comments
Jiabing Wan
1
-2
/
+2
2021-07-22
media: atomisp: Use sysfs_emit() instead of sprintf() where appropriate
Nguyen Dinh Phi
1
-3
/
+3
2021-07-22
media: atomisp: Fix line continuation style issue in sh_css.c
Martiros Shakhzadyan
1
-8
/
+6
2021-07-22
media: atomisp: Use kcalloc instead of kzalloc with multiply in sh_css.c
Martiros Shakhzadyan
1
-10
/
+12
2021-07-22
media: atomisp: Remove unnecessary parens in sh_css.c
Martiros Shakhzadyan
1
-1
/
+1
2021-07-22
media: atomisp: Resolve goto style issue in sh_css.c
Martiros Shakhzadyan
1
-2
/
+2
2021-07-22
media: atomisp: use list_splice_init in atomisp_compat_css20.c
Baokun Li
1
-33
/
+5
2021-07-22
media: atomisp: fix the uninitialized use and rename "retvalue"
Yizhuo
1
-4
/
+7
2021-07-22
media: atomisp: remove useless returns
Pavel Skripkin
1
-38
/
+0
2021-07-22
media: atomisp: remove dublicate code
Pavel Skripkin
1
-13
/
+0
2021-07-22
media: atomisp: remove useless breaks
Pavel Skripkin
1
-11
/
+0
2021-07-22
media: atomisp: pci: fixed a curly bracket coding style issue.
Dmitrii Wolf
1
-1
/
+2
2021-07-22
media: atomisp: Fix runtime PM imbalance in atomisp_pci_probe
Dinghao Liu
1
-0
/
+1
2021-07-22
media: atomisp-ov2680: A trivial typo fix
Bhaskar Chowdhury
1
-1
/
+1
2021-07-22
media: atomisp: Fix typo "accesible"
Ricardo Ribalda
3
-3
/
+3
2021-07-22
media: coda: fix frame_mem_ctrl for YUV420 and YVU420 formats
Philipp Zabel
1
-5
/
+13
[next]
Privacy Policy