aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-05V4L/DVB (8001): dib0070: fix dib0070_attach when !CONFIG_DVB_TUNER_DIB0070Michael Krufky1-1/+14
2008-06-05V4L/DVB (8000): tda827x: fix NULL pointer in tda827xa_lna_gainSigmund Augdal1-2/+2
2008-06-05V4L/DVB (7990): Fix entry for PowerColor RA 330 and make it run with firmware version 2.7Daniel Gimpelevich1-3/+10
2008-06-05V4L/DVB (7983): tda18271_calc_rf_cal must return the return value of tda18271_lookup_mapMichael Krufky1-2/+2
2008-06-05V4L/DVB (7978): cx18: explicitly test for XC2028 tunerHans Verkuil1-1/+1
2008-06-05V4L/DVB (7977): cx18: fix init order and remove duplicate open_on_first_use.Hans Verkuil1-12/+10
2008-06-05V4L/DVB (7975): saa7134_empressDmitri Belimov1-2/+1
2008-06-05V4L/DVB (7974): fix MEDIA_TUNER && FW_LOADER build errorIngo Molnar1-0/+1
2008-06-05V4L/DVB (7972): or51132.c: unalignedAl Viro1-3/+3
2008-06-05V4L/DVB (7971): usb: unalignedAl Viro1-1/+1
2008-06-05V4L/DVB (7970): mix trivial endianness annotationsAl Viro2-5/+5
2008-06-05V4L/DVB (7969): m920x: unaligned accessAl Viro1-3/+4
2008-06-05V4L/DVB (7968): zoran: endianness annotationsAl Viro3-5/+5
2008-06-05V4L/DVB (7967): bt8xx: unaligned accessAl Viro1-2/+3
2008-06-05V4L/DVB (7966): cx18: direct dereferencing of iomemAl Viro1-4/+6
2008-06-05V4L/DVB (7965): annotate bcx_riscmemAl Viro5-14/+16
2008-06-05V4L/DVB (7964): cx18 iomem annotationsAl Viro6-12/+13
2008-06-05V4L/DVB (7963): ivtv: trivial annotationsAl Viro6-10/+16
2008-06-05V4L/DVB (7962): ttusb endianness annotations and fixesAl Viro3-18/+19
2008-06-05V4L/DVB (7961): fix endianness bug in dib0700_devices.cAl Viro1-10/+11
2008-06-05V4L/DVB (7960): net: endianness annotationsAl Viro1-6/+6
2008-06-05V4L/DVB (7959): endianness fix in flexcop-usb.cAl Viro1-1/+1
2008-06-05V4L/DVB (7958): fix unaligned access in av7110.cAl Viro1-4/+5
2008-06-05V4L/DVB (7957): fix the roothole in av7110_av.cAl Viro1-7/+27
2008-06-05V4L/DVB (7956): cinergyT2: endianness annotations, endianness and race fixesAl Viro1-22/+24
2008-06-05V4L/DVB (7944): tuner-xc2028: use hybrid_tuner_request_stateMichael Krufky1-46/+41
2008-06-05V4L/DVB (7943): tuner: add macro, hybrid_tuner_report_instance_countMichael Krufky1-0/+8
2008-06-05V4L/DVB (7934): cx18: move gpio_dir/val statics to the cx18 struct.Hans Verkuil2-15/+18
2008-06-05V4L/DVB (7932): cx18: mark Compro H900 as fully supported.Hans Verkuil1-2/+2
2008-06-05V4L/DVB (7931): cx18: allow for simultaneous digital and analog captureHans Verkuil6-22/+27
2008-06-05V4L/DVB (7930): ivtv: bump version to 1.3.0.Hans Verkuil1-2/+2
2008-06-05V4L/DVB (7928): cx18: fix audio registers 808 and 80cHans Verkuil1-36/+45
2008-06-05V4L/DVB (7925): cx18: ensure that the xceive pin is always asserted on init.Hans Verkuil1-3/+5
2008-06-05V4L/DVB (7922): tuner-simple: fix tuner_warn() induced kernel oops in simple_tuner_attach()Andy Walls1-2/+4
2008-06-05V4L/DVB (7919): VIDEO_AU0828 does not depend on VIDEO_DEVMichael Krufky1-1/+1
2008-06-05V4L/DVB (7918): au0828: remove irrelevent analog tuner standby codeMichael Krufky1-6/+0
2008-06-05V4L/DVB (7916): dib7000p: fix dib7000p_attach when !CONFIG_DVB_DIB7000PMichael Krufky1-1/+14
2008-06-05V4L/DVB (7910): usb: input layer dependency fixesIngo Molnar2-2/+2
2008-06-05V4L/DVB (7908): always enter drivers/media/video/Adrian Bunk1-6/+1
2008-06-05V4L/DVB (7906): tuners/mxl5005s.c: don't define variables for enumsAdrian Bunk1-2/+2
2008-06-05V4L/DVB (7905): check_v4l2 should return -EINVAL on errorMarcin Slusarz1-5/+5
2008-06-05V4L/DVB (7904): v4l/tuner-core: consistent handling of return valuesMarcin Slusarz1-15/+15
2008-06-05V4L/DVB (7903): gp8psk_power_ctrl should return negative errorsMarcin Slusarz1-5/+5
2008-06-05V4L/DVB (7902): fix handling of tea5761_autodetection return valueMarcin Slusarz1-1/+1
2008-06-05V4L/DVB (7901): zoran: use correct type for CPU flagsAndrew Morton1-3/+3
2008-06-05V4L/DVB (7885): ivtv/cx18: add compat_ioctl entriesHans Verkuil2-20/+23
2008-05-26tuner: Do not alter i2c_client.nameMichael Krufky1-13/+7
2008-05-21missing dependencies on HAS_DMAAl Viro1-1/+1
2008-05-20Fix a deadlock in the bttv driverArjan van de Ven2-2/+3
2008-05-18Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds16-39/+143