Hartley Sweeten ([email protected])

Number of posts: 1204 (0.38 per day)
First post: 2009-03-05 23:58:58
Last post: 2017-11-30 17:24:15

Date List Subject
2012-06-22 23:39:53 linux-kernel [PATCH 30/31] staging: comedi: ni_daq_700: remove the pcmcia suspend/resume
2012-06-22 23:38:54 linux-kernel [PATCH 29/31] staging: comedi: ni_daq_700: remove unneeded pcmcia private data
2012-06-22 23:38:05 linux-kernel [PATCH 28/31] staging: comedi: ni_daq_700: remove unused pcmcia 'stop' logic
2012-06-22 23:37:07 linux-kernel [PATCH 27/31] staging: comedi: ni_daq_700: cleanup pcmcia debug output messages
2012-06-22 23:36:04 linux-kernel [PATCH 26/31] staging: comedi: ni_daq_700: fix return for insn_config function
2012-06-22 23:35:04 linux-kernel [PATCH 25/31] staging: comedi: ni_daq_700: use a local var to fix a > 80 char line issue
2012-06-22 23:34:15 linux-kernel [PATCH 24/31] staging: comedi: ni_daq_700: remove some dangling ';'
2012-06-22 23:33:31 linux-kernel [PATCH 23/31] staging: comedi: ni_daq_700: remove local variable in the 'attach' function
2012-06-22 23:32:40 linux-kernel [PATCH 22/31] staging: comedi: ni_daq_700: change the 'attach' printk's to dev_printk's
2012-06-22 23:31:37 linux-kernel [PATCH 21/31] staging: comedi: ni_daq_700: remove the #ifdef'ed out irq code
2012-06-22 23:30:36 linux-kernel [PATCH 20/31] staging: comedi: ni_daq_700: remove the subdev_700_init function
2012-06-22 23:29:43 linux-kernel [PATCH 19/31] staging: comedi: ni_daq_700: remove a couple unused defines
2012-06-22 23:29:04 linux-kernel [PATCH 18/31] staging: comedi: ni_daq_700: remove the CALLBACK_* code
2012-06-22 23:26:54 linux-kernel [PATCH 17/31] staging: comedi: ni_daq_700: remove unused private data variable
2012-06-22 23:25:42 linux-kernel [PATCH 16/31] staging: comedi: ni_daq_700: remove thisboard macro
2012-06-22 23:24:14 linux-kernel [PATCH 15/31] staging: comedi: ni_daq_700: move the boardinfo variable
2012-06-22 23:23:16 linux-kernel [PATCH 14/31] staging: comedi: ni_daq_700: Remove bustype variable from the boardinfo
2012-06-22 23:22:08 linux-kernel [PATCH 13/31] staging: comedi: ni_daq_700: Remove unneeded variables from the boardinfo
2012-06-22 23:21:09 linux-kernel [PATCH 12/31] staging: comedi: ni_daq_700: Remove unused variables from the boardinfo
2012-06-22 23:19:52 linux-kernel [PATCH 11/31] staging: comedi: ni_daq_700: Remove a "do nothing" function stub
2012-06-22 23:18:58 linux-kernel [PATCH 10/31] staging: comedi: ni_daq_700: Remove the unused private data struct
2012-06-22 23:18:09 linux-kernel [PATCH 09/31] staging: comedi: ni_daq_700: Move the comedi_driver variable
2012-06-22 23:17:29 linux-kernel [PATCH 08/31] staging: comedi: ni_daq_700: refactor the pcmcia support code
2012-06-22 23:16:50 linux-kernel [PATCH 07/31] staging: comedi: ni_daq_700: remove some useless comments
2012-06-22 23:16:08 linux-kernel [PATCH 06/31] staging: comedi: ni_daq_700: cleanup to the pcmcia_driver declaration
2012-06-22 23:15:28 linux-kernel [PATCH 05/31] staging: comedi: ni_daq_700: change driver registration order
2012-06-22 23:14:42 linux-kernel [PATCH 04/31] staging: comedi: ni_daq_700: consolidate the init and exit functions
2012-06-22 23:13:34 linux-kernel [PATCH 03/31] staging: comedi: ni_daq_700: add the module_{init,exit} declarations
2012-06-22 23:13:15 linux-kernel [PATCH 02/31] staging: comedi: ni_daq_700: move the MODULE_* stuff to the EOF
2012-06-22 23:12:55 linux-kernel [PATCH 01/31] staging: comedi: ni_daq_700: remove exported symbols
2012-06-22 23:12:19 linux-kernel [PATCH 00/31] staging: comedi: ni_daq_700: cleanup the driver
2012-06-22 16:17:00 linux-kernel RE: [PATCH] Staging: comedi: fixed print_k coding style issue in acl7225b.c
2012-06-21 02:28:10 linux-kernel [PATCH 12/12] staging: comedi: s626: factor out the find PCI device code
2012-06-21 02:27:52 linux-kernel [PATCH 11/12] staging: comedi: s626: remove private INLINE macro
2012-06-21 02:27:34 linux-kernel [PATCH 10/12] staging: comedi: s626: remove private DEBUG macro
2012-06-21 02:27:04 linux-kernel [PATCH 09/12] staging: comedi: s626: remove forward declarations 7
2012-06-21 02:26:40 linux-kernel [PATCH 08/12] staging: comedi: s626: remove forward declarations 6
2012-06-21 02:26:20 linux-kernel [PATCH 07/12] staging: comedi: s626: remove forward declarations 5
2012-06-21 02:26:01 linux-kernel [PATCH 06/12] staging: comedi: s626: remove forward declarations 4
2012-06-21 02:25:40 linux-kernel [PATCH 05/12] staging: comedi: s626: remove forward declarations 3
2012-06-21 02:25:26 linux-kernel [PATCH 04/12] staging: comedi: s626: remove forward declarations 2
2012-06-21 02:24:57 linux-kernel [PATCH 03/12] staging: comedi: s626: remove forward declarations 1
2012-06-21 02:24:40 linux-kernel [PATCH 02/12] staging: comedi: s626: pointers should be cleared with NULL not 0
2012-06-21 02:24:03 linux-kernel [PATCH 01/12] staging: comedi: s626: local functions should not be exposed globally
2012-06-21 02:23:08 linux-kernel [PATCH 00/12] staging: comedi: s626: start cleaning up the driver
2012-06-21 00:21:08 linux-kernel RE: [PATCH] staging: comedi: skel: use module_comedi_{pci_,}driver()
2012-06-20 23:16:56 linux-kernel RE: [PATCH] staging: comedi: skel: use module_comedi_{pci_,}driver()
2012-06-20 22:57:08 linux-kernel [PATCH] staging: comedi: skel: use module_comedi_{pci_,}driver()
2012-06-20 20:50:29 linux-kernel [PATCH] staging: comedi: ssv_dnp: remove empty private data
2012-06-20 19:12:17 linux-kernel [PATCH 4/8] staging: comedi: vmk80xx: use module_comedi_usb_driver()
2012-06-20 19:10:42 linux-kernel [PATCH 0/8] staging: comedi: cleanup comedi usb drivers