Age | Commit message (Expand) | Author | Files | Lines |
2006-09-26 | V4L/DVB (4391): Refactor dvb_detach calls into a single dvb_frontend_detach f... | Andrew de Quincey | 12 | -72/+52 |
2006-09-26 | V4L/DVB (4389): Remove duplication _release() op. | Andrew de Quincey | 1 | -9/+3 |
2006-09-26 | V4L/DVB (4387): Add Kconfig infrastructure for dvb_attach | Andrew de Quincey | 30 | -12/+281 |
2006-09-26 | V4L/DVB (4386): Convert DVB devices to use dvb_attach() | Andrew de Quincey | 18 | -118/+171 |
2006-09-26 | V4L/DVB (4385): Add dvb_attach() macro and supporting routines | Andrew de Quincey | 3 | -12/+42 |
2006-09-26 | V4L/DVB (4384): Remove remaining static function calls | Andrew de Quincey | 14 | -71/+114 |
2006-09-26 | V4L/DVB (4383): Convert SEC drivers to new frontend API | Andrew de Quincey | 8 | -41/+27 |
2006-09-26 | V4L/DVB (4382): Dvb_attach modifications to dvb frontend structures | Andrew de Quincey | 1 | -1/+4 |
2006-09-26 | V4L/DVB (4378): Ttpci/: remove unneeded #include <linux/byteorder/swabb.h>'s | Adrian Bunk | 4 | -4/+0 |
2006-09-26 | V4L/DVB (4442): [PATCH] Freecom DVB-T stick with ID 14aa:0225 | Alexander Tuschen | 2 | -0/+47 |
2006-09-10 | V4L/DVB (4608b): i2c deps fix on DVB | Andrew de Quincey | 8 | -30/+44 |
2006-08-08 | V4L/DVB (4431): Add several error checks to dst | Yeasah Pell | 1 | -31/+27 |
2006-08-08 | V4L/DVB (4411): Fix minor errors in build files | Trent Piepho | 1 | -3/+3 |
2006-07-30 | V4L/DVB (4322): Fix dvb-pll autoprobing | Andrew de Quincey | 1 | -4/+3 |
2006-07-30 | V4L/DVB (4311): Fix possible dvb-pll oops | Andrew de Quincey | 1 | -8/+10 |
2006-07-30 | V4L/DVB (4323): [budget/budget-av/budget-ci/budget-patch drivers] fixed DMA s... | Oliver Endriss | 6 | -16/+57 |
2006-07-30 | V4L/DVB (4295): Fix typo in comment for TDA9819 | Marco Schluessler | 2 | -8/+8 |
2006-07-30 | V4L/DVB (4294): Fix broken tda665x PLL definition. | Andrew de Quincey | 1 | -5/+5 |
2006-07-30 | V4L/DVB (4293): Fix unstable DISEQC behaviour on budget cards. | Andrew de Quincey | 1 | -3/+0 |
2006-07-30 | V4L/DVB (4292): Fix DISEQC regression | Andrew de Quincey | 1 | -6/+9 |
2006-07-30 | V4L/DVB (4291): Add dvbpll i2c device check. | Andrew de Quincey | 1 | -0/+13 |
2006-07-11 | [PATCH] release_firmware() fixes | Magnus Damm | 4 | -5/+5 |
2006-07-03 | [PATCH] irq-flags: media: Use the new IRQF_ constants | Thomas Gleixner | 3 | -3/+3 |
2006-07-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 10 | -10/+2 |
2006-06-30 | V4L/DVB (4289): Missing statement in drivers/media/dvb/frontends/cx22700.c | Eric Sesterhenn | 1 | -0/+1 |
2006-06-30 | V4L/DVB (4284): Cx24123: fix set_voltage function according to the specs | Saqeb Akhter | 1 | -2/+2 |
2006-06-30 | V4L/DVB (4282): Fix: use swzigzag for swalgo | Manu Abraham | 1 | -1/+2 |
2006-06-30 | V4L/DVB (4277): Fix CI interface on PRO KNC1 cards | Andrew de Quincey | 1 | -5/+1 |
2006-06-30 | V4L/DVB (4276): Fix CI on old KNC1 DVBC cards | Andrew de Quincey | 1 | -0/+9 |
2006-06-30 | V4L/DVB (4275): The FE_SET_FRONTEND_TUNE_MODE ioctl always returns EOPNOTSUPP | Trent Piepho | 1 | -0/+1 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 8 | -8/+0 |
2006-06-30 | typo fixes: bandwith -> bandwidth | Adrian Bunk | 2 | -2/+2 |
2006-06-26 | [PATCH] devfs: Last little devfs cleanups throughout the kernel tree. | Greg Kroah-Hartman | 1 | -11/+0 |
2006-06-26 | [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree | Greg Kroah-Hartman | 2 | -5/+0 |
2006-06-26 | [PATCH] devfs: Remove devfs_remove() function from the kernel tree | Greg Kroah-Hartman | 1 | -6/+0 |
2006-06-26 | [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree | Greg Kroah-Hartman | 1 | -4/+0 |
2006-06-26 | [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree | Greg Kroah-Hartman | 1 | -3/+0 |
2006-06-26 | V4L/DVB (4219): Av7110: analog sound output of DVB-C rev 2.3 | Tim Kaiser | 3 | -19/+64 |
2006-06-26 | V4L/DVB (4217): Fix a misplaced closing bracket/else, which caused swzigzag n... | Manu Abraham | 1 | -3/+2 |
2006-06-26 | V4L/DVB (4211): Fix an Oops for all fe that have get_frontend_algo == NULL | Manu Abraham | 1 | -13/+15 |
2006-06-25 | Fixes some sync issues between V4L/DVB development and GIT | Mauro Carvalho Chehab | 1 | -198/+7 |
2006-06-25 | V4L/DVB (4186): Add support for the DNTV Live! mini DVB-T card. | Cameron Hutchinson | 1 | -1/+3 |
2006-06-25 | V4L/DVB (4185): Conditionally enable 5 byte diseqc commands | Yeasah Pell | 1 | -2/+5 |
2006-06-25 | V4L/DVB (4184): Static variables mustn't be EXPORT_SYMBOL 'ed | Adrian Bunk | 1 | -2/+0 |
2006-06-25 | V4L/DVB (4182): Comment out MMI functions for now | Manu Abraham | 1 | -0/+94 |
2006-06-25 | V4L/DVB (4181): Fix CA Info and Application Info | Henrik Sjoberg | 1 | -4/+92 |
2006-06-25 | V4L/DVB (4180): Initial go at MMI | Manu Abraham | 1 | -0/+95 |
2006-06-25 | V4L/DVB (4179): VLF fixes for DCT | Manu Abraham | 2 | -18/+23 |
2006-06-25 | V4L/DVB (4178): Replace NEWTUNE with TS188 | Manu Abraham | 2 | -14/+14 |
2006-06-25 | V4L/DVB (4177): DCTNEW and ATSC fixes | Manu Abraham | 2 | -30/+63 |