index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
pci
/
ttpci
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-16
media: ttpci: coding style fixes: logging
Stefan Herdler
5
-38
/
+41
2024-04-16
media: ttpci: coding style fixes: miscellaneous
Stefan Herdler
2
-2
/
+1
2024-04-16
media: ttpci: coding style fixes: constant_comparsation
Stefan Herdler
3
-4
/
+4
2024-04-16
media: ttpci: coding style fixes: trailing_statements
Stefan Herdler
1
-6
/
+12
2024-04-16
media: ttpci: coding style fixes: assign_in_if
Stefan Herdler
3
-9
/
+15
2024-04-16
media: ttpci: coding style fixes: export_symbol
Stefan Herdler
1
-8
/
+7
2024-04-16
media: ttpci: coding style fixes: braces
Stefan Herdler
3
-37
/
+24
2024-04-16
media: ttpci: coding style fixes: comments
Stefan Herdler
4
-22
/
+36
2024-04-16
media: ttpci: coding style fixes: whitespace
Stefan Herdler
3
-458
/
+458
2024-04-16
media: ttpci: coding style fixes: whitespace and newlines
Stefan Herdler
5
-64
/
+68
2024-02-28
media: ttpci: fix two memleaks in budget_av_attach
Zhipeng Lu
1
-3
/
+5
2023-07-19
media: ttpci: remove unnecessary (void*) conversions
Yu Zhe
4
-45
/
+45
2023-05-25
media: pci: remove unnecessary (void*) conversions
Su Hui
1
-2
/
+2
2023-04-15
media: saa7146: drop 'dev' and 'resources' from struct saa7146_fh
Hans Verkuil
1
-2
/
+2
2023-03-19
media: drop unnecessary networking includes
Jakub Kicinski
1
-0
/
+1
2023-02-09
media: Revert "media: saa7146: deprecate hexium_gemini/orion, mxb and ttpci"
Hans Verkuil
7
-0
/
+4910
2022-08-29
media: saa7146: deprecate hexium_gemini/orion, mxb and ttpci
Hans Verkuil
7
-4910
/
+0
2021-06-02
media: ttpci: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-1
/
+2
2021-06-02
media: av7110: move driver to staging
Mauro Carvalho Chehab
18
-9675
/
+1
2021-06-02
media: move ttpci-eeprom to common
Mauro Carvalho Chehab
3
-182
/
+1
2020-12-15
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-0
/
+1
2020-12-03
media: ttpci: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-5
/
+8
2020-11-23
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
1
-0
/
+1
2020-09-12
media: av7110: don't do float point math
Mauro Carvalho Chehab
1
-2
/
+2
2020-09-07
Merge tag 'v5.9-rc4' into patchwork
Mauro Carvalho Chehab
5
-7
/
+7
2020-09-03
media: av7110_v4l: avoid a typecast
Mauro Carvalho Chehab
1
-2
/
+2
2020-08-29
media: ttpci: convert tasklets to use new tasklet_setup() API
Allen Pais
3
-20
/
+21
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
5
-7
/
+7
2020-06-23
media: budget-core: Improve exception handling in budget_register()
Chuhong Yuan
1
-3
/
+8
2020-06-23
media: pci: ttpci: av7110: fix possible buffer overflow caused by bad DMA val...
Jia-Ju Bai
1
-2
/
+3
2020-02-24
media: media/pci: rename VFL_TYPE_GRABBER to _VIDEO
Hans Verkuil
2
-2
/
+2
2019-08-26
media: remove include stdarg.h from some drivers
Mauro Carvalho Chehab
1
-1
/
+0
2019-08-21
media: ttpci: unknown protocol is rc-mm-32
Sean Young
1
-8
/
+6
2019-06-21
media: ttpci: Fix build error without RC_CORE
YueHaibing
1
-1
/
+2
2019-06-10
media: ttpci: use rc-core for the IR receiver
Sean Young
3
-347
/
+111
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 113
Thomas Gleixner
11
-157
/
+11
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
2
-26
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-18
media: prefix header search paths with $(srctree)/
Masahiro Yamada
1
-2
/
+2
2019-03-01
media: pci: fix several typos
Mauro Carvalho Chehab
1
-3
/
+3
2018-09-12
media: dvb: move compat handlers into drivers
Arnd Bergmann
1
-1
/
+55
2018-09-12
media: dvb: move most compat_ioctl handling into drivers
Arnd Bergmann
1
-0
/
+2
2018-09-11
media: replace strcpy() by strscpy()
Mauro Carvalho Chehab
2
-2
/
+3
2018-09-11
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
2
-2
/
+4
2018-06-15
media: dvb: fix location of get_dvb_firmware script
Mauro Carvalho Chehab
1
-1
/
+1
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+1
2018-03-22
media: ttpci: improve printing of encoded MAC address
Daniel Scheller
1
-6
/
+3
2018-02-23
media: dvb: update buffer mmaped flags and frame counter
Mauro Carvalho Chehab
2
-5
/
+6
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2
-7
/
+7
2018-02-06
Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
7
-127
/
+127
[next]