summaryrefslogtreecommitdiffstats
path: root/kernel/sys.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-09[media] af9035: minor changes for af9035_fc0011_tuner_callback()Antti Palosaari1-30/+46
2012-04-09[media] af9035: add AVerMedia Twinstar (A825) [07ca:0825]Pierangelo Terzulli2-1/+10
2012-04-09[media] af9033: do some minor changes for .get_frontend()Antti Palosaari1-39/+34
2012-04-09[media] af9033: implement get_frontendGianluca Gennari1-0/+133
2012-04-09[media] af9035: initial support for IT9135 chipAntti Palosaari2-1/+154
2012-04-09[media] fc0011: Reduce number of retriesMichael Büsch1-1/+1
2012-04-09[media] af9035: Use usleep_range() in fc0011 support codeMichael Büsch1-3/+3
2012-04-09[media] fc0011: use usleep_range()Michael Büsch1-2/+2
2012-04-09[media] af9035: fix and enhance I2C adapterAntti Palosaari1-8/+26
2012-04-09[media] af9035: use module_usb_driver macroGianluca Gennari1-25/+1
2012-04-09[media] af9035: add support for the tda18218 tunerGianluca Gennari6-1/+67
2012-04-09[media] af9035: add USB id for 07ca:a867Gianluca Gennari2-1/+6
2012-04-09[media] af9035: add Avermedia Volar HD (A867R) supportHans-Frieder Vogt6-11/+133
2012-04-09[media] af9035: Add Afatech USB PIDsMichael Büsch2-2/+16
2012-04-09[media] af9035: Add fc0011 tuner supportMichael Büsch4-0/+154
2012-04-09[media] Add fc0011 tuner driverMichael Büsch5-0/+580
2012-04-09[media] af9035: fix warningGianluca Gennari1-1/+1
2012-04-09[media] af9035: Add USB read checksummingMichael Büsch1-10/+35
2012-04-09[media] af9035: i2c read fixHans-Frieder Vogt1-10/+1
2012-04-09[media] af9035: add log writing if unsupported Xtal freq is givenAntti Palosaari1-0/+7
2012-04-09[media] af9033: implement .read_snr()Antti Palosaari2-1/+146
2012-04-09[media] af9033: correct debug printAntti Palosaari1-1/+1
2012-04-09[media] af9035: add missing error checkAntti Palosaari1-0/+2
2012-04-09[media] af9035: reimplement firmware downloaderAntti Palosaari1-71/+65
2012-04-09[media] af9035: enhancement for unknown tuner ID handlingAntti Palosaari2-3/+11
2012-04-09[media] Afatech AF9035 DVB USB driverAntti Palosaari5-0/+914
2012-04-09[media] Afatech AF9033 DVB-T demodulator driverAntti Palosaari5-0/+1027
2012-04-09[media] Infineon TUA 9001 silicon tuner driverAntti Palosaari5-0/+302
2012-04-09pwc: Add support for control eventsHans de Goede1-0/+2
2012-03-30[media] radio-rtrack2: add missing slab.hHans Verkuil1-0/+1
2012-03-27[media] pwc: poll(): Check that the device has not beem claimed for streaming...Hans de Goede1-0/+9
2012-03-27[media] vivi: let vb2_poll handle eventsHans Verkuil1-8/+1
2012-03-27[media] videobuf2-core: also test for pending eventsHans Verkuil1-13/+28
2012-03-27[media] videobuf: only start streaming in poll() if so requested by the poll ...Hans Verkuil1-1/+2
2012-03-27[media] videobuf2: only start streaming in poll() if so requested by the poll...Hans Verkuil1-2/+5
2012-03-27[media] ivtv: only start streaming in poll() if polling for inputHans Verkuil1-2/+4
2012-03-24poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil5-33/+66
2012-03-24crc32: select an algorithm via KconfigDarrick J. Wong2-0/+61
2012-03-24crc32: add self-test code for crc32cDarrick J. Wong1-102/+261
2012-03-24crypto: crc32c should use library implementationDarrick J. Wong2-91/+4
2012-03-24crc32: bolt on crc32cDarrick J. Wong5-34/+97
2012-03-24crc32: add note about this patchset to crc32.cBob Pearson1-0/+4
2012-03-24crc32: optimize loop counter for x86Bob Pearson1-0/+13
2012-03-24crc32: add slice-by-8 algorithm to existing codeBob Pearson3-35/+75
2012-03-24crc32: make CRC_*_BITS definition correspond to actual bit countsBob Pearson3-12/+34
2012-03-24crc32: fix mixing of endian-specific typesBob Pearson1-6/+6
2012-03-24crc32: miscellaneous cleanupsBob Pearson2-71/+39
2012-03-24crc32: simplify unit test codeBob Pearson2-117/+691
2012-03-24crc32: move long comment about crc32 fundamentals to Documentation/Bob Pearson3-127/+186
2012-03-24crc32: remove two instances of trailing whitespacesBob Pearson2-2/+2