index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
usb
/
au0828
/
au0828-video.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-11
media: replace strcpy() by strscpy()
Mauro Carvalho Chehab
1
-9
/
+9
2018-09-11
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
1
-2
/
+2
2018-08-03
media: au0828: fix spelling mistake: "completition" -> "completion"
Colin Ian King
1
-1
/
+1
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-3
/
+3
2018-03-21
media: add tuner standby op, use where needed
Hans Verkuil
1
-2
/
+2
2018-01-04
media: replace all <spaces><tab> occurrences
Mauro Carvalho Chehab
1
-1
/
+1
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-8
/
+6
2017-11-07
media: usb: fix spelling mistake: "synchronuously" -> "synchronously"
Colin Ian King
1
-2
/
+2
2017-07-20
media: : usb: add const to v4l2_file_operations structures
Bhumika Goyal
1
-1
/
+1
2017-04-05
[media] usb: au0828: remove redundant code
Colin Ian King
1
-7
/
+0
2017-01-27
[media] media: Drop FSF's postal address from the source code files
Sakari Ailus
1
-5
/
+0
2016-10-21
[media] au0828: don't break long lines
Mauro Carvalho Chehab
1
-2
/
+1
2016-09-19
[media] usb: constify vb2_ops structures
Julia Lawall
1
-1
/
+1
2016-08-24
[media] media: usb: au0828: au0828-video: don't print error when allocating u...
Wolfram Sang
1
-1
/
+0
2016-07-08
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
Hans Verkuil
1
-1
/
+1
2016-05-09
[media] media: au0828 fix au0828_v4l2_device_register() to not unlock and free
Shuah Khan
1
-4
/
+0
2016-03-31
[media] au0828: Fix dev_state handling
Mauro Carvalho Chehab
1
-32
/
+31
2016-03-31
[media] au0828: fix au0828_v4l2_close() dev_state race condition
Shuah Khan
1
-1
/
+1
2016-03-03
[media] media: au0828 enable the right media source when input changes
Shuah Khan
1
-1
/
+9
2016-03-03
[media] media: au0828 set ctrl_input in au0828_s_input()
Shuah Khan
1
-2
/
+8
2016-03-03
[media] au0828: use v4l2_mc_create_media_graph()
Mauro Carvalho Chehab
1
-98
/
+5
2016-03-03
[media] au0828: use standard demod pads struct
Mauro Carvalho Chehab
1
-4
/
+4
2016-02-27
[media] media: au0828 video change to use v4l_enable_media_source()
Shuah Khan
1
-63
/
+39
2016-02-27
[media] media: au0828 add enable, disable source handlers
Shuah Khan
1
-0
/
+1
2016-02-27
[media] media: au0828 disable tuner to demod link
Shuah Khan
1
-1
/
+19
2016-02-27
[media] media: au0828 create tuner to decoder link in disabled state
Shuah Khan
1
-2
/
+1
2016-02-27
[media] media: au0828 Use au8522_media_pads enum for pad defines
Shuah Khan
1
-4
/
+8
2016-02-16
[media] au0828: get rid of AU0828_VMUX_DEBUG
Mauro Carvalho Chehab
1
-9
/
+3
2016-02-10
[media] au0828: move V4L2-specific code to au0828-core.c
Mauro Carvalho Chehab
1
-1
/
+161
2016-01-11
[media] media framework: rename pads init function to media_entity_pads_init()
Mauro Carvalho Chehab
1
-3
/
+3
2016-01-11
[media] uapi/media.h: Rename entities types to functions
Mauro Carvalho Chehab
1
-4
/
+4
2016-01-11
[media] media-entity.h: rename entity.type to entity.function
Mauro Carvalho Chehab
1
-4
/
+4
2016-01-11
[media] au0828: add support for the connectors
Mauro Carvalho Chehab
1
-11
/
+65
2016-01-11
[media] media: convert links from array to list
Mauro Carvalho Chehab
1
-5
/
+3
2016-01-11
[media] au0828: Fix the logic that enables the analog demoder link
Mauro Carvalho Chehab
1
-2
/
+2
2016-01-11
[media] media: get rid of unused "extra_links" param on media_entity_init()
Mauro Carvalho Chehab
1
-2
/
+2
2016-01-11
[media] au0828: Cache the decoder info at au0828 dev structure
Mauro Carvalho Chehab
1
-14
/
+5
2016-01-11
[media] au0828: Add support for media controller
Rafael Lourenço de Lima Chehab
1
-0
/
+83
2015-12-18
[media] media: videobuf2: Move timestamp to vb2_buffer
Junghak Sung
1
-1
/
+1
2015-12-18
[media] vb2: drop v4l2_format argument from queue_setup
Hans Verkuil
1
-8
/
+4
2015-10-20
[media] media: videobuf2: Change queue_setup argument
Junghak Sung
1
-1
/
+2
2015-10-01
[media] media: videobuf2: Restructure vb2_buffer
Junghak Sung
1
-20
/
+25
2015-04-03
[media] au0828: fix broken streaming
Hans Verkuil
1
-7
/
+7
2015-03-03
[media] media: au0828 - embed vdev and vbi_dev structs in au0828_dev
Shuah Khan
1
-42
/
+22
2015-03-03
[media] media: au0828: drop vbi_buffer_filled() and re-use buffer_filled()
Lad, Prabhakar
1
-22
/
+14
2015-03-02
[media] au0828: Delete unnecessary checks before the function call "video_unr...
Markus Elfring
1
-6
/
+2
2015-02-02
[media] media: au0828 - convert to use videobuf2
Shuah Khan
1
-593
/
+370
2015-02-02
[media] media: fix au0828_analog_register() to not free au0828_dev
Shuah Khan
1
-1
/
+0
2015-01-27
[media] au0828: Use setup_timer
Julia Lawall
1
-7
/
+4
2014-12-23
[media] media: au0828 VBI support comment cleanup
Shuah Khan
1
-1
/
+0
[next]