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: sun6i-mipi-csi2: Add a Kconfig dependency on RESET_CONTROLLER
Paul Kocialkowski
1
-1
/
+1
2022-09-24
media: venus: hfi: Remove the unneeded result variable
ye xingchen
1
-4
/
+1
2022-09-24
media: venus: venc: Set HDR10 PQ SEI property only for MAIN10 profile
Stanimir Varbanov
1
-1
/
+2
2022-09-24
media: venus: venc_ctrls: Add default value for CLL info
Stanimir Varbanov
1
-1
/
+2
2022-09-24
media: venus : Allow MIN/MAX settings for the v4l2 encoder controls defined range.
Vikash Garodia
1
-2
/
+0
2022-09-24
media: venus : Remove the capture plane settings for venc_g_parm/venc_s_parm
Viswanath Boma
1
-2
/
+2
2022-09-24
media: venus : Addition of support for VIDIOC_TRY_ENCODER_CMD
Dikshita Agarwal
1
-0
/
+1
2022-09-24
media: venus : Addition of EOS Event support for Encoder
Viswanath Boma
1
-1
/
+14
2022-09-24
media: venus : CAPTURE Plane width/height alignment with OUT plane.
Stanimir Varbanov
1
-4
/
+2
2022-09-24
media: venus : Addition of control support - V4L2_CID_MIN_BUFFERS_FOR_OUTPUT
Viswanath Boma
1
-1
/
+26
2022-09-24
media: venus : Add default values for the control
Stanimir Varbanov
1
-1
/
+5
2022-09-24
media: venus: Fix NV12 decoder buffer discovery on HFI_VERSION_1XX
Bryan O'Donoghue
1
-6
/
+7
2022-09-24
media: venus: dec: Handle the case where find_format fails
Bryan O'Donoghue
1
-0
/
+2
2022-09-24
media: cx88: add IR remote support for NotOnlyTV LV3H
Daniel González Cabanelas
3
-1
/
+49
2022-09-24
media: sunxi: Fix some error handling path of sun6i_mipi_csi2_probe()
Christophe JAILLET
1
-4
/
+16
2022-09-24
media: sunxi: Fix some error handling path of sun8i_a83t_mipi_csi2_probe()
Christophe JAILLET
1
-5
/
+18
2022-09-24
media: atomisp: don't store an unused sink data on a var
Mauro Carvalho Chehab
1
-5
/
+3
2022-09-24
media: atomisp_gmin_platform: Unexport and split camera_sensor_csi()
Andy Shevchenko
2
-33
/
+37
2022-09-24
crypto: hisilicon/qm - fix the qos value initialization
Kai Ye
1
-7
/
+15
2022-09-24
crypto: sun4i-ss - use DEFINE_SHOW_ATTRIBUTE to simplify sun4i_ss_debugfs
Liu Shixin
1
-14
/
+2
2022-09-24
crypto: artpec6 - Fix printk warning on size_t/%d
Herbert Xu
1
-1
/
+1
2022-09-24
crypto: inside-secure - Replace generic aes with libaes
Peter Harliman Liem
2
-54
/
+21
2022-09-24
crypto: inside_secure - Avoid dma map if size is zero
Peter Harliman Liem
1
-13
/
+31
2022-09-24
media: atomisp: Remove atomisp_source_pad_to_stream_id()
Hans de Goede
5
-54
/
+29
2022-09-24
media: atomisp: Remove const/fixed camera_caps
Hans de Goede
8
-281
/
+17
2022-09-24
media: atomisp: Remove unused atomisp_css_get_dis_statistics()
Hans de Goede
2
-18
/
+0
2022-09-24
media: atomisp: Make atomisp_set_raw_buffer_bitmap() static
Hans de Goede
2
-3
/
+3
2022-09-24
media: atomisp: Drop unnecessary first_streamoff check
Hans de Goede
1
-4
/
+4
2022-09-24
media: atomisp: Remove a couple of not useful function wrappers
Hans de Goede
5
-38
/
+12
2022-09-24
media: atomisp: Use video_dev.lock for ioctl locking
Hans de Goede
2
-162
/
+42
2022-09-24
media: atomisp: Drop streamoff_mutex
Hans de Goede
4
-12
/
+0
2022-09-24
media: atomisp: Rework asd->streaming state update in __atomisp_streamoff()
Hans de Goede
1
-4
/
+4
2022-09-24
media: atomisp: Move atomisp_streaming_count() check into __atomisp_css_recover()
Hans de Goede
1
-9
/
+4
2022-09-24
media: atomisp: Remove watchdog timer
Hans de Goede
7
-539
/
+9
2022-09-24
media: atomisp: Add atomisp_pipe_check() helper
Hans de Goede
3
-52
/
+48
2022-09-24
media: atomisp: Remove asd == NULL checks from ioctl handling
Hans de Goede
2
-107
/
+0
2022-09-24
media: atomisp: Fix locking around asd->streaming read/write
Hans de Goede
7
-10
/
+55
2022-09-24
media: atomisp: Remove unused lock member from struct atomisp_sub_device
Hans de Goede
2
-2
/
+0
2022-09-24
media: atomisp: Use a normal mutex for the main lock
Hans de Goede
5
-75
/
+75
2022-09-24
media: atomisp: prevent integer overflow in sh_css_set_black_frame()
Dan Carpenter
1
-2
/
+2
2022-09-24
media: atomisp: Simplify v4l2_fh_open() error handling
Hans de Goede
1
-5
/
+1
2022-09-24
media: atomisp: Fix v4l2_fh resource leak on open errors
Hans de Goede
1
-0
/
+1
2022-09-24
media: atomisp: Remove loading mutex
Hans de Goede
3
-30
/
+0
2022-09-24
media: atomisp: Register /dev/* nodes at the end of atomisp_pci_probe()
Hans de Goede
1
-12
/
+28
2022-09-24
media: atomisp: Split subdev and video-node registration into 2 steps
Hans de Goede
3
-11
/
+15
2022-09-24
media: atomisp: Remove empty atomisp_css_set_cont_prev_start_time() function
Hans de Goede
4
-16
/
+0
2022-09-24
media: atomisp: Remove some further ATOMISP_ACC_* related dead code
Hans de Goede
4
-57
/
+0
2022-09-24
media: atomisp: Remove the ACC device node
Hans de Goede
8
-120
/
+16
2022-09-24
media: atomisp: Remove never set file_input flag
Hans de Goede
4
-83
/
+28
2022-09-24
media: atomisp: Remove the outq videobuf queue
Hans de Goede
3
-68
/
+4
[prev]
[next]