index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-19
media: ti-vpe: cal: Remove needless variable initialization
Laurent Pinchart
1
-9
/
+9
2020-07-19
media: ti-vpe: cal: Make cal_formats array const
Laurent Pinchart
1
-4
/
+3
2020-07-19
media: ti-vpe: cal: Turn reg_(read|write)_field() into inline functions
Laurent Pinchart
1
-12
/
+16
2020-07-19
media: ti-vpe: cal: Inline CAL_VERSION macro in its only user
Laurent Pinchart
1
-3
/
+1
2020-07-19
media: ti-vpe: cal: Merge all status variables in IRQ handler
Laurent Pinchart
1
-14
/
+14
2020-07-19
media: ti-vpe: cal: Index IRQ registersstarting at 0
Laurent Pinchart
2
-23
/
+23
2020-07-19
media: ti-vpe: cal: Index CSI-2 port starting at 0
Laurent Pinchart
2
-47
/
+47
2020-07-19
media: ti-vpe: cal: Decouple CSI2 port and CPORT
Laurent Pinchart
1
-3
/
+5
2020-07-19
media: ti-vpe: cal: Avoid function forward declaration
Laurent Pinchart
1
-56
/
+55
2020-07-19
media: ti-vpe: cal: Sort headers alphabetically
Laurent Pinchart
1
-7
/
+8
2020-07-19
gspca: First camera mode is skipped
Florin Tudorache
1
-1
/
+1
2020-07-19
media: s5p-g2d: Fix a memory leak in an error handling path in 'g2d_probe()'
Christophe JAILLET
1
-13
/
+15
2020-07-19
media: Add V4L2_TYPE_IS_CAPTURE helper
Ezequiel Garcia
12
-20
/
+19
2020-07-19
media: pci: dt3155: fix spelling mistake
Flavio Suligoi
2
-2
/
+2
2020-07-19
media: gspca: replace http references with https ones
Alexander A. Klimov
1
-1
/
+1
2020-07-19
media: atmel: atmel-isc: rework component offsets
Eugen Hristev
3
-39
/
+25
2020-07-19
media: davinci: replace http references with https
Alexander A. Klimov
5
-5
/
+5
2020-07-19
media: solo6x10: replace http references with https
Alexander A. Klimov
16
-16
/
+16
2020-07-19
sun4i-csi: call _vb2_fop_release instead of v4l2_fh_release
Hans Verkuil
1
-1
/
+2
2020-07-19
sun4i-csi: drop read/write, enable VB2_DMABUF
Hans Verkuil
2
-3
/
+1
2020-07-19
sunxi-csi: fill in bus_info of media device
Hans Verkuil
2
-0
/
+4
2020-07-19
media: gspca: remove redundant initialization of variable status
Colin Ian King
1
-1
/
+1
2020-07-19
v4l2-core: Print control name in VIDIOC_S/G_(EXT)_CTRL(S)
Ezequiel Garcia
1
-4
/
+10
2020-07-19
cec-api: prevent leaking memory through hole in structure
Hans Verkuil
1
-1
/
+7
2020-07-19
go7007: add sanity checking for endpoints
Oliver Neukum
1
-1
/
+10
2020-07-19
media: staging: tegra-vde: Power-cycle hardware on probe
Dmitry Osipenko
1
-0
/
+8
2020-07-19
media: staging: tegra-vde: Turn ON power domain on shutdown
Dmitry Osipenko
1
-0
/
+19
2020-07-19
media: staging: tegra-vde: Runtime PM is always available on Tegra
Dmitry Osipenko
1
-16
/
+0
2020-07-04
media: cros-ec-cec: do not bail on device_init_wakeup failure
Dariusz Marcinkiewicz
1
-5
/
+1
2020-07-04
media: rockchip: rga: Only set output CSC mode for RGB input
Paul Kocialkowski
1
-1
/
+7
2020-07-04
media: rockchip: rga: Introduce color fmt macros and refactor CSC mode logic
Paul Kocialkowski
2
-13
/
+15
2020-07-04
media: exynos4-is: Add missed check for pinctrl_lookup_state()
Chuhong Yuan
1
-0
/
+3
2020-07-04
media: staging: rkisp1: set more precise size errors in debugfs
Dafna Hirschfeld
3
-4
/
+16
2020-07-04
media: tvp5150: Add missed media_entity_cleanup()
Chuhong Yuan
1
-2
/
+6
2020-07-04
media: pxa_camera: remove an impossible condition
Dan Carpenter
1
-11
/
+8
2020-07-04
media: rcar-csi2: Rename confirm_start() to phy_post_init() to match its usage
Niklas Söderlund
1
-7
/
+7
2020-07-04
media: test_drivers: vivid-core: Use array_size() helper
Gustavo A. R. Silva
1
-2
/
+2
2020-07-04
media: videobuf2: Fix length check for single plane dmabuf queueing
John Cox
1
-1
/
+2
2020-07-04
media: staging: rkisp1: rsz: fix resolution limitation on sink pad
Helen Koike
1
-4
/
+4
2020-07-04
media: samsung: Rename Samsung and Exynos to lowercase
Krzysztof Kozlowski
2
-2
/
+2
2020-07-04
media: staging: rkisp1: rsz: set default format if the given format is not RK...
Dafna Hirschfeld
3
-4
/
+4
2020-07-04
media: staging: rkisp1: rename macros 'RKISP1_DIR_*' to 'RKISP1_ISP_SD_*'
Dafna Hirschfeld
1
-23
/
+23
2020-07-04
media: staging: rkisp1: remove macro RKISP1_DIR_SINK_SRC
Dafna Hirschfeld
1
-13
/
+12
2020-07-04
media: staging: rkisp1: rsz: supported formats are the isp's src formats, not...
Dafna Hirschfeld
1
-2
/
+2
2020-07-04
media: allegro: Fix some NULL vs IS_ERR() checks in probe
Dan Carpenter
1
-4
/
+4
2020-07-04
media: vb2: Print the queue pointer in debug messages
Laurent Pinchart
2
-137
/
+157
2020-07-04
media: use v4l2_rect_enclosed helper
Benoit Parrot
4
-60
/
+11
2020-07-04
media: rcar-csi2: Add support for MEDIA_BUS_FMT_SRGGB8_1X8 format
Lad Prabhakar
1
-0
/
+1
2020-07-04
media: rcar-vin: Add support for MEDIA_BUS_FMT_SRGGB8_1X8 format
Lad Prabhakar
2
-1
/
+18
2020-07-04
media: rcar-vin: Invalidate pipeline if conversion is not possible on input f...
Lad Prabhakar
2
-4
/
+13
[next]