summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Staging: comedi: Remove comedi_chaninfo typedefBill Pemberton2009-04-032-7/+6Star
* Staging: comedi: Remove comedi_insnlist typedefBill Pemberton2009-04-033-6/+5Star
* Staging: comedi: Remove comedi_insn typedefBill Pemberton2009-04-03150-1144/+1143Star
* Staging: comedi: Remove comedi_cmd typedefBill Pemberton2009-04-0361-278/+277Star
* Staging: comedi: Remove comedi_trig typedefBill Pemberton2009-04-032-6/+5Star
* Staging: comedi: Remove device_create_result_type typedefBill Pemberton2009-04-032-6/+4Star
* Staging: comedi: Remove comedi_lrange typedefBill Pemberton2009-04-0369-272/+270Star
* Staging: comedi: Remove comedi_driver typedefBill Pemberton2009-04-03106-144/+144
* Staging: comedi: Remove comedi_async typedefBill Pemberton2009-04-0327-124/+127
* Staging: comedi: Remove comedi_subdevice typedefBill Pemberton2009-04-03154-1923/+1930
* Staging: comedi: Remove comedi_device typedefBill Pemberton2009-04-03168-3189/+3188Star
* Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton2009-04-03154-1486/+1483Star
* Staging: comedi: Remove comedi_t typedefBill Pemberton2009-04-036-92/+90Star
* Staging: comedi: Remove V_FP_V typedefBill Pemberton2009-04-031-2/+1Star
* Staging: comedi: Remove s626_board typedefBill Pemberton2009-04-031-113/+113
* Staging: comedi: Remove rtdBoard typedefBill Pemberton2009-04-031-8/+8
* Staging: comedi: Remove boardtype typedefBill Pemberton2009-04-031-10/+10
* Staging: comedi: Remove comedi32_chaninfo_struct typedefBill Pemberton2009-04-031-26/+26
* Staging: comedi: Remove curly braces where they are not neededBill Pemberton2009-04-0311-108/+80Star
* Staging: comedi: Remove checks for NULL before calling kfree()Bill Pemberton2009-04-031-4/+2Star
* Staging: comedi: Misc code cleanups for checkpatchBill Pemberton2009-04-036-9/+9
* Staging: comedi: Add spaces around colons as requested by checkpatchBill Pemberton2009-04-031-24/+24
* Staging: comedi: Fix cases of open curly on wrong lineBill Pemberton2009-04-031-5/+3Star
* Staging: comedi: Move trailing statements to next line as requested by checkp...Bill Pemberton2009-04-032-13/+26
* Staging: comedi: Remove instances of assignments in conditionalsBill Pemberton2009-04-035-23/+39
* Staging: comedi: Add spaces around parens as requested by checkpatch.plBill Pemberton2009-04-035-64/+64
* Staging: comedi: Add spaces around colons as neededBill Pemberton2009-04-034-99/+99
* Staging: comedi: Add spaces after commas where suggested by checkpatch.plBill Pemberton2009-04-035-71/+71
* Staging: comedi: Change "foo * bar" to "foo *bar"Bill Pemberton2009-04-0313-390/+390
* Staging: comedi: Convert C99 style comments to traditional style commentsBill Pemberton2009-04-0318-2177/+2117Star
* Staging: comedi: remove unnecessary #include <linux/version.h>Mariusz Kozlowski2009-04-039-10/+0Star
* Staging: comedi: remove LINUX_VERSION_CODE checksMariusz Kozlowski2009-04-032-22/+0Star
* Staging: comedi: usbdux: annotate __init and __exit functionsMariusz Kozlowski2009-04-031-2/+2
* Staging: comedi: usbdux: don't initialize semaphores on initMariusz Kozlowski2009-04-031-12/+0Star
* Staging: comedi: usbdux: remove .bss variable initializationMariusz Kozlowski2009-04-031-3/+1Star
* Staging: comedi: usbduxfast: balance semaphores up/down in attach error pathMariusz Kozlowski2009-04-031-0/+1
* Staging: comedi: usbduxfast: don't initialize semaphores on initMariusz Kozlowski2009-04-031-18/+0Star
* Staging: comedi: usbduxfast: remove .bss variable initializationMariusz Kozlowski2009-04-031-4/+1Star
* Staging: comedi: usbduxfast: fix run-time errorBernd Porr2009-04-031-2/+1Star
* Staging: comedi: comedi_open: Fix null pointer dereference.Ian Abbott2009-04-031-1/+2
* Staging: comedi: newer gcc warning fixesIan Abbott2009-04-031-3/+1Star
* Staging: comedi: Use explicit value for enumerated constant INSN_CONFIG_GET_H...Ian Abbott2009-04-031-4/+5
* Staging: comedi: comedi_rt_task_context_t fixIan Abbott2009-04-031-2/+0Star
* Staging: comedi: fix bug with invalid minor number usage.Frank Mori Hess2009-04-031-1/+5
* Staging: comedi: Added some validation of comedi module parameter values.Frank Mori Hess2009-04-032-1/+16
* Staging: comedi: Fixed minor numbers for subdevice files.Frank Mori Hess2009-04-031-1/+1
* Staging: comedi: Make comedi_auto_config() succeed when auto-configuration di...Ian Abbott2009-04-031-2/+4
* Staging: comedi: usbdux[fast] firmware upload changesBernd Porr2009-04-032-84/+153
* Staging: comedi: add comedi_usb_auto_[un]config functionsBernd Porr2009-04-033-4/+37
* Staging: comedi: add comedi_num_legacy_minors module parameterBernd Porr2009-04-031-2/+5