1. c421d5c [media] fc0011: use usleep_range() by Michael Büsch · 13 years ago
  2. ad30e91 [media] af9035: fix and enhance I2C adapter by Antti Palosaari · 13 years ago
  3. 48bf7e1 [media] af9035: use module_usb_driver macro by Gianluca Gennari · 13 years ago
  4. ce1fe37 [media] af9035: add support for the tda18218 tuner by Gianluca Gennari · 13 years ago
  5. 728827b [media] af9035: add USB id for 07ca:a867 by Gianluca Gennari · 13 years ago
  6. 540fd4b [media] af9035: add Avermedia Volar HD (A867R) support by Hans-Frieder Vogt · 13 years ago
  7. 1083a0f [media] af9035: Add Afatech USB PIDs by Michael Büsch · 13 years ago
  8. ffc501f [media] af9035: Add fc0011 tuner support by Michael Büsch · 13 years ago
  9. eea977e [media] Add fc0011 tuner driver by Michael Büsch · 13 years ago
  10. 6ec12988 [media] af9035: fix warning by Gianluca Gennari · 13 years ago
  11. b1a9599 [media] af9035: Add USB read checksumming by Michael Büsch · 13 years ago
  12. 812fe6d [media] af9035: i2c read fix by Hans-Frieder Vogt · 13 years ago
  13. 8e8a5ac [media] af9035: add log writing if unsupported Xtal freq is given by Antti Palosaari · 13 years ago
  14. e898ef6 [media] af9033: implement .read_snr() by Antti Palosaari · 13 years ago
  15. 3a871ca [media] af9033: correct debug print by Antti Palosaari · 13 years ago
  16. 41d44a8 [media] af9035: add missing error check by Antti Palosaari · 13 years ago
  17. 77c5ff2 [media] af9035: reimplement firmware downloader by Antti Palosaari · 13 years ago
  18. 5a9abae [media] af9035: enhancement for unknown tuner ID handling by Antti Palosaari · 13 years ago
  19. 7f882c2 [media] Afatech AF9035 DVB USB driver by Antti Palosaari · 13 years ago
  20. 4b64bb2 [media] Afatech AF9033 DVB-T demodulator driver by Antti Palosaari · 13 years ago
  21. f926374 [media] Infineon TUA 9001 silicon tuner driver by Antti Palosaari · 13 years ago
  22. 3f1bfef pwc: Add support for control events by Hans de Goede · 13 years ago
  23. a875431 [media] radio-rtrack2: add missing slab.h by Hans Verkuil · 13 years ago
  24. 296da3c [media] pwc: poll(): Check that the device has not beem claimed for streaming already by Hans de Goede · 13 years ago
  25. 0bf0f71 [media] vivi: let vb2_poll handle events by Hans Verkuil · 13 years ago
  26. 95213ce [media] videobuf2-core: also test for pending events by Hans Verkuil · 13 years ago
  27. 0e17e9a [media] videobuf: only start streaming in poll() if so requested by the poll mask by Hans Verkuil · 13 years ago
  28. bf5c7cb [media] videobuf2: only start streaming in poll() if so requested by the poll mask by Hans Verkuil · 13 years ago
  29. d0b66fd [media] ivtv: only start streaming in poll() if polling for input by Hans Verkuil · 13 years ago
  30. 50953e0 Merge branch 'poll' into staging/for_v3.4 by Mauro Carvalho Chehab · 13 years ago
  31. 626cf23 poll: add poll_requested_events() and poll_does_not_wait() functions by Hans Verkuil · 13 years ago
  32. 5cde765 crc32: select an algorithm via Kconfig by Darrick J. Wong · 13 years ago
  33. 577eba9 crc32: add self-test code for crc32c by Darrick J. Wong · 13 years ago
  34. 6a0962b crypto: crc32c should use library implementation by Darrick J. Wong · 13 years ago
  35. 46c5801 crc32: bolt on crc32c by Darrick J. Wong · 13 years ago
  36. 78dff41 crc32: add note about this patchset to crc32.c by Bob Pearson · 13 years ago
  37. 0292c49 crc32: optimize loop counter for x86 by Bob Pearson · 13 years ago
  38. 324eb0f crc32: add slice-by-8 algorithm to existing code by Bob Pearson · 13 years ago
  39. 9a1dbf6 crc32: make CRC_*_BITS definition correspond to actual bit counts by Bob Pearson · 13 years ago
  40. ce4320d crc32: fix mixing of endian-specific types by Bob Pearson · 13 years ago
  41. 60e58d5 crc32: miscellaneous cleanups by Bob Pearson · 13 years ago
  42. 3863ef3 crc32: simplify unit test code by Bob Pearson · 13 years ago
  43. fbedceb crc32: move long comment about crc32 fundamentals to Documentation/ by Bob Pearson · 13 years ago
  44. e30c7a8 crc32: remove two instances of trailing whitespaces by Bob Pearson · 13 years ago
  45. ca56dc0 checkpatch: check for quoted strings broken across lines by Josh Triplett · 13 years ago
  46. 6712d85 checkpatch: whitespace - add/remove blank lines by Joe Perches · 13 years ago
  47. 2c92488 checkpatch: warn on use of yield() by Joe Perches · 13 years ago
  48. aad4f61 checkpatch: add --strict tests for braces, comments and casts by Joe Perches · 13 years ago
  49. b337d8b checkpatch: add [] to type extensions by Andy Whitcroft · 13 years ago
  50. fd1b57a checkpatch: high precedence operators do not require additional parentheses in #defines by Andy Whitcroft · 13 years ago
  51. e45bab8 checkpatch: handle string concatenation in simple #defines by Andy Whitcroft · 13 years ago
  52. b9df76a checkpatch: allow simple character constants in #defines by Andy Whitcroft · 13 years ago
  53. daebc53 checkpatch: catch [ ... ] usage when not at the beginning of definition by Andy Whitcroft · 13 years ago
  54. 1123268 checkpatch.pl: be silent when -q and --ignore is given by Artem Bityutskiy · 13 years ago
  55. d1fe9c0 checkpatch: add some --strict coding style checks by Joe Perches · 13 years ago
  56. 6061d94 include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...) by Joe Perches · 13 years ago
  57. 97e834c prio_tree: introduce prio_set_parent() by Xiao Guangrong · 13 years ago
  58. 742245d prio_tree: simplify prio_tree_expand() by Xiao Guangrong · 13 years ago
  59. f35368d prio_tree: cleanup prio_tree_left()/prio_tree_right() by Xiao Guangrong · 13 years ago
  60. f42240d prio_tree: remove unnecessary code in prio_tree_replace by Xiao Guangrong · 13 years ago
  61. f43804b string: memchr_inv() speed improvements by Akinobu Mita · 13 years ago
  62. a403d93 led-class: change back LEDS_CLASS to tristate instead of bool by Bryan Wu · 13 years ago
  63. cea694c drivers/leds/leds-lm3530.c: move the code setting gen_config to one place by Axel Lin · 13 years ago
  64. 1a1278d drivers/leds/leds-pca9633.c: remove unused 'adapter' variable by Axel Lin · 13 years ago
  65. 99ad98d leds-lm3530: replace pltfm with pdata by Kim, Milo · 13 years ago
  66. 8544d0e leds-lm3530: remove LM3530_ALS_ZONE_REG code by Kim, Milo · 13 years ago
  67. bb98200 leds-lm3530: support pwm input mode by Kim, Milo · 13 years ago
  68. e13d978 leds-lm3530: replace i2c_client with led_classdev by Kim, Milo · 13 years ago
  69. bbe6453 leds-lm3530: set the max_brightness to 127 by Kim, Milo · 13 years ago
  70. 16db7f9 drivers/leds/leds-gpio.c: use linux/gpio.h rather than asm/gpio.h by Mark Brown · 13 years ago
  71. 75cb2e1 drivers/leds: add driver for PCA9633 I2C chip by Peter Meerwald · 13 years ago
  72. d06cb46 drivers/leds/leds-lp5523.c: constify some data by Andrew Morton · 13 years ago
  73. 42960b7 drivers/leds/leds-lp5521.c: ret may be uninitialized by Srinidhi KASAGAR · 13 years ago
  74. 32a2f74 drivers/leds/leds-lp5521.c: redefinition of register bits by Kim, Milo · 13 years ago
  75. 011af7b drivers/leds/leds-lp5521.c: support led pattern data by Kim, Milo · 13 years ago
  76. 3b49aac drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_data by Kim, Milo · 13 years ago
  77. 5ae4e8a drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_config by Kim, Milo · 13 years ago
  78. c5bd2a7 drivers/leds/leds-tca6507.c: remove obsolete cleanup for clientdata by Wolfram Sang · 13 years ago
  79. 920c4f4 drivers/leds/leds-tca6507.c: cleanup error handling in tca6507_probe() by Dan Carpenter · 13 years ago
  80. 3a2fd4a drivers/leds/leds-lp5521.c: fix typo by Masanari Iida · 13 years ago
  81. 0b2f4d4 x86: use for_each_clear_bit_from() by Akinobu Mita · 13 years ago
  82. 1a07cbb uwb: use for_each_clear_bit() by Akinobu Mita · 13 years ago
  83. fc89db4 s390/char: use for_each_clear_bit() by Akinobu Mita · 13 years ago
  84. c527b41 mtd: use for_each_clear_bit() by Akinobu Mita · 13 years ago
  85. 03f4a82 bitops: introduce for_each_clear_bit() by Akinobu Mita · 13 years ago
  86. 0a329d2 bitops: remove for_each_set_bit_cont() by Akinobu Mita · 13 years ago
  87. 307b1cd bitops: rename for_each_set_bit_cont() in favor of analogous list.h function by Akinobu Mita · 13 years ago
  88. 2df5e12 backlight: fix ot200_bl build by Randy Dunlap · 13 years ago
  89. 67a6727 backlight: convert platform_lcd to dev_pm_ops by Jingoo Han · 13 years ago
  90. 35c1682 backlight: add support for Pandora backlight by Grazvydas Ignotas · 13 years ago
  91. c8df742 backlight: add driver for Bachmann's ot200 by Christian Gmeiner · 13 years ago
  92. 7be865a backlight: new backlight driver for LP855x devices by Kim, Milo · 13 years ago
  93. 050ea48 drivers/video/backlight/adp5520_bl.c: use devm_ functions by Julia Lawall · 13 years ago
  94. ce96922 drivers/video/backlight: use devm_ functions by Julia Lawall · 13 years ago
  95. 1107d40 drivers/video/backlight/wm831x_bl.c: use devm_ functions by Julia Lawall · 13 years ago
  96. 462dd83 backlight: convert backlight spi drivers to module_spi_driver by Axel Lin · 13 years ago
  97. 81ce686 backlight: convert backlight i2c drivers to module_i2c_driver by Axel Lin · 13 years ago
  98. 7d1ae8a MAINTAINERS: update maintainership of LTP by Wanlong Gao · 13 years ago
  99. 3741704 MAINTAINERS: add "S: Maintained" to clkdev and clk sections by Joe Perches · 13 years ago
  100. c89f4f9 MAINTAINERS: add status to ALPHA architecture by Joe Perches · 13 years ago