summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (8001): dib0070: fix dib0070_attach when !CONFIG_DVB_TUNER_DIB0070Michael Krufky2008-06-051-1/+14
* V4L/DVB (8000): tda827x: fix NULL pointer in tda827xa_lna_gainSigmund Augdal2008-06-051-2/+2
* V4L/DVB (7990): Fix entry for PowerColor RA 330 and make it run with firmware...Daniel Gimpelevich2008-06-051-3/+10
* V4L/DVB (7983): tda18271_calc_rf_cal must return the return value of tda18271...Michael Krufky2008-06-051-2/+2
* V4L/DVB (7978): cx18: explicitly test for XC2028 tunerHans Verkuil2008-06-051-1/+1
* V4L/DVB (7977): cx18: fix init order and remove duplicate open_on_first_use.Hans Verkuil2008-06-051-12/+10
* V4L/DVB (7975): saa7134_empressDmitri Belimov2008-06-051-2/+1
* V4L/DVB (7974): fix MEDIA_TUNER && FW_LOADER build errorIngo Molnar2008-06-051-0/+1
* V4L/DVB (7972): or51132.c: unalignedAl Viro2008-06-051-3/+3
* V4L/DVB (7971): usb: unalignedAl Viro2008-06-051-1/+1
* V4L/DVB (7970): mix trivial endianness annotationsAl Viro2008-06-052-5/+5
* V4L/DVB (7969): m920x: unaligned accessAl Viro2008-06-051-3/+4
* V4L/DVB (7968): zoran: endianness annotationsAl Viro2008-06-053-5/+5
* V4L/DVB (7967): bt8xx: unaligned accessAl Viro2008-06-051-2/+3
* V4L/DVB (7966): cx18: direct dereferencing of iomemAl Viro2008-06-051-4/+6
* V4L/DVB (7965): annotate bcx_riscmemAl Viro2008-06-055-14/+16
* V4L/DVB (7964): cx18 iomem annotationsAl Viro2008-06-056-12/+13
* V4L/DVB (7963): ivtv: trivial annotationsAl Viro2008-06-056-10/+16
* 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 (7944): tuner-xc2028: use hybrid_tuner_request_stateMichael Krufky2008-06-051-46/+41
* V4L/DVB (7943): tuner: add macro, hybrid_tuner_report_instance_countMichael Krufky2008-06-051-0/+8
* V4L/DVB (7934): cx18: move gpio_dir/val statics to the cx18 struct.Hans Verkuil2008-06-052-15/+18
* V4L/DVB (7932): cx18: mark Compro H900 as fully supported.Hans Verkuil2008-06-051-2/+2
* V4L/DVB (7931): cx18: allow for simultaneous digital and analog captureHans Verkuil2008-06-056-22/+27
* V4L/DVB (7930): ivtv: bump version to 1.3.0.Hans Verkuil2008-06-051-2/+2
* V4L/DVB (7928): cx18: fix audio registers 808 and 80cHans Verkuil2008-06-051-36/+45
* V4L/DVB (7925): cx18: ensure that the xceive pin is always asserted on init.Hans Verkuil2008-06-051-3/+5
* V4L/DVB (7922): tuner-simple: fix tuner_warn() induced kernel oops in simple_...Andy Walls2008-06-051-2/+4
* V4L/DVB (7919): VIDEO_AU0828 does not depend on VIDEO_DEVMichael Krufky2008-06-051-1/+1
* V4L/DVB (7918): au0828: remove irrelevent analog tuner standby codeMichael Krufky2008-06-051-6/+0
* 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 (7908): always enter drivers/media/video/Adrian Bunk2008-06-051-6/+1
* V4L/DVB (7906): tuners/mxl5005s.c: don't define variables for enumsAdrian Bunk2008-06-051-2/+2
* V4L/DVB (7905): check_v4l2 should return -EINVAL on errorMarcin Slusarz2008-06-051-5/+5
* V4L/DVB (7904): v4l/tuner-core: consistent handling of return valuesMarcin Slusarz2008-06-051-15/+15
* V4L/DVB (7903): gp8psk_power_ctrl should return negative errorsMarcin Slusarz2008-06-051-5/+5
* V4L/DVB (7902): fix handling of tea5761_autodetection return valueMarcin Slusarz2008-06-051-1/+1
* V4L/DVB (7901): zoran: use correct type for CPU flagsAndrew Morton2008-06-051-3/+3
* V4L/DVB (7885): ivtv/cx18: add compat_ioctl entriesHans Verkuil2008-06-052-20/+23
* tuner: Do not alter i2c_client.nameMichael Krufky2008-05-261-13/+7
* missing dependencies on HAS_DMAAl Viro2008-05-211-1/+1
* Fix a deadlock in the bttv driverArjan van de Ven2008-05-202-2/+3
* Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-05-1816-39/+143
|\