1. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  2. a44f520 comedi: quit wanking with FASYNC in ->release() by Al Viro · 11 years ago
  3. fbd8833 staging: comedi: unioxx5: use comedi_alloc_spriv() by H Hartley Sweeten · 11 years ago
  4. 7f5ac6f staging: comedi: unioxx5: fix unioxx5_detach() by H Hartley Sweeten · 11 years ago
  5. 5c1f62a staging: comedi: pcmuio: fix namespace for all private functions by H Hartley Sweeten · 11 years ago
  6. ee81b21 staging: comedi: pcmuio: return 0 for successful attach by H Hartley Sweeten · 11 years ago
  7. b315773 staging: comedi: pcmuio: remove dev_dbg() noise during attach by H Hartley Sweeten · 11 years ago
  8. e99f0f0 staging: comedi: pcmuio: use preferred form for passing the size of a struct by H Hartley Sweeten · 11 years ago
  9. b07839c staging: comedi: pcmuio: cleanup remaining #define's by H Hartley Sweeten · 11 years ago
  10. 1fdd0fc staging: comedi: pcmuio: cleanup DIO subdevice (*insn_{bits,config}) by H Hartley Sweeten · 11 years ago
  11. 89aaa92 staging: comedi: pcmuio: introduce pcmuio_read() by H Hartley Sweeten · 11 years ago
  12. 1699d80 staging: comedi: pcmuio: simplify interrupt subdevice init by H Hartley Sweeten · 11 years ago
  13. c4ad65e staging: comedi: pcmuio: remove 'iobases' from subdevice private data by H Hartley Sweeten · 11 years ago
  14. 021314f8 staging: comedi: pcmuio: remove 'iobase' from private data by H Hartley Sweeten · 11 years ago
  15. c87e1f2 staging: comedi: pcmuio: simplify 'n_subdevs' and 's->n_chan' by H Hartley Sweeten · 11 years ago
  16. d4fd9a5 staging: comedi: pcmuio: remove unused boardinfo by H Hartley Sweeten · 11 years ago
  17. eddb297 staging: comedi: pcmuio: kzalloc'ed data does not need cleared by H Hartley Sweeten · 11 years ago
  18. 43d70ce staging: comedi: pcmuio: remove 'asic_chan' by H Hartley Sweeten · 11 years ago
  19. dbe9c79 staging: comedi: pcmuio: remove 'num_asic_chans' by H Hartley Sweeten · 11 years ago
  20. d9990ce staging: comedi: pcmuio: remove 'first_chan' by H Hartley Sweeten · 11 years ago
  21. 3de38f2 staging: comedi: pcmuio: remove unused private data variables by H Hartley Sweeten · 11 years ago
  22. e4eae7c staging: comedi: pcmuio: introduce pcmuio_write() by H Hartley Sweeten · 11 years ago
  23. 46317da staging: comedi: pcmuio: tidy up switch_page() by H Hartley Sweeten · 11 years ago
  24. f45a1f2 staging: comedi: pcmuio: tidy up the register map defines by H Hartley Sweeten · 11 years ago
  25. 75ec113 staging: comedi: pcmuio: remove unused {lock,unlock}_port() by H Hartley Sweeten · 11 years ago
  26. 0480bcb staging: comedi: have comedi_set_spriv() allocate the memory by H Hartley Sweeten · 11 years ago
  27. 2eb226d staging: comedi: addi-data: remove unused 'i_NbrTTLChannel' boardinfo by H Hartley Sweeten · 11 years ago
  28. 41a3999e staging: comedi: addi-data: remove unused 'i_Dma' present flag by H Hartley Sweeten · 11 years ago
  29. b34e3ca staging: comedi: addi-data: remove unused vars from boardinfo by H Hartley Sweeten · 11 years ago
  30. d4c2fa6 staging: comedi: addi-data: remove unused defines in addi_common.h by H Hartley Sweeten · 11 years ago
  31. 9d9cfa1 staging: comedi: addi-data: simplify the PCI bar reading by H Hartley Sweeten · 11 years ago
  32. 7e5c304 staging: comedi: addi-data: remove unused vars from private data by H Hartley Sweeten · 11 years ago
  33. 656e39f staging: comedi: addi_apci_3xxx: only allocate needed subdevices by H Hartley Sweeten · 11 years ago
  34. f32376e staging: comedi: addi_apci_3xxx: fix the analog input subdevice by H Hartley Sweeten · 11 years ago
  35. 6657399 staging: comedi: addi_apci_3xxx: stub in analog input command support by H Hartley Sweeten · 11 years ago
  36. 308380e staging: comedi: addi_apci_3xxx: tidy up analog input subdevice init by H Hartley Sweeten · 11 years ago
  37. 0405407 staging: comedi: addi_apci_3xxx: remove 'b_SingleDiff' private data by H Hartley Sweeten · 11 years ago
  38. 8d47290 staging: comedi: addi_apci_3xxx: remove 'i_NbrAiChannelDiff' boardinfo by H Hartley Sweeten · 11 years ago
  39. 47bd1ad staging: comedi: addi_apci_3xxx: rename 'i_NbrAiChannel' by H Hartley Sweeten · 11 years ago
  40. 8edd442 staging: comedi: addi_apci_3xxx: rename 'ui_MinAcquisitiontimeNs' by H Hartley Sweeten · 11 years ago
  41. a67e0cc staging: comedi: addi_apci_3xxx: clarify 'b_AvailableConvertUnit' by H Hartley Sweeten · 11 years ago
  42. 850643b staging: comedi: addi_apci_3xxx: tidy up i_APCI3XXX_AnalogInputConfigOperatingMode() by H Hartley Sweeten · 11 years ago
  43. 46572ba staging: comedi: addi_apci_3xxx: tidy up i_APCI3XXX_InsnConfigAnalogInput() by H Hartley Sweeten · 11 years ago
  44. 8a1ec30 staging: comedi: addi_apci_3xxx: properly set the analog input subdev_flags by H Hartley Sweeten · 11 years ago
  45. 5469d92 staging: comedi: addi_apci_3xxx: rename boardinfo 'i_AiMaxData' by H Hartley Sweeten · 11 years ago
  46. 6abeba0 staging: comedi: addi_apci_3xxx: rename boardinfo 'pc_DriverName' by H Hartley Sweeten · 11 years ago
  47. 79518d9 staging: comedi: addi_apci_3xxx: remove 'i_AiChannelList' from the boardinfo by H Hartley Sweeten · 11 years ago
  48. 283ce66 staging: comedi: addi_apci_3xxx: remove 'tsk_Current' from private data by H Hartley Sweeten · 11 years ago
  49. f43abbb staging: comedi: addi_apci_3xxx: rename 'dw_AiBase' in private data by H Hartley Sweeten · 11 years ago
  50. dc63364 staging: comedi: addi_apci_3xxx: remove 'iobase' from private data by H Hartley Sweeten · 11 years ago
  51. 9cfd70d staging: comedi: addi_apci_3xxx: remove 'i_IobaseReserved' from private data by H Hartley Sweeten · 11 years ago
  52. 088e2e0 staging: comedi: addi_apci_3xxx: tidy up i_APCI3XXX_InsnReadAnalogInput() by H Hartley Sweeten · 11 years ago
  53. f4e694d staging: comedi: addi_apci_3xxx: remove sanity checks in i_APCI3XXX_InsnReadAnalogInput() by H Hartley Sweeten · 11 years ago
  54. 08be309 staging: comedi: addi_apci_3xxx: remove 'b_AiInitialisation' from private data by H Hartley Sweeten · 11 years ago
  55. 61048cf staging: comedi: addi_apci_3xxx: remove unused define by H Hartley Sweeten · 11 years ago
  56. da6578a staging: comedi: addi_apci_3xxx: refactor the ttl digital i/o support by H Hartley Sweeten · 11 years ago
  57. 0e771e4 staging: comedi: addi_apci_3xxx: absorb i_APCI3XXX_InsnWriteAnalogOutput() by H Hartley Sweeten · 11 years ago
  58. fa81e2f staging: comedi: addi_apci_3xxx: refactor 'i_NbrAoChannel' boardinfo by H Hartley Sweeten · 11 years ago
  59. f73abd3 staging: comedi: addi_apci_3xxx: refactor i_APCI3XXX_InsnWriteAnalogOutput() by H Hartley Sweeten · 11 years ago
  60. 383390c staging: comedi: addi_apci_3xxx: tidy up the ttl digital i/o subdevice init by H Hartley Sweeten · 11 years ago
  61. ca1cc85 staging: comedi: addi_apci_3xxx: tidy up the digital in and out subdevice init by H Hartley Sweeten · 11 years ago
  62. f1861cb staging: comedi: addi_apci_3xxx: analog output 'maxdata' is always 12-bit by H Hartley Sweeten · 11 years ago
  63. 0ed9f25 staging: comedi: addi_apci_3xxx: refactor 'i_NbrTTLChannel' boardinfo by H Hartley Sweeten · 11 years ago
  64. 4aab8bf staging: comedi: addi_apci_3xxx: refactor 'i_NbrD[io]Channel' boardinfo by H Hartley Sweeten · 11 years ago
  65. 1b5f2f4 staging: comedi: addi_apci_3xxx: remove 'i_IorangeBase1' from boardinfo by H Hartley Sweeten · 11 years ago
  66. 5c70cbf staging: comedi: addi_apci_3xxx: move the copyright info to the driver by H Hartley Sweeten · 11 years ago
  67. 225dfd1 staging: comedi: addi_apci_3xxx: remove some unused includes by H Hartley Sweeten · 11 years ago
  68. 641abda staging: comedi: addi_apci_3xxx: remove COMEDI_SUBD_TTLIO by H Hartley Sweeten · 11 years ago
  69. 1867add staging: comedi: addi_apci_3xxx: introduce a local private data definition by H Hartley Sweeten · 11 years ago
  70. e053b24 staging: comedi: addi_apci_3xxx: introduce a private boardinfo definition by H Hartley Sweeten · 11 years ago
  71. b967158 staging: comedi: addi_apci_3xxx: remove (*insn_*) callbacks from boardinfo by H Hartley Sweeten · 11 years ago
  72. f57b428c staging: comedi: addi_apci_3xxx: remove need for s_EeParameters by H Hartley Sweeten · 11 years ago
  73. 56e1877 staging: comedi: addi_apci_3xxx: digital output 'maxdata' is always '1' by H Hartley Sweeten · 11 years ago
  74. 93c0dc2 staging: comedi: addi_apci_3xxx: boards do not have an eeprom by H Hartley Sweeten · 11 years ago
  75. 178bd8d staging: comedi: addi_apci_3xxx: boards do not have a timer by H Hartley Sweeten · 11 years ago
  76. fe220a4 staging: comedi: addi_apci_3xxx: driver does not use dma by H Hartley Sweeten · 11 years ago
  77. 2107347 staging: comedi: addi_apci_3xxx: simplify the PCI bar reading by H Hartley Sweeten · 11 years ago
  78. 98a8562 staging: comedi: addi_apci_3xxx: absorb the private comedi_lrange tables by H Hartley Sweeten · 11 years ago
  79. 6c5b0ff staging: comedi: addi_apci_3xxx: absorb v_APCI3XXX_Interrupt() by H Hartley Sweeten · 11 years ago
  80. be68a01 staging: comedi: addi_apci_3xxx: tidy up v_APCI3XXX_Interrupt() by H Hartley Sweeten · 11 years ago
  81. ae57b69 staging: comedi: addi_apci_3xxx: absorb apci3xxx_di_insn_bits() by H Hartley Sweeten · 11 years ago
  82. c3d8605 staging: comedi: addi_apci_3xxx: absorb apci3xxx_do_insn_bits() by H Hartley Sweeten · 11 years ago
  83. 5e72c7a staging: comedi: addi_apci_3xxx: absorb apci3xxx_reset() by H Hartley Sweeten · 11 years ago
  84. 98d3385 staging: comedi: addi_apci_3xxx: separate from addi_common.c by H Hartley Sweeten · 11 years ago
  85. 7fd1fd3 staging: comedi: addi_apci_3xxx: clean up i_APCI3XXX_Reset() by H Hartley Sweeten · 11 years ago
  86. 588ba6d staging: comedi: drivers: let core handle freeing s->private by H Hartley Sweeten · 11 years ago
  87. d50a2d5 staging: comedi: pcl724: update the MODULE_DESCRIPTION by H Hartley Sweeten · 11 years ago
  88. 8091fb7 staging: comedi: pcl724: fix 96 DIO configuration option by H Hartley Sweeten · 11 years ago
  89. e33437f staging: comedi: pcl724: tidy up multi-line comments by H Hartley Sweeten · 11 years ago
  90. eea410c staging: comedi: pcl724: remove 'dio' from boardinfo by H Hartley Sweeten · 11 years ago
  91. 57aade1 staging: comedi: pcl724: tidy up pcl724_attach() by H Hartley Sweeten · 11 years ago
  92. 84f7db9 staging: comedi: pcl724: tidy up subdev_8255_init() calls by H Hartley Sweeten · 11 years ago
  93. 0a0c2cb staging: comedi: pcl724: tidy up the boardinfo struct definition by H Hartley Sweeten · 11 years ago
  94. 0d4dd7d staging: comedi: pcl724: remove all '= 0' boardinfo by H Hartley Sweeten · 11 years ago
  95. 0b69b44 staging: comedi: pcl724: tidy up the boardinfo by H Hartley Sweeten · 11 years ago
  96. 313b83d staging: comedi: pcl724: remove interrupt support by H Hartley Sweeten · 11 years ago
  97. 7b1a5e2 staging: comedi: remove 'bi.subdevice < 0' check in do_bufinfo_ioctl() by Güngör Erseymen · 11 years ago
  98. 11f80dd staging: comedi: remove 'bc.subdevice < 0' check in do_bufconfig_ioctl() by Güngör Erseymen · 11 years ago
  99. 08f81bf staging: comedi: pcl730: clean up the register map documentation by H Hartley Sweeten · 11 years ago
  100. ef5838d9 staging: comedi: pcl730: add support for the P8R8-DIO ISA board by H Hartley Sweeten · 11 years ago