1. ba76ae3 ide-disk: add ide_tf_set_cmd() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  2. c52ea91 ide-disk: extend timeout for PIO-in commands by Bartlomiej Zolnierkiewicz · 16 years ago
  3. 57d7366 ide: remove 'handler' field from ide_task_t (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  4. 1192e52 ide: use ->data_phase to set ->handler in do_rw_taskfile() by Bartlomiej Zolnierkiewicz · 16 years ago
  5. 10d9015 ide: convert do_rw_taskfile() to use ->data_phase by Bartlomiej Zolnierkiewicz · 16 years ago
  6. 1edee60 ide: merge flagged_taskfile() into do_rw_taskfile() by Bartlomiej Zolnierkiewicz · 16 years ago
  7. a7bbd20 ide-disk: guarantee 400ns delay after writing command register by Bartlomiej Zolnierkiewicz · 16 years ago
  8. cf77249 ide-disk: fix __ide_do_rw_disk() to use ->OUTBSYNC by Bartlomiej Zolnierkiewicz · 16 years ago
  9. 7c0e266 sc1200: remove pointless hwif lookup loop by Bartlomiej Zolnierkiewicz · 16 years ago
  10. 866e2ec ide: remove 'tf_in_flags' field from ide_task_t by Bartlomiej Zolnierkiewicz · 16 years ago
  11. ac026ff ide: remove 'command_type' field from ide_task_t by Bartlomiej Zolnierkiewicz · 16 years ago
  12. 7299a39 ide: remove hwif->intrproc by Bartlomiej Zolnierkiewicz · 16 years ago
  13. f919790 ide: remove SELECT_INTERRUPT() by Bartlomiej Zolnierkiewicz · 16 years ago
  14. cd3dbc9 ide: remove QUIRK_LIST() by Bartlomiej Zolnierkiewicz · 16 years ago
  15. 2fc5738 ide: add ide_pktcmd_tf_load() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  16. 932aead ide-{floppy,tape,scsi}: fix register loading order when issuing packet command by Bartlomiej Zolnierkiewicz · 16 years ago
  17. 3a6a354 ide-cd: fix register loading order in cdrom_start_packet_command() by Bartlomiej Zolnierkiewicz · 16 years ago
  18. 8e7657a ide: remove atapi_ireason_t (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  19. 790d123 ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t by Bartlomiej Zolnierkiewicz · 16 years ago
  20. e5f9f5a ide: remove atapi_feature_t by Bartlomiej Zolnierkiewicz · 16 years ago
  21. 0e38a66 ide: remove atapi_error_t (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  22. 22c525b ide: remove ata_status_t and atapi_status_t by Bartlomiej Zolnierkiewicz · 16 years ago
  23. 6a21441 ide: CPU endianness doesn't matter for special_t by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 918337a ide-floppy: remove dead code by Bartlomiej Zolnierkiewicz · 16 years ago
  25. 29ed2a5 ide: remove REQ_TYPE_ATA_TASK by Bartlomiej Zolnierkiewicz · 16 years ago
  26. 14b89ef ide: switch ide_task_ioctl() to use REQ_TYPE_ATA_TASKFILE requests by Bartlomiej Zolnierkiewicz · 16 years ago
  27. 813a0eb ide: switch idedisk_prepare_flush() to use REQ_TYPE_ATA_TASKFILE requests by Bartlomiej Zolnierkiewicz · 16 years ago
  28. 1f2564b ide: extend timeout for REQ_TYPE_ATA_{CMD,TASK} requests by Bartlomiej Zolnierkiewicz · 16 years ago
  29. a3bbb9d ide: remove unnecessary writes to HOB taskfile registers by Bartlomiej Zolnierkiewicz · 16 years ago
  30. 868e672 ide: use IDE_TFLAG_LBA48 for REQ_TYPE_ATA_TASKFILE requests by Bartlomiej Zolnierkiewicz · 16 years ago
  31. 807e35d ide: use ide_tf_load() in execute_drive_cmd() by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 54688aa ide: remove ide_cmd() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  33. 21d535c ide: execute_drive_cmd() cleanup by Bartlomiej Zolnierkiewicz · 16 years ago
  34. 6dd8723 ide: fix registers loading order for IDE_NSECTOR_REG in execute_drive_cmd() by Bartlomiej Zolnierkiewicz · 16 years ago
  35. 46f26c3 ide: fix registers loading order for WIN_SMART in execute_drive_cmd() by Bartlomiej Zolnierkiewicz · 16 years ago
  36. d3bb034 ide-tape: remove dead USE_IOTRACE code by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 4ee06b7 ide: remove stale ide.h "configuration options" by Bartlomiej Zolnierkiewicz · 16 years ago
  38. f1ca6d3 ide: remove CONFIG_IDEPCI_SHARE_IRQ config option by Bartlomiej Zolnierkiewicz · 16 years ago
  39. 7b5da4b ide: remove IRQF_DISABLED from IRQ flags for IDE IRQ handler by Bartlomiej Zolnierkiewicz · 16 years ago
  40. d26805f ide-pmac: fix pmac_ide_init_hwif_ports() by Bartlomiej Zolnierkiewicz · 16 years ago
  41. 74095a9 ide: use do_rw_taskfile() in flagged_taskfile() by Bartlomiej Zolnierkiewicz · 16 years ago
  42. 9a3c49b ide: add ide_no_data_taskfile() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  43. 9e42237 ide: add ide_tf_load() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 2bd06b2 ide-disk: use struct ide_taskfile in __ide_do_rw_disk() by Bartlomiej Zolnierkiewicz · 16 years ago
  45. d00e42dd2 ide-disk: fix taskfile registers loading order in __ide_do_rw_disk() by Bartlomiej Zolnierkiewicz · 16 years ago
  46. 7a3b751 ide-disk: merge LBA28 and LBA48 Host Protected Area support code (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  47. 650d841 ide: add struct ide_taskfile (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  48. cd2a2d9 ide: remove task_ioreg_t typedef (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  49. 1c029fd ide: remove ->dma_master field from ide_hwif_t (take 5) by Bartlomiej Zolnierkiewicz · 16 years ago
  50. 866664d hpt366: merge set_dma_mode() methods by Sergei Shtylyov · 16 years ago
  51. a488f34 hpt366: kill set_dma_mode() method wrapper by Sergei Shtylyov · 16 years ago
  52. ceb1b2c hpt366: change timing register masks by Sergei Shtylyov · 16 years ago
  53. b5e1a4e ide-io: set REQ_FAILED when drive is dead by Aristeu Rozanski · 16 years ago
  54. a999337 V4L/DVB (7078): radio: fix sf16fmi section mismatch by Randy Dunlap · 17 years ago
  55. 3869007 V4L/DVB (7077): bt878: remove handcrafted PCI subsystem ID check by Akinobu Mita · 17 years ago
  56. 4a2b108 V4L/DVB (7075): Make a local function static by Patrick Boettcher · 16 years ago
  57. 904a82e V4L/DVB (7074): DiB7000P: correct tuning problem for 7MHz channel by Patrick Boettcher · 16 years ago
  58. 3cb2c39 V4L/DVB (7073): DiB7070: Reception quality improved by Patrick Boettcher · 16 years ago
  59. c52344f V4L/DVB (7072): sets the MT2060 IF1 frequency according to EEPROM by Olivier DANET · 16 years ago
  60. a162abb V4L/DVB (7071): DiB0700: Start streaming the right way by Patrick Boettcher · 16 years ago
  61. 853ea13 V4L/DVB (7070): Fix some tuning problems by Soeren Moch · 16 years ago
  62. 13b83b5 V4L/DVB (7069): Support for myTV.t by Darren Salt · 16 years ago
  63. c7637b1 V4L/DVB (7068): Add support for WinTV Nova-T-CE driver by Tim Taubert · 16 years ago
  64. 3a0311c V4L/DVB (7067): fix autoserach in the Hauppauge NOVA-T 500 by Jose Alberto Reguero · 16 years ago
  65. 132c318 V4L/DVB (7066): ASUS My Cinema U3000 Mini DVBT Tuner by Daniel Gimpelevich · 16 years ago
  66. 7999a81 V4L/DVB (7065): Artec T14BR patches by Yousef Lamlum · 16 years ago
  67. 5ea6053 V4L/DVB (7063): xc5000: Fix OOPS caused by missing firmware by Steven Toth · 17 years ago
  68. 2fb8840 V4L/DVB (7062): radio-si570x: Some fixes and new USB ID addition by Tobias Lorenz · 16 years ago
  69. 8bf5e5c V4L/DVB (7061): radio-si470x: Some cleanups by Tobias Lorenz · 16 years ago
  70. ed08631 V4L/DVB (7060): em28xx: remove has_tuner by Mauro Carvalho Chehab · 17 years ago
  71. 72e04f7 V4L/DVB (7059): cx88: Ensure the tuner is reset correctly by Steven Toth · 17 years ago
  72. 9121106 V4L/DVB (7058): IR corrections for the Pinnacle 800i by Steven Toth · 17 years ago
  73. 1641002 V4L/DVB (7056): tuner: suppress obsolete tuner i2c address warning for XC5000 tuners by Michael Krufky · 17 years ago
  74. 0f2ce98 V4L/DVB (7055): make tuner names consistent with standard cases by Michael Krufky · 17 years ago
  75. 8cb9329 V4L/DVB (7054): ansonic branded dvb-t usb stick support in the af9005 driver by Luca Olivetti · 17 years ago
  76. ed73683 V4L/DVB (7052): tda18271: when tuning digital, the analog demod must be tri-stated by Michael Krufky · 17 years ago
  77. 3473e34 V4L/DVB (7051): Cleans up error handling on or51xxx_attach by Mauro Carvalho Chehab · 17 years ago
  78. 4e8a23e V4L/DVB (7047): fix broken build when CONFIG_USB_SI470X is set by Michael Krufky · 17 years ago
  79. 4917019 V4L/DVB (7046): Finalise support for the Pinnacle HD 8000i by Steven Toth · 17 years ago
  80. 73c993a V4L/DVB (7045): xc5000: Small amount of cleanup and commenting by Steven Toth · 17 years ago
  81. 8c70017 V4L/DVB (7044): XC5000: Fix support for HVR1500Q broken by patch 1 by Steven Toth · 17 years ago
  82. 60464da V4L/DVB (7043): New card supported(partially): Pinnacle 800i by Steven Toth · 17 years ago
  83. 27c685a V4L/DVB (7042): xc5000: Tuner analog support by Steven Toth · 17 years ago
  84. dfc1c08 V4L/DVB (7041): s5h1409: Bug fix for parallel support by Steven Toth · 17 years ago
  85. 387d447 V4L/DVB (7039): Reorder headers by Mauro Carvalho Chehab · 17 years ago
  86. 78656ac V4L/DVB (7038): USB radio driver for Silicon Labs Si470x FM Radio Receivers by Tobias Lorenz · 17 years ago
  87. 4384683 V4L/DVB (7037): Fix build breakage of the bttv driver, when advanced debugging is not enabled by Zoltan Devai · 17 years ago
  88. f37fdf3 V4L/DVB (7036): radio: Use video_device_release rather than kfree by Julia Lawall · 17 years ago
  89. a2a9b1e V4L/DVB (7035): drivers/media/common: Add missing video_device_release by Julia Lawall · 17 years ago
  90. bc835d8 V4L/DVB (7032): tda18271: tda18271_cal_on_startup should be declared static by Michael Krufky · 17 years ago
  91. 99beeee V4L/DVB (7030): Kconfig: add missing selections for VIDEO_PVRUSB2 by Michael Krufky · 17 years ago
  92. 0f96251 V4L/DVB (7029): tda18271: provide a choice whether to perform rf cal on init or on first tune by Michael Krufky · 17 years ago
  93. 839c6c9 V4L/DVB (7028): tda18271: test RF_CAL_OK to see if we need additional RF calibration by Michael Krufky · 17 years ago
  94. 518d873 V4L/DVB (7027): tda18271: put the device in standby mode during sleep() by Michael Krufky · 17 years ago
  95. 6bfa665 V4L/DVB (7026): tda18271: report when the RF tracking filter calibration has completed by Michael Krufky · 17 years ago
  96. 6200bba V4L/DVB (7024): usbvision: YUV to RGB conversion fixes by Thierry MERLE · 17 years ago
  97. 1f8d300 V4L/DVB (7023): Fix a regresion left by changeset 7e65d6e8f6df by Mauro Carvalho Chehab · 17 years ago
  98. dfd8c04 V4L/DVB (7022): Fix timestamp presentation on vivi driver by Mauro Carvalho Chehab · 17 years ago
  99. c8793b0 V4L/DVB (7021): Move all board specific configuration to em28xx-cards.c by Mauro Carvalho Chehab · 17 years ago
  100. 15b9bec V4L/DVB (7020): Add USB ID for a newer variant of Hauppauge WinTV USB2 by Mauro Carvalho Chehab · 17 years ago