index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
staging: comedi: comedi_test: change end-of-acquisition test
Ian Abbott
2013-01-07
1
-10
/
+14
*
|
|
staging: comedi: comedi_test: remove unnecessary del_timer() call
Ian Abbott
2013-01-07
1
-2
/
+0
*
|
|
staging: comedi: comedi_test: fix race when cancelling command
Ian Abbott
2013-01-07
1
-1
/
+1
*
|
|
Staging: comedi: comedidev.h: fixed a camel case
Lijo Antony
2013-01-07
1
-4
/
+4
*
|
|
staging: comedi: store the 'index' for each subdevice
H Hartley Sweeten
2013-01-07
7
-8
/
+7
*
|
|
staging: comedi: comedi_fops: use kzalloc in comedi_alloc_subdevice_minor()
H Hartley Sweeten
2013-01-07
1
-2
/
+2
*
|
|
staging: comedi: comedi_fops: cleanup comedi_mmap()
H Hartley Sweeten
2013-01-07
1
-15
/
+14
*
|
|
staging: comedi: comedi_fops: cleanup comedi_{read, write}_subdevice()
H Hartley Sweeten
2013-01-07
1
-6
/
+6
*
|
|
staging: comedi: comedi_fops: introduce comedi_is_subdevice_idle()
H Hartley Sweeten
2013-01-07
1
-4
/
+10
*
|
|
staging: comedi: comedi_fops: introduce comedi_is_subdevice_in_error()
H Hartley Sweeten
2013-01-07
1
-8
/
+11
*
|
|
staging: comedi: comedi_fops: don't export comedi_get_subdevice_runflags()
H Hartley Sweeten
2013-01-07
2
-3
/
+1
*
|
|
staging: comedi: use comedi_is_subdevice_running()
H Hartley Sweeten
2013-01-07
2
-8
/
+8
*
|
|
staging: comedi: comedi_fops: introduce comedi_is_subdevice_running()
H Hartley Sweeten
2013-01-07
2
-0
/
+10
*
|
|
staging: comedi: comedi_fops: move comedi_get_subdevice_runflags()
H Hartley Sweeten
2013-01-07
1
-12
/
+12
*
|
|
staging: comedi: comedi_fops: fix a number of sizeof(struct foo) forms
H Hartley Sweeten
2013-01-07
1
-24
/
+20
*
|
|
staging: comedi: comedi_fops: move comedi_cleanup_legacy_minors()
H Hartley Sweeten
2013-01-07
1
-8
/
+8
*
|
|
staging: comedi: comedi_fops: move the module_{init, exit} functions to EOF
H Hartley Sweeten
2013-01-07
1
-85
/
+84
*
|
|
staging: comedi: comedi_fops: move the MODULE_* information to EOF
H Hartley Sweeten
2013-01-07
1
-4
/
+4
*
|
|
staging: comedi: comedi_fops: remove the goto's in comedi_write()
H Hartley Sweeten
2013-01-07
1
-24
/
+11
*
|
|
staging: comedi: comedi_fops: remove the goto's in comedi_read()
H Hartley Sweeten
2013-01-07
1
-24
/
+10
*
|
|
staging: comedi: comedi_fops: cleanup comedi_poll()
H Hartley Sweeten
2013-01-07
1
-29
/
+20
*
|
|
staging: comedi: comedi_fops: cleanup do_devinfo_ioctl()
H Hartley Sweeten
2013-01-07
1
-7
/
+8
*
|
|
staging: comedi: comedi_fops: rename comedi_{read,write}_subdevice()
H Hartley Sweeten
2013-01-07
1
-20
/
+18
*
|
|
staging: comedi: comedi_fops: rename comedi_get_device_file_info()
H Hartley Sweeten
2013-01-07
1
-7
/
+7
*
|
|
staging: comedi: comedi_fops: rename struct comedi_device_file_info
H Hartley Sweeten
2013-01-07
1
-51
/
+44
*
|
|
staging: comedi: don't expose struct comedi_device_file_info
H Hartley Sweeten
2013-01-07
2
-7
/
+7
*
|
|
staging: comedi: comedi_fops: don't export comedi_get_device_file_info()
H Hartley Sweeten
2013-01-07
2
-14
/
+12
*
|
|
staging: comedi: use comedi_dev_from_minor()
H Hartley Sweeten
2013-01-07
4
-43
/
+15
*
|
|
staging: comedi: comedi_fops: introduce comedi_dev_from_minor()
H Hartley Sweeten
2013-01-07
2
-0
/
+12
*
|
|
staging: comedi: don't expose comedi_get_{read, write}_subdevice
H Hartley Sweeten
2013-01-07
2
-20
/
+20
*
|
|
staging: comedi: comedi_fops: remove forward declarations
H Hartley Sweeten
2013-01-07
1
-89
/
+80
*
|
|
staging: comedi: pcm_common: remove module
H Hartley Sweeten
2013-01-07
5
-85
/
+110
*
|
|
staging: comedi: addi_apci_2032: support stop_src == TRIG_COUNT
Ian Abbott
2013-01-07
1
-5
/
+44
*
|
|
staging: comedi: addi_apci_2032: always initialize interrupt subdevice
Ian Abbott
2013-01-07
1
-7
/
+6
*
|
|
staging: comedi: addi_apci_2032: use channel list
Ian Abbott
2013-01-07
1
-19
/
+80
*
|
|
staging: comedi: addi_apci_2032: only disable triggered interrupts
Ian Abbott
2013-01-07
1
-1
/
+7
*
|
|
staging: comedi: addi_apci_2032: make insn_bits read live data
Ian Abbott
2013-01-07
1
-4
/
+4
*
|
|
staging: comedi: addi_apci_2032: set COMEDI_CB_OVERFLOW
Ian Abbott
2013-01-07
1
-2
/
+4
*
|
|
staging: comedi: addi_apci_2032: correct interrupt subdevice
Ian Abbott
2013-01-07
1
-3
/
+3
*
|
|
staging: comedi: addi_apci_2032: interrupt safety change
Ian Abbott
2013-01-07
1
-1
/
+4
*
|
|
staging: speakup: Turn some symbols static
Samuel Thibault
2013-01-07
2
-3
/
+3
*
|
|
staging: speakup: Prefix externally-visible symbols
Samuel Thibault
2013-01-07
26
-384
/
+384
*
|
|
staging: et131x: Use register defines instead of magic numbers
Mark Einon
2013-01-07
2
-81
/
+139
*
|
|
staging: et131x: Replace rxdma csr register magic numbers with defines
Mark Einon
2013-01-07
2
-17
/
+25
*
|
|
staging: echo.c: fix memory leakage
Cong Ding
2013-01-07
1
-13
/
+26
*
|
|
staging: csr: remove unneeded call to memset().
Cyril Roelandt
2013-01-07
1
-1
/
+0
*
|
|
staging: echo: remove unused variable
Cong Ding
2013-01-07
1
-2
/
+1
*
|
|
staging: line6: delete an unused function
Dan Carpenter
2013-01-07
2
-13
/
+0
*
|
|
staging: line6: Use kmemdup rather than duplicating its implementation
Laurent Navet
2013-01-07
1
-3
/
+2
*
|
|
staging: line6: pcm.c fix checkpatch issues
Laurent Navet
2013-01-07
1
-12
/
+18
[prev]
[next]