Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
251658e5185e69bd8563737e94d877fed788bfb5
/
drivers
/
media
/
dvb
/
dvb-core
ae53020
[media] DVB: improve handling of TS packets containing a raised TEI bit
by Michael Krufky
· 13 years ago
090fdc1
[media] dvb: use %*ph to hexdump small buffers
by Andy Shevchenko
· 12 years ago
9adf613
[media] dvb: get rid of fe_ioctl_override callback
by Mauro Carvalho Chehab
· 12 years ago
224b664
[media] add DTMB support for DVB API
by Antti Palosaari
· 12 years ago
9468542
[media] dvb core: remove support for post FE legacy ioctl intercept
by Mauro Carvalho Chehab
· 12 years ago
ccc0e34
[media] move dvb-usb-ids.h to dvb-core
by Mauro Carvalho Chehab
· 12 years ago
931efdf
Merge branch 'v4l_for_linus' into staging/for_v3.6
by Mauro Carvalho Chehab
· 13 years ago
82163ed
[media] dvb-core: Release semaphore on error path dvb_register_device()
by Santosh Nayak
· 13 years ago
1d432a3
[media] tuner, xc2028: add support for get_afc()
by Mauro Carvalho Chehab
· 13 years ago
10d6737
[media] DVB: remove "stats" property bits from ATSC-MH API property additions
by Michael Krufky
· 13 years ago
8e15670
[media] dvb-demux: add functionality to send raw payload to the dvr device
by Michael Krufky
· 13 years ago
ca68948
[media] linux-dvb v5 API support for ATSC-MH
by Michael Krufky
· 13 years ago
b6255ee
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 13 years ago
910a5f2
[media] dvb_frontend: fix a regression with DVB-S zig-zag
by Mauro Carvalho Chehab
· 13 years ago
8898159
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 13 years ago
3626479
[media] dvb_frontend: Fix a regression when switching back to DVB-S
by Mauro Carvalho Chehab
· 13 years ago
39f86a6
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 13 years ago
c065f5b4
[media] dvb_frontend: fix compiler warning
by Hans Petter Selasky
· 13 years ago
556a044
[media] dvb_frontend: regression fix: userspace ABI broken for xine
by Chris Rankin
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
45145b6
[media] dvb-core: fix DVBFE_ALGO_HW retune bug
by Simon Arlott
· 13 years ago
4a7c1ff
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 13 years ago
bad321f
[media] DVB-CORE: remove superfluous DTV_CMDs
by Patrick Boettcher
· 13 years ago
51dcb19
[media] dvb_frontend: Don't call get_frontend() if idle
by Mauro Carvalho Chehab
· 13 years ago
122804e
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 13 years ago
149709f
[media] dvb-core: preserve the delivery system at cache clear
by Mauro Carvalho Chehab
· 13 years ago
f4b1952
[media] dvb-core: fix a regression with MythTV
by Mauro Carvalho Chehab
· 13 years ago
240ab50
[media] [PATCH] don't reset the delivery system on DTV_CLEAR
by Mauro Carvalho Chehab
· 13 years ago
b748e6a
[media] dvb-core: define general callback value for demodulator
by Antti Palosaari
· 13 years ago
624f0c1
[media] dvb_ca_en50221: fix compilation breakage
by Mauro Carvalho Chehab
· 13 years ago
b247377
[media] dvb: remove bogus modulation check
by Mauro Carvalho Chehab
· 13 years ago
58fae67
[media] DVB: dvb_net_init: return -errno on error
by Jonathan Nieder
· 13 years ago
37fa53c
[media] dvb_frontend: improve documentation on set_delivery_system()
by Mauro Carvalho Chehab
· 13 years ago
9474c5e
[media] dvb_frontend: Update the dynamic info->type
by Mauro Carvalho Chehab
· 13 years ago
6c4b78c
[media] dvb_frontend: regression fix: add a missing inc inside the loop
by Mauro Carvalho Chehab
· 13 years ago
e399ce7
[media] dvb: get rid of fepriv->parameters_in
by Mauro Carvalho Chehab
· 13 years ago
a520ca9
[media] dvb-core: Fix ISDB-T defaults
by Mauro Carvalho Chehab
· 13 years ago
04be0f76
[media] dvb_frontend: Fix DVBv3 emulation
by Mauro Carvalho Chehab
· 13 years ago
5bfaadd
[media] dvb_frontend: Don't use ops->info.type anymore
by Mauro Carvalho Chehab
· 13 years ago
9682cea
[media] dvb: move dvb_set_frontend logic into a separate routine
by Mauro Carvalho Chehab
· 13 years ago
9a27e6a
[media] dvb_frontend: Handle all possible DVBv3 values for bandwidth
by Mauro Carvalho Chehab
· 13 years ago
26c924f
[media] dvb: Initialize all cache values
by Mauro Carvalho Chehab
· 13 years ago
2c9ede5
switch device_get_devnode() and ->devnode() to umode_t *
by Al Viro
· 13 years ago
7c61d80
[media] dvb: don't require a parameter for get_frontend
by Mauro Carvalho Chehab
· 13 years ago
ac3852c
[media] dvb_frontend: Fix inversion breakage due to DVBv5 conversion
by Mauro Carvalho Chehab
· 13 years ago
63aad05
[media] s921: Properly report the delivery system
by Mauro Carvalho Chehab
· 13 years ago
8de8594
[media] dvb-core: be sure that drivers won't use DVBv3 internally
by Mauro Carvalho Chehab
· 13 years ago
1b5d871
[media] dvb: remove the track() fops
by Mauro Carvalho Chehab
· 13 years ago
41da532
[media] dvb: don't pass a DVBv3 parameter for search() fops
by Mauro Carvalho Chehab
· 13 years ago
7e07222
[media] dvb-core: Don't pass DVBv3 parameters on tune() fops
by Mauro Carvalho Chehab
· 13 years ago
5581e13
[media] dvb: simplify get_tune_settings() struct
by Mauro Carvalho Chehab
· 13 years ago
b1e9a650
[media] dvb-core: remove get|set_frontend_legacy
by Mauro Carvalho Chehab
· 13 years ago
a689e36
[media] dvb-core: add support for a DVBv5 get_frontend() callback
by Mauro Carvalho Chehab
· 13 years ago
bc9cd27
[media] Rename set_frontend fops to set_frontend_legacy
by Mauro Carvalho Chehab
· 13 years ago
eeacf14
[media] dvb-core: allow demods to specify the supported delsys
by Mauro Carvalho Chehab
· 13 years ago
14d24d1
[media] tuners: remove dvb_frontend_parameters from set_params()
by Mauro Carvalho Chehab
· 13 years ago
249fa0b
[media] dvb: remove dvb_frontend_parameters from calc_regs()
by Mauro Carvalho Chehab
· 13 years ago
0607d07
[media] dvb_core: estimate bw for all non-terrestial systems
by Mauro Carvalho Chehab
· 13 years ago
0349471
[media] dvb: replace SYS_DVBC_ANNEX_AC by the right delsys
by Mauro Carvalho Chehab
· 13 years ago
b9d5efc
[media] DVB: dvb_frontend: fix delayed thread exit
by Andreas Oberritter
· 13 years ago
fd66c45
[media] Remove Annex A/C selection via roll-off factor
by Mauro Carvalho Chehab
· 13 years ago
ba2780c
[media] DVB: Query DVB frontend delivery capabilities
by Manu Abraham
· 13 years ago
39ce61a
[media] dvb: Allow select between DVB-C Annex A and Annex C
by Mauro Carvalho Chehab
· 13 years ago
1eb6337
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 13 years ago
94238e9
[media] dvb_frontend: fix compile warning
by Hans Verkuil
· 13 years ago
42f4e77
[media] DVB: dvb_frontend: check function pointers on reinitialize
by Andreas Oberritter
· 13 years ago
674ce34
[media] DVB: dvb_frontend: remove static assignments from dtv_property_cache_sync()
by Andreas Oberritter
· 13 years ago
14f5579
[media] DVB: dvb_frontend: Fix compatibility criteria for satellite receivers
by Andreas Oberritter
· 13 years ago
8513e14
[media] dvb-core, tda18271c2dd: define get_if_frequency() callback
by Mauro Carvalho Chehab
· 13 years ago
77b1e2f
[media] DVB: dvb_frontend: update locking in dvb_frontend_{add, get_event}
by Andreas Oberritter
· 13 years ago
20640be
[media] DVB: dvb_frontend: clear stale events on FE_SET_FRONTEND
by Andreas Oberritter
· 13 years ago
5c9f480
[media] DVB: dvb_frontend: avoid possible race condition on first event
by Andreas Oberritter
· 13 years ago
56ce5ac
[media] DVB: dvb_frontend: fix stale parameters on initial frontend event
by Andreas Oberritter
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
106ff9e
Revert "[media] DVB: dvb_frontend: off by one in dtv_property_dump()"
by Mauro Carvalho Chehab
· 14 years ago
bca3ba7
[media] DVB: dvb_frontend: off by one in dtv_property_dump()
by Dan Carpenter
· 14 years ago
ec05a64
[media] DVB: dvb_frontend: fix dtv_property_dump for DTV_DVBT2_PLP_ID
by Andreas Oberritter
· 14 years ago
fcc8e7d
dvb_net: Simplify the code if DVB NET is not defined
by Mauro Carvalho Chehab
· 14 years ago
a34ff6c
[media] Make DVB NET configurable in the kernel
by Hans Petter Selasky
· 14 years ago
2d19693
[media] dvb_frontend: fix race condition in stopping/starting frontend
by Devin Heitmueller
· 14 years ago
bbe880b4
[media] DVB: allow to read back of detected parameters through S2API
by Andreas Oberritter
· 14 years ago
a5959db
[media] DVB: dvb_frontend: add parameters_out
by Andreas Oberritter
· 14 years ago
5072771
[media] DVB: dvb_frontend: use shortcut to access fe->dtv_property_cache
by Andreas Oberritter
· 14 years ago
68bdee0
[media] DVB: dvb_frontend: remove unused assignments
by Andreas Oberritter
· 14 years ago
61cb27a
[media] DVB: dvb_frontend: rename parameters to parameters_in
by Andreas Oberritter
· 14 years ago
e23d9ae
[media] DVB: call get_property at the end of dtv_property_process_get
by Andreas Oberritter
· 14 years ago
15cc2bb
[media] DVB: dtv_property_cache_submit shouldn't modifiy the cache
by Andreas Oberritter
· 14 years ago
94d56ff
[media] DVB: Add basic API support for DVB-T2 and bump minor version
by Andreas Oberritter
· 14 years ago
aff8ab5
[media] DVB: return meaningful error codes in dvb_frontend
by Andreas Oberritter
· 14 years ago
38e009a
[media] Speed up DVB TS stream delivery from DMA buffer into dvb-core's buffer
by Marko Ristola
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
04f590e
[media] tuner-core: remove the legacy is_stereo() call
by Mauro Carvalho Chehab
· 14 years ago
23d69b0
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
9ae2ae3
[media] dmxdev: Fix a compilation warning due to a bad type
by Mauro Carvalho Chehab
· 14 years ago
0d9c76a
dvb: don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 14 years ago
0851668
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
by Linus Torvalds
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
e4e62b3
V4L/DVB: dvb-core: kill the big kernel lock
by Arnd Bergmann
· 14 years ago
Next »