aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-2/+4
* USB: smsusb: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman2012-09-141-1/+1
* media: dvb-core: Release semaphore on error path dvb_register_device()Santosh Nayak2012-07-191-0/+1
* media: smsusb: add autodetection support for USB ID 2040:f5a0Michael Krufky2012-07-161-0/+2
* smsusb: add autodetection support for USB ID 2040:c0a0Michael Krufky2012-06-011-0/+2
* lgdt330x: fix signedness error in i2c_read_demod_bytes()Xi Wang2012-04-021-2/+4
* dib0700: protect the dib0700 buffer accessOlivier Grenie2011-11-111-9/+72
* DiBcom: protect the I2C bufer accessPatrick Boettcher2011-11-118-67/+412
* vp7045: fix buffer setupFlorian Mickler2011-10-031-22/+4
* [media] dvb_frontend: fix race condition in stopping/starting frontendDevin Heitmueller2011-07-131-0/+8
* [media] anysee: return EOPNOTSUPP for unsupported I2C messagesAntti Palosaari2011-06-011-6/+11
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-05-274-102/+280
|\
| * [media] v1.88 DM04/QQBOX Move remote to use rc_core dvb-usb-remoteMalcolm Priestley2011-05-251-64/+43
| * [media] Inlined functions should be staticHans Petter Selasky2011-05-251-1/+1
| * [media] Remove invalid parameter descriptionHans Petter Selasky2011-05-251-1/+0
| * [media] dm1105: GPIO handling added, I2C on GPIO added, LNB control through G...Igor M. Liplianin2011-05-251-36/+236
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-05-2371-2551/+9739
|\ \ | |/
| * [media] support for medion dvb stick 1660:1921Stéphane Elmaleh2011-05-212-1/+7
| * [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] cxd2820r: Update frontend capabilities to advertise QAM-256Steve Kerrison2011-05-201-1/+2
| * [media] DVB: drxd_hard: handle new bandwidths by returning -EINVALAndreas Oberritter2011-05-201-1/+2
| * [media] DVB: Add basic API support for DVB-T2 and bump minor versionAndreas Oberritter2011-05-203-16/+12
| * [media] DVB: return meaningful error codes in dvb_frontendAndreas Oberritter2011-05-201-12/+16
| * [media] DiBxxxx: get rid of DMA buffer on stackOlivier Grenie2011-05-208-201/+443
| * [media] cxd2820r: switch automatically between DVB-T and DVB-T2Antti Palosaari2011-05-202-39/+73
| * [media] cxd2820r: whitespace fixAntti Palosaari2011-05-201-7/+7
| * [media] cxd2820r: make C, T, T2 and core components as linked objectsSteve Kerrison2011-05-206-42/+144
| * [media] Sony CXD2820R DVB-T/T2/C demodulator driverAntti Palosaari2011-05-208-0/+2294
| * [media] cx24116: make FW DL split more readableAntti Palosaari2011-05-201-7/+9
| * [media] anysee: add support for Anysee E7 S2Antti Palosaari2011-05-203-0/+63
| * [media] anysee: add support for Anysee E30 S2 PlusAntti Palosaari2011-05-202-0/+45
| * [media] cx24116: add config option to split firmware downloadAntti Palosaari2011-05-202-3/+17
| * [media] STV0299 Register 02 on Opera1/Bsru6/z0194a/mantis_vp1033Malcolm Priestley2011-05-204-4/+4
| * [media] STV0299 incorrect standby setting issues register 02 (MCR)Malcolm Priestley2011-05-201-2/+8
| * [media] Fix panic on loading earth-pt1HIRANO Takahito2011-05-201-2/+3
| * [media] lmedm04: PID filtering changesMalcolm Priestley2011-05-201-13/+24
| * [media] lmedm04: don't write to buffer without a mutexMalcolm Priestley2011-05-201-6/+6
| * [media] IX2505V Keep I2C gate control aliveMalcolm Priestley2011-05-201-4/+6
| * [media] Media, DVB, Siano, smsusb: Avoid static analysis report about 'use af...Jesper Juhl2011-05-201-2/+1
| * [media] dvb-usb: don't return error if stream stopMalcolm Priestley2011-05-201-2/+3
| * [media] dvb-usb return device errors to demuxerMalcolm Priestley2011-05-201-11/+21
| * [media] lmedm04: Do not unlock mutex if mutex_lock_interruptible failedAlexey Khoroshilov2011-05-201-5/+7
| * [media] Speed up DVB TS stream delivery from DMA buffer into dvb-core's bufferMarko Ristola2011-05-201-60/+57
| * [media] DVB, DiB9000: Fix leak in dib9000_attach()Jesper Juhl2011-05-201-1/+3