summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core
AgeCommit message (Expand)AuthorFilesLines
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-10-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-37/+59
2011-09-06[media] dvb_frontend: fix compile warningHans Verkuil1-2/+1
2011-09-04[media] DVB: dvb_frontend: check function pointers on reinitializeAndreas Oberritter1-4/+2
2011-09-03[media] DVB: dvb_frontend: remove static assignments from dtv_property_cache_...Andreas Oberritter1-5/+24
2011-09-03[media] DVB: dvb_frontend: Fix compatibility criteria for satellite receiversAndreas Oberritter1-8/+5
2011-09-03[media] dvb-core, tda18271c2dd: define get_if_frequency() callbackMauro Carvalho Chehab1-0/+1
2011-09-03[media] DVB: dvb_frontend: update locking in dvb_frontend_{add, get_event}Andreas Oberritter1-17/+7
2011-09-03[media] DVB: dvb_frontend: clear stale events on FE_SET_FRONTENDAndreas Oberritter1-0/+11
2011-09-03[media] DVB: dvb_frontend: avoid possible race condition on first eventAndreas Oberritter1-1/+1
2011-09-03[media] DVB: dvb_frontend: fix stale parameters on initial frontend eventAndreas Oberritter1-0/+7
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-27Revert "[media] DVB: dvb_frontend: off by one in dtv_property_dump()"Mauro Carvalho Chehab1-1/+1
2011-07-27[media] DVB: dvb_frontend: off by one in dtv_property_dump()Dan Carpenter1-1/+1
2011-07-27[media] DVB: dvb_frontend: fix dtv_property_dump for DTV_DVBT2_PLP_IDAndreas Oberritter1-1/+2
2011-07-27dvb_net: Simplify the code if DVB NET is not definedMauro Carvalho Chehab1-10/+3
2011-07-27[media] Make DVB NET configurable in the kernelHans Petter Selasky2-1/+29
2011-07-13[media] dvb_frontend: fix race condition in stopping/starting frontendDevin Heitmueller1-0/+8
2011-05-20[media] DVB: allow to read back of detected parameters through S2APIAndreas Oberritter1-4/+15
2011-05-20[media] DVB: dvb_frontend: add parameters_outAndreas Oberritter1-6/+11
2011-05-20[media] DVB: dvb_frontend: use shortcut to access fe->dtv_property_cacheAndreas Oberritter1-103/+108
2011-05-20[media] DVB: dvb_frontend: remove unused assignmentsAndreas Oberritter1-2/+0
2011-05-20[media] DVB: dvb_frontend: rename parameters to parameters_inAndreas Oberritter1-30/+30
2011-05-20[media] DVB: call get_property at the end of dtv_property_process_getAndreas Oberritter1-8/+8
2011-05-20[media] DVB: dtv_property_cache_submit shouldn't modifiy the cacheAndreas Oberritter1-10/+3
2011-05-20[media] DVB: Add basic API support for DVB-T2 and bump minor versionAndreas Oberritter2-4/+12
2011-05-20[media] DVB: return meaningful error codes in dvb_frontendAndreas Oberritter1-12/+16
2011-05-20[media] Speed up DVB TS stream delivery from DMA buffer into dvb-core's bufferMarko Ristola1-60/+57
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-21[media] tuner-core: remove the legacy is_stereo() callMauro Carvalho Chehab1-1/+0
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+2
2010-12-29[media] dmxdev: Fix a compilation warning due to a bad typeMauro Carvalho Chehab1-2/+2
2010-12-24dvb: don't use flush_scheduled_work()Tejun Heo1-1/+2
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2-2/+0
2010-10-28Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+3
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds5-1/+7
2010-10-21V4L/DVB: dvb-core: kill the big kernel lockArnd Bergmann4-40/+11
2010-10-21V4L/DVB: dvb: Convert "mutex" to semaphoreThomas Gleixner1-2/+2
2010-10-21V4L/DVB: drivers/media: Make static data tables and strings constlawrence rust1-1/+1
2010-10-19dvb-core: kill the big kernel lockArnd Bergmann4-40/+11
2010-10-15llseek: automatically add .llseek fopArnd Bergmann5-1/+7
2010-08-02V4L/DVB: DVB: fix dvr node refcountingJiri Slaby1-1/+1
2010-08-02V4L/DVB: dvb_frontend: fix typos in comments and one functionGuillaume Audirac1-5/+5
2010-08-02V4L/DVB: dvb_ca_en50221: return -EFAULT on copy_to_user errorsDan Carpenter1-2/+8
2010-08-02V4L/DVB: drivers/media: Use memdup_userJulia Lawall1-7/+3
2010-06-01V4L/DVB: dvb-core: Fix ULE decapsulation bugAng Way Chuang1-1/+11
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds6-46/+75
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-9/+5
2010-05-19V4L/DVB: fix dvb frontend lockupmatthieu castet1-8/+17
2010-05-18V4L/DVB: Allow to enable TS continuity and TEI check on loaded moduleAbylay Ospan1-7/+4