summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-04-09[media] Add fc0011 tuner driverMichael Büsch
2012-04-09[media] af9035: fix warningGianluca Gennari
2012-04-09[media] af9035: Add USB read checksummingMichael Büsch
2012-04-09[media] af9035: i2c read fixHans-Frieder Vogt
2012-04-09[media] af9035: add log writing if unsupported Xtal freq is givenAntti Palosaari
2012-04-09[media] af9033: implement .read_snr()Antti Palosaari
2012-04-09[media] af9033: correct debug printAntti Palosaari
2012-04-09[media] af9035: add missing error checkAntti Palosaari
2012-04-09[media] af9035: reimplement firmware downloaderAntti Palosaari
2012-04-09[media] af9035: enhancement for unknown tuner ID handlingAntti Palosaari
2012-04-09[media] Afatech AF9035 DVB USB driverAntti Palosaari
2012-04-09[media] Afatech AF9033 DVB-T demodulator driverAntti Palosaari
2012-04-09[media] Infineon TUA 9001 silicon tuner driverAntti Palosaari
2012-04-09pwc: Add support for control eventsHans de Goede
2012-03-30[media] radio-rtrack2: add missing slab.hHans Verkuil
2012-03-27[media] pwc: poll(): Check that the device has not beem claimed for streaming...Hans de Goede
2012-03-27[media] vivi: let vb2_poll handle eventsHans Verkuil
2012-03-27[media] videobuf2-core: also test for pending eventsHans Verkuil
2012-03-27[media] videobuf: only start streaming in poll() if so requested by the poll ...Hans Verkuil
2012-03-27[media] videobuf2: only start streaming in poll() if so requested by the poll...Hans Verkuil
2012-03-27[media] ivtv: only start streaming in poll() if polling for inputHans Verkuil
2012-03-27Merge branch 'poll' into staging/for_v3.4Mauro Carvalho Chehab
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil
2012-03-23crc32: select an algorithm via KconfigDarrick J. Wong
2012-03-23crc32: add self-test code for crc32cDarrick J. Wong
2012-03-23crypto: crc32c should use library implementationDarrick J. Wong
2012-03-23crc32: bolt on crc32cDarrick J. Wong
2012-03-23crc32: add note about this patchset to crc32.cBob Pearson
2012-03-23crc32: optimize loop counter for x86Bob Pearson
2012-03-23crc32: add slice-by-8 algorithm to existing codeBob Pearson
2012-03-23crc32: make CRC_*_BITS definition correspond to actual bit countsBob Pearson
2012-03-23crc32: fix mixing of endian-specific typesBob Pearson
2012-03-23crc32: miscellaneous cleanupsBob Pearson
2012-03-23crc32: simplify unit test codeBob Pearson
2012-03-23crc32: move long comment about crc32 fundamentals to Documentation/Bob Pearson
2012-03-23crc32: remove two instances of trailing whitespacesBob Pearson
2012-03-23checkpatch: check for quoted strings broken across linesJosh Triplett
2012-03-23checkpatch: whitespace - add/remove blank linesJoe Perches
2012-03-23checkpatch: warn on use of yield()Joe Perches
2012-03-23checkpatch: add --strict tests for braces, comments and castsJoe Perches
2012-03-23checkpatch: add [] to type extensionsAndy Whitcroft
2012-03-23checkpatch: high precedence operators do not require additional parentheses i...Andy Whitcroft
2012-03-23checkpatch: handle string concatenation in simple #definesAndy Whitcroft
2012-03-23checkpatch: allow simple character constants in #definesAndy Whitcroft
2012-03-23checkpatch: catch [ ... ] usage when not at the beginning of definitionAndy Whitcroft
2012-03-23checkpatch.pl: be silent when -q and --ignore is givenArtem Bityutskiy
2012-03-23checkpatch: add some --strict coding style checksJoe Perches
2012-03-23include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches
2012-03-23prio_tree: introduce prio_set_parent()Xiao Guangrong
2012-03-23prio_tree: simplify prio_tree_expand()Xiao Guangrong