index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
coda
/
coda-common.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: platform: rename coda/ to chips-media/
Mauro Carvalho Chehab
2022-03-18
1
-3341
/
+0
*
media: coda: Fix missing put_device() call in coda_get_vdoa_data
Miaoqian Lin
2022-01-28
1
-0
/
+1
*
media: coda: fix CODA960 JPEG encoder buffer overflow
Philipp Zabel
2021-11-30
1
-3
/
+5
*
media: coda: V4L2_PIX_FMT_GREY for coda960 JPEG Encoder
Martin Weber
2021-11-19
1
-1
/
+7
*
media: coda: set debugfs blobs to read only
Wolfram Sang
2021-06-17
1
-2
/
+2
*
media: coda: use pm_runtime_resume_and_get()
Mauro Carvalho Chehab
2021-05-19
1
-3
/
+4
*
media: coda: fix macroblocks count control usage
Marco Felsch
2021-04-15
1
-1
/
+3
*
media: coda: Remove unneeded of_match_ptr()
Fabio Estevam
2021-03-22
1
-1
/
+1
*
media: coda: Convert the driver to DT-only
Fabio Estevam
2020-12-03
1
-25
/
+2
*
media: coda: Add a V4L2 user for control error macroblocks count
Ezequiel Garcia
2020-11-16
1
-0
/
+18
*
media: coda: Clarify interrupt registered name
Ezequiel Garcia
2020-11-16
1
-2
/
+2
*
media: coda: Clarify device registered log
Ezequiel Garcia
2020-11-16
1
-6
/
+5
*
media: coda: use semicolons rather than commas to separate statements
Julia Lawall
2020-11-16
1
-1
/
+1
*
media: coda: Fix runtime PM imbalance in coda_probe
Dinghao Liu
2020-09-27
1
-0
/
+2
*
media: coda: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2020-09-01
1
-5
/
+0
*
media: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-29
1
-5
/
+5
*
media: coda: Fix runtime PM imbalance on error
Dinghao Liu
2020-06-23
1
-3
/
+2
*
media: coda: add RC enable controls
Philipp Zabel
2020-04-21
1
-0
/
+10
*
media: coda: lock capture queue wakeup against decoder stop command
Philipp Zabel
2020-04-14
1
-0
/
+3
*
media: coda: mark last capture buffer
Philipp Zabel
2020-04-14
1
-3
/
+32
*
media: coda: split marking last meta into helper function
Philipp Zabel
2020-04-14
1
-14
/
+22
*
media: coda: jpeg: add CODA960 JPEG decoder support
Philipp Zabel
2020-04-14
1
-7
/
+108
*
media: coda: round up decoded buffer size for all codecs
Philipp Zabel
2020-04-14
1
-2
/
+2
*
media: media/platform: rename VFL_TYPE_GRABBER to _VIDEO
Hans Verkuil
2020-02-24
1
-1
/
+1
*
media: coda: remove redundant platform_get_irq error message
Philipp Zabel
2019-12-16
1
-3
/
+1
*
media: coda: jpeg: add CODA960 JPEG encoder support
Philipp Zabel
2019-12-16
1
-2
/
+37
*
media: coda: do not skip finish_run if aborting
Philipp Zabel
2019-12-16
1
-1
/
+1
*
media: coda: disable decoder crop selections
Philipp Zabel
2019-11-10
1
-1
/
+2
*
media: coda: disable encoder compose selections
Philipp Zabel
2019-11-10
1
-1
/
+2
*
media: coda: drop unused irqlock
Philipp Zabel
2019-11-09
1
-2
/
+0
*
media: coda: request to skip kernel mapping for decoded buffers
Lucas Stach
2019-11-05
1
-0
/
+1
*
media: coda: fix deadlock between decoder picture run and start command
Philipp Zabel
2019-11-05
1
-2
/
+2
*
media: coda: set device_caps in struct video_device
Hans Verkuil
2019-07-22
1
-3
/
+1
*
media: coda: encoder parameter change support
Philipp Zabel
2019-06-24
1
-0
/
+7
*
media: coda: store device pointer in driver structure instead of pdev
Philipp Zabel
2019-06-24
1
-18
/
+15
*
media: coda: mark last pending buffer or last meta on decoder stop command
Philipp Zabel
2019-06-24
1
-7
/
+37
*
media: coda: lock capture queue wakeup against encoder stop command
Philipp Zabel
2019-06-24
1
-5
/
+14
*
media: coda: only wake up capture queue if no pending buffers to encode
Philipp Zabel
2019-06-24
1
-8
/
+9
*
media: coda: retire coda_buf_is_end_of_stream
Philipp Zabel
2019-06-24
1
-11
/
+1
*
media: coda: mark the last output buffer on encoder stop command
Philipp Zabel
2019-06-24
1
-0
/
+5
*
media: coda: only set the stream end flags if there are no more pending outpu...
Philipp Zabel
2019-06-24
1
-8
/
+12
*
media: coda: mark the last output buffer on decoder stop command
Philipp Zabel
2019-06-24
1
-0
/
+6
*
media: coda: allow flagging last output buffer internally
Philipp Zabel
2019-06-24
1
-1
/
+19
*
media: coda: flush bitstream ring buffer on decoder restart
Philipp Zabel
2019-06-24
1
-0
/
+7
*
media: coda: do not enforce 512-byte initial bitstream payload on CODA960
Philipp Zabel
2019-06-24
1
-1
/
+3
*
media: coda: implement decoder source change event
Philipp Zabel
2019-06-24
1
-0
/
+20
*
media: coda: add sequence initialization work
Philipp Zabel
2019-06-24
1
-0
/
+24
*
media: coda: fix V4L2_DEC_CMD_STOP when all buffers are already consumed
Marco Felsch
2019-06-24
1
-0
/
+6
*
media: coda: add coda_wake_up_capture_queue
Philipp Zabel
2019-06-24
1
-7
/
+13
*
media: coda: fix last buffer handling in V4L2_ENC_CMD_STOP
Marco Felsch
2019-06-24
1
-0
/
+2
[next]