summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-10-312-37/+59
|\
| * [media] dvb_frontend: fix compile warningHans Verkuil2011-09-061-2/+1
| * [media] DVB: dvb_frontend: check function pointers on reinitializeAndreas Oberritter2011-09-041-4/+2
| * [media] DVB: dvb_frontend: remove static assignments from dtv_property_cache_...Andreas Oberritter2011-09-031-5/+24
| * [media] DVB: dvb_frontend: Fix compatibility criteria for satellite receiversAndreas Oberritter2011-09-031-8/+5
| * [media] dvb-core, tda18271c2dd: define get_if_frequency() callbackMauro Carvalho Chehab2011-09-031-0/+1
| * [media] DVB: dvb_frontend: update locking in dvb_frontend_{add, get_event}Andreas Oberritter2011-09-031-17/+7
| * [media] DVB: dvb_frontend: clear stale events on FE_SET_FRONTENDAndreas Oberritter2011-09-031-0/+11
| * [media] DVB: dvb_frontend: avoid possible race condition on first eventAndreas Oberritter2011-09-031-1/+1
| * [media] DVB: dvb_frontend: fix stale parameters on initial frontend eventAndreas Oberritter2011-09-031-0/+7
* | net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
|/
* Revert "[media] DVB: dvb_frontend: off by one in dtv_property_dump()"Mauro Carvalho Chehab2011-07-271-1/+1
* [media] DVB: dvb_frontend: off by one in dtv_property_dump()Dan Carpenter2011-07-271-1/+1
* [media] DVB: dvb_frontend: fix dtv_property_dump for DTV_DVBT2_PLP_IDAndreas Oberritter2011-07-271-1/+2
* dvb_net: Simplify the code if DVB NET is not definedMauro Carvalho Chehab2011-07-271-10/+3
* [media] Make DVB NET configurable in the kernelHans Petter Selasky2011-07-272-1/+29
* [media] dvb_frontend: fix race condition in stopping/starting frontendDevin Heitmueller2011-07-131-0/+8
* [media] DVB: allow to read back of detected parameters through S2APIAndreas Oberritter2011-05-201-4/+15
* [media] DVB: dvb_frontend: add parameters_outAndreas Oberritter2011-05-201-6/+11
* [media] DVB: dvb_frontend: use shortcut to access fe->dtv_property_cacheAndreas Oberritter2011-05-201-103/+108
* [media] DVB: dvb_frontend: remove unused assignmentsAndreas Oberritter2011-05-201-2/+0
* [media] DVB: dvb_frontend: rename parameters to parameters_inAndreas Oberritter2011-05-201-30/+30
* [media] DVB: call get_property at the end of dtv_property_process_getAndreas Oberritter2011-05-201-8/+8
* [media] DVB: dtv_property_cache_submit shouldn't modifiy the cacheAndreas Oberritter2011-05-201-10/+3
* [media] DVB: Add basic API support for DVB-T2 and bump minor versionAndreas Oberritter2011-05-202-4/+12
* [media] DVB: return meaningful error codes in dvb_frontendAndreas Oberritter2011-05-201-12/+16
* [media] Speed up DVB TS stream delivery from DMA buffer into dvb-core's bufferMarko Ristola2011-05-201-60/+57
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* [media] tuner-core: remove the legacy is_stereo() callMauro Carvalho Chehab2011-03-211-1/+0
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-1/+2
|\
| * dvb: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+2
* | [media] dmxdev: Fix a compilation warning due to a bad typeMauro Carvalho Chehab2010-12-291-2/+2
|/
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-172-2/+0
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-282-3/+3
|\
| * V4L/DVB: dvb-core: kill the big kernel lockArnd Bergmann2010-10-214-40/+11
| * V4L/DVB: dvb: Convert "mutex" to semaphoreThomas Gleixner2010-10-211-2/+2
| * V4L/DVB: drivers/media: Make static data tables and strings constlawrence rust2010-10-211-1/+1
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-225-1/+7
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-155-1/+7
| |/
* / dvb-core: kill the big kernel lockArnd Bergmann2010-10-194-40/+11
|/
* V4L/DVB: DVB: fix dvr node refcountingJiri Slaby2010-08-021-1/+1
* V4L/DVB: dvb_frontend: fix typos in comments and one functionGuillaume Audirac2010-08-021-5/+5
* V4L/DVB: dvb_ca_en50221: return -EFAULT on copy_to_user errorsDan Carpenter2010-08-021-2/+8
* V4L/DVB: drivers/media: Use memdup_userJulia Lawall2010-08-021-7/+3
* V4L/DVB: dvb-core: Fix ULE decapsulation bugAng Way Chuang2010-06-011-1/+11
* Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-246-46/+75
|\
| * dvb: Push down BKL into ioctl functionsArnd Bergmann2010-05-176-46/+75
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-201-9/+5
|\ \
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-112-0/+2
| |\|
| * | net: convert multicast list to list_headJiri Pirko2010-04-031-5/+5