blob: 334d1229a6e312a5fa6074aff5d54e913c8333f7 [file] [log] [blame]
3fcd2d42a071 ("media: staging: rkisp1: remove the 'is_streaming' field from stats and params")
dd48134061bb ("media: staging: rkisp1: params: in stop_streaming, use list_splice_init to move the buffers")
1d5099152b0a ("media: staging: rkisp1: use the right variants of spin_lock")
816b07b6c1cd ("media: staging: rkisp1: params: no need to lock default config")
acb00111e906 ("media: staging: rkisp1: stats: protect write to 'is_streaming' in start_streaming cb")
98c437e3b960 ("media: staging: rkisp1: params: avoid using buffer if params is not streaming")
93aaba85bc2b ("media: staging: rkisp1: params: in the isr, return if buffer list is empty")
b1b2715e8d61 ("media: staging: rkisp1: params: upon stream stop, iterate a local list to return the buffers")
581214d3de99 ("media: staging: rkisp1: params: don't release lock in isr before buffer is done")
c85d0eec3f85 ("media: staging: rkisp1: call params isr only upon frame out")
3b7e44843f75 ("media: staging: rkisp1: improve documentation of rkisp1-common.h")
047a8bd88cba ("media: staging: rkisp1: group declaration of similar functions together")
1e76ae8e4db0 ("media: staging: rkisp1: unify (un)register functions to have the same parameters")
f690abdc51ad ("media: staging: rkisp1: don't define vaddr field in rkisp1_buffer as an array")
1b265b4d2c21 ("media: staging: rkisp1: remove unused field alloc_ctx from struct rkisp1_device")
454748e3b352 ("media: staging: rkisp1: cap: protect buf.curr and buf.next with buf.lock")
aa86e0bbf2ee ("media: staging: rkisp1: cap: don't set next buffer from rkisp1_vb2_buf_queue")
1fcc0244b5e6 ("media: staging: rkisp1: stats: read the stats in the isr")
b512ab7a8526 ("media: staging: rkisp1: stats: replace locks wq_lock, irq_lock with one lock")
46c308a964fe ("media: staging: rkisp1: stats: replace spin_lock_irqsave with spin_lock_irq")
24385f9c6ee4 ("media: staging: rkisp1: use a macro for the statistics flags mask")
206003b18bb2 ("media: staging: rkisp1: rsz: set default format if the given format is not RKISP1_ISP_SD_SRC")
c247818a873a ("media: staging: rkisp1: rename macros 'RKISP1_DIR_*' to 'RKISP1_ISP_SD_*'")
b861d139a36a ("media: staging: rkisp1: remove macro RKISP1_DIR_SINK_SRC")
3bee86168657 ("media: staging: rkisp1: stats: don't set stats flags in rkisp1_stats_send_measurement")
d0dd92789f44 ("media: staging: rkisp1: cap: support uv swapped planar formats")
e4b0326c4d70 ("media: staging: rkisp1: cap: serialize start/stop stream")
003492984ed7 ("media: staging: rkisp1: change fields names from fmt_type to pixel_enc")
b23096af0be4 ("media: staging: rkisp1: cap: remove field fmt_type from struct rkisp1_capture_fmt_cfg")
2990e3dbf7ee ("media: staging: rkisp1: replace rkisp1_fmt_pix_type with v4l2_pixel_encoding")