summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * V4L/DVB (7920): s5h1409.c shouldn't #include "dvb-pll.h"Michael Krufky2008-07-201-1/+0
| * V4L/DVB (7917): au8522.c shouldn't #include "dvb-pll.h"Michael Krufky2008-07-201-1/+0
| * V4L/DVB (7914): Anysee: driver for Anysee DVB-T/C receiverAntti Palosaari2008-07-205-0/+873
| * V4L/DVB (7913): DVB-PLL: add Samsung DTOS403IH102A tunerAntti Palosaari2008-07-202-0/+48
| * V4L/DVB (7912): TDA10023: make few parameters configurableAntti Palosaari2008-07-203-91/+145
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-1813-1662/+48
|\|
| * Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6Linus Torvalds2008-07-1512-1662/+44
| |\
| | * ttusb-budget: use request_firmware()David Woodhouse2008-07-102-1648/+12
| | * gp8psk: treat firmware data as constDavid Woodhouse2008-07-101-1/+2
| | * cxusb: treat firmware data as constDavid Woodhouse2008-07-101-3/+18
| | * dvb frontends: treat firmware data as constDavid Woodhouse2008-07-107-9/+11
| | * ttusb-dec: treat firmware data as constDavid Woodhouse2008-07-101-1/+1
| * | Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-1425-127/+221
| |\|
| * | dvb: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-0/+4
* | | netdev: Do not use TX lock to protect address lists.David S. Miller2008-07-151-4/+2
* | | netdev: Add netdev->addr_list_lock protection.David S. Miller2008-07-151-0/+2
| |/ |/|
* | V4L/DVB (8096): au8522: prevent false-positive lock statusSteven Toth2008-06-261-4/+2
* | V4L/DVB (8075): stv0299: Uncorrected block count and bit error rate fixedOliver Endriss2008-06-261-4/+11
* | V4L/DVB (8074): av7110: OSD transfers should not be interruptedOliver Endriss2008-06-261-3/+1
* | V4L/DVB (8073): av7110: Catch another type of ARM crashOliver Endriss2008-06-261-0/+1
* | V4L/DVB (8071): tda10023: Fix possible kernel oops during initialisationOliver Endriss2008-06-261-8/+12
* | V4L/DVB (8044): au8522: tuning optimizationsMichael Krufky2008-06-261-2/+21
* | V4L/DVB (8042): DVB-USB UMT-010 channel scan oopsAustin Lund2008-06-261-1/+1
* | V4L/DVB (8029): Improve error message at tda1004x_attachMauro Carvalho Chehab2008-06-261-2/+13
* | V4L/DVB (8028): Improve error messages for tda1004x attachMauro Carvalho Chehab2008-06-261-4/+14
* | V4L/DVB (8015): gl861: replace non critical msleep(0) with msleep(1) to be on...Antti Palosaari2008-06-261-1/+1
* | V4L/DVB (8013): gl861: remove useless identify_stateAntti Palosaari2008-06-261-17/+8
* | V4L/DVB (8012): gl861: sleep a little to avoid I2C errorsAntti Palosaari2008-06-261-0/+2
* | V4L/DVB (8004): Fix INPUT dependency at budget-ciMauro Carvalho Chehab2008-06-261-0/+1
* | V4L/DVB (8001): dib0070: fix dib0070_attach when !CONFIG_DVB_TUNER_DIB0070Michael Krufky2008-06-051-1/+14
* | V4L/DVB (7972): or51132.c: unalignedAl Viro2008-06-051-3/+3
* | V4L/DVB (7971): usb: unalignedAl Viro2008-06-051-1/+1
* | V4L/DVB (7969): m920x: unaligned accessAl Viro2008-06-051-3/+4
* | V4L/DVB (7962): ttusb endianness annotations and fixesAl Viro2008-06-053-18/+19
* | V4L/DVB (7961): fix endianness bug in dib0700_devices.cAl Viro2008-06-051-10/+11
* | V4L/DVB (7960): net: endianness annotationsAl Viro2008-06-051-6/+6
* | V4L/DVB (7959): endianness fix in flexcop-usb.cAl Viro2008-06-051-1/+1
* | V4L/DVB (7958): fix unaligned access in av7110.cAl Viro2008-06-051-4/+5
* | V4L/DVB (7957): fix the roothole in av7110_av.cAl Viro2008-06-051-7/+27
* | V4L/DVB (7956): cinergyT2: endianness annotations, endianness and race fixesAl Viro2008-06-051-22/+24
* | V4L/DVB (7916): dib7000p: fix dib7000p_attach when !CONFIG_DVB_DIB7000PMichael Krufky2008-06-051-1/+14
* | V4L/DVB (7910): usb: input layer dependency fixesIngo Molnar2008-06-052-2/+2
* | V4L/DVB (7903): gp8psk_power_ctrl should return negative errorsMarcin Slusarz2008-06-051-5/+5
|/
* V4L/DVB (7861): mt312: Prefix functions only with mt312_, Add zl10313 to kcon...Matthias Schwarzott2008-05-144-8/+9
* V4L/DVB (7857): make itd1000_fre_values[] static constAdrian Bunk2008-05-141-1/+1
* V4L/DVB (7851): Fix FW_LOADER depencency at v4l/dvbMauro Carvalho Chehab2008-05-145-8/+13
* V4L/DVB (7836): cinergyT2 build fixIngo Molnar2008-05-141-1/+1
* V4L/DVB (7830): dvb_ca_en50221: Fix High CPU load in 'top' due to budget_av s...Robert Schedel2008-05-141-12/+16
* V4L/DVB (7783): drivers/media/dvb/frontends/s5h1420.c: printk fixAndrew Morton2008-04-291-1/+1
* Rename common tuner Kconfig names to use the sameMauro Carvalho Chehab2008-04-296-18/+18