Sign in
android-kvm
/
linux
/
96403bfe50c344b587ea53894954a9d152af1c9d
/
drivers
/
media
/
pci
/
solo6x10
0c5a71d
media: solo6x10: switch from 'pci_' to 'dma_' API
by Christophe JAILLET
· 4 years, 4 months ago
dcdff74
media: solo6x10: fix missing snd_card_free in error handling case
by Qinglang Miao
· 4 years, 4 months ago
1771e9f
media: Use fallthrough pseudo-keyword
by Gustavo A. R. Silva
· 4 years, 8 months ago
cf293a4
media: solo6x10: replace http references with https
by Alexander A. Klimov
· 4 years, 8 months ago
3e30a92
media: media/pci: rename VFL_TYPE_GRABBER to _VIDEO
by Hans Verkuil
· 5 years ago
da090bf
media: Drop superfluous ioctl PCM ops
by Takashi Iwai
· 5 years ago
a98e2e2
media: solo6x10: Use managed buffer allocation
by Takashi Iwai
· 5 years ago
ef99d99
media: solo6x10: Remove superfluous snd_dma_continuous_data()
by Takashi Iwai
· 5 years ago
95c5206
media: don't do a 31 bit shift on a signed int
by Mauro Carvalho Chehab
· 6 years ago
cce8ccc
media: use the BIT() macro
by Mauro Carvalho Chehab
· 6 years ago
b61789f
media: drivers/media: don't set pix->priv = 0
by Hans Verkuil
· 6 years ago
2169e6d
media: media/pci: don't set description for ENUM_FMT
by Hans Verkuil
· 6 years ago
2161536
media: media/pci: set device_caps in struct video_device
by Hans Verkuil
· 6 years ago
c942fdd
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
by Thomas Gleixner
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
b60a5b8
media: Kconfig files: use the right help coding style
by Mauro Carvalho Chehab
· 6 years ago
96a6de1
Merge tag 'media/v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 6 years ago
1679055
media: pci: fix several typos
by Mauro Carvalho Chehab
· 6 years ago
62e94da
media: Drop superfluous PCM preallocation error checks
by Takashi Iwai
· 6 years ago
cc1e631
media: replace strcpy() by strscpy()
by Mauro Carvalho Chehab
· 7 years ago
c0decac
media: use strscpy() instead of strlcpy()
by Mauro Carvalho Chehab
· 7 years ago
4cff79e
media: Remove depends on HAS_DMA in case of platform dependency
by Geert Uytterhoeven
· 7 years ago
43e6975
media: solo6x10: get rid of an address space warning
by Mauro Carvalho Chehab
· 7 years ago
0df305e
media: solo6x10: simplify the logic at solo_p2m_dma_desc()
by Mauro Carvalho Chehab
· 7 years ago
6c54242
media: solo6x10: use ktime_get_ts64() for time sync
by Arnd Bergmann
· 7 years ago
d259f91
media: solo6x10: hide unused variable
by Arnd Bergmann
· 7 years ago
cba862d
media: drivers: remove "/**" from non-kernel-doc comments
by Mauro Carvalho Chehab
· 7 years ago
507e190
media: pci: make video_device const
by Bhumika Goyal
· 8 years ago
24a571d
media: solo6x10: make snd_kcontrol_new const
by Bhumika Goyal
· 8 years ago
d3202d1
media: solo6x10: export hardware GPIO pins 8:31 to gpiolib interface
by Anton Sviridenko
· 8 years ago
3361d54
media: solo6x10: fix detection of TW2864B chips
by Anton Sviridenko
· 8 years ago
d7552a1
media: solo6x10: make const array saa7128_regs_ntsc static
by Colin Ian King
· 8 years ago
0b49ce5
Merge tag 'media/v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 8 years ago
1facf21
[media] solo6x10: Convert to the new PCM ops
by Takashi Iwai
· 8 years ago
06eeefe
[media] media drivers: annotate fall-through
by Mauro Carvalho Chehab
· 8 years ago
6e4c848
[media] solo6x10: release vb2 buffers in solo_stop_streaming()
by Anton Sviridenko
· 8 years ago
f4fde9a
[media] solo6x10: improve subscribe event handling
by Gustavo Padovan
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
c4d27f4
[media] solo6x10: use designated initializers
by Kees Cook
· 8 years ago
5fc4b06
[media] media: solo6x10: fix lockup by avoiding delayed register write
by Andrey Utkin
· 8 years ago
3d16004
[media] solo6x10: don't break long lines
by Mauro Carvalho Chehab
· 8 years ago
10accd2
[media] pci: constify vb2_ops structures
by Julia Lawall
· 9 years ago
5c8d8c0
[media] pci: constify snd_pcm_ops structures
by Julia Lawall
· 9 years ago
e34f2a9
[media] media: solo6x10: increase FRAME_BUF_SIZE
by Andrey Utkin
· 9 years ago
36c0f8b
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
by Hans Verkuil
· 9 years ago
2bc46b3
[media] media/pci: convert drivers to use the new vb2_queue dev field
by Hans Verkuil
· 9 years ago
f4bca74
[media] solo6x10: Simplify solo_enum_ext_input
by Ismael Luceno
· 9 years ago
d6dd645
[media] media: videobuf2: Move timestamp to vb2_buffer
by Junghak Sung
· 9 years ago
9057bc2
[media] solo6x10: use v4l2_get_timestamp to fill in buffer timestamp
by Hans Verkuil
· 9 years ago
df9ecb0c
[media] vb2: drop v4l2_format argument from queue_setup
by Hans Verkuil
· 9 years ago
d0164ad
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
by Mel Gorman
· 9 years ago
33119e8
[media] media: videobuf2: Change queue_setup argument
by Junghak Sung
· 9 years ago
2d70071
[media] media: videobuf2: Restructure vb2_buffer
by Junghak Sung
· 9 years ago
c139990
[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2
by Junghak Sung
· 9 years ago
d9b8252
[media] SOLO6x10: Remove dead code
by Krzysztof Hałasa
· 10 years ago
e1ceb25
[media] SOLO6x10: remove unneeded register locking and barriers
by Krzysztof Hałasa
· 10 years ago
dd43a62
[media] SOLO6x10: unmap registers only after free_irq()
by Krzysztof Hałasa
· 10 years ago
9d1b1f6
[media] SOLO6x10: Fix G.723 minimum audio period count
by Krzysztof Hałasa
· 10 years ago
af29ba9
[media] solo6x10: s/uint8_t/u8/
by Ismael Luceno
· 10 years ago
b1bb7ee
[media] solo6x10: Fix solo_eeprom_read retval type
by Ismael Luceno
· 10 years ago
469ac53
[media] solo6x10: Fix eeprom_* functions buffer's type
by Ismael Luceno
· 10 years ago
8a4d9a9
[media] solo6x10: s/unsigned char/u8/
by Ismael Luceno
· 10 years ago
e476f4e
[media] solo6x10: just pass frame motion flag from hardware, drop additional handling as complicated and unstable
by Andrey Utkin
· 10 years ago
2183a58
Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 10 years ago
d790b7e
[media] vb2-dma-sg: move dma_(un)map_sg here
by Hans Verkuil
· 10 years ago
0c3a14c
[media] vb2-dma-sg: add allocation context to dma-sg
by Hans Verkuil
· 10 years ago
3c787b1
[media] solo6x10: fix a race in IRQ handler
by Krzysztof Hałasa
· 10 years ago
6db47fa
[media] solo6x10: don't turn off/on encoder interrupt in processing loop
by Andrey Utkin
· 10 years ago
670390c
[media] solo6x10: bind start & stop of encoded frames processing thread to device (de)init
by Andrey Utkin
· 10 years ago
0cb2df3
[media] solo6x10: free DMA allocation when releasing encoder
by Andrey Utkin
· 10 years ago
9ccd180
[media] solo6x10: clean up properly in stop_streaming
by Andrey Utkin
· 10 years ago
c44b648
[media] solo6x10: fix sparse warnings
by Hans Verkuil
· 11 years ago
12bd88e
[media] be sure that HAS_DMA is enabled for vb2-dma-contig
by Mauro Carvalho Chehab
· 11 years ago
0a12830
[media] solo6x10: fix potential null dereference
by Hans Verkuil
· 11 years ago
28cae86
[media] solo6x10: move out of staging into drivers/media/pci.
by Hans Verkuil
· 11 years ago