aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core
Commit message (Expand)AuthorAgeFilesLines
* media: dvb-core: Release semaphore on error path dvb_register_device()Santosh Nayak2012-07-191-0/+1
* [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
| * | net: convert multiple drivers to use netdev_for_each_mc_addr, part7Jiri Pirko2010-03-161-5/+1
* | | V4L/DVB: fix dvb frontend lockupmatthieu castet2010-05-191-8/+17
* | | V4L/DVB: Allow to enable TS continuity and TEI check on loaded moduleAbylay Ospan2010-05-181-7/+4
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
|/
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-4/+4
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-4/+4
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-283-7/+7
|\ \
| * \ Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-02-262-7/+6
| |\ \
| | * | V4L/DVB: DVB: Export dvb_ringbuffer_flush() againOliver Endriss2010-02-261-0/+1
| | * | V4L/DVB: dvb-core: remove unnecessary casting of kmallocThiago Farina2010-02-261-4/+2
| | * | V4L/DVB (13879): dvb_frontend: report what ioctl were called on debug modeMauro Carvalho Chehab2010-02-261-1/+1
| | * | V4L/DVB (13878): dvb_frontend: Print dump on get after filling the dataMauro Carvalho Chehab2010-02-261-2/+2
| * | | dvb-core: Fix DoS bug in ULE decapsulation code that can be triggered by an i...Ang Way Chuang2010-02-261-0/+1
| |/ /
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-162-12/+10
|\ \ \ | |/ /
| * | V4L/DVB: dvb-core: fix initialization of feeds list in demux filterFrancesco Lavra2010-02-081-1/+1