index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
line6
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: line6: Changed strict_strtoul() to kstrtou8() in pod_set_midi_postpr...
Johannes Thumshirn
2012-07-06
1
-2
/
+2
*
staging: line6: Changed strict_strtoul() to kstrtou8() in pod_set_channel()
Johannes Thumshirn
2012-07-06
1
-2
/
+2
*
staging: line6: Exchanged strict_strtoul with kstrtou8() in pod.c:pod_resolve()
Johannes Thumshirn
2012-07-06
1
-2
/
+2
*
staging: line6: control.c eliminate strict_strtoul() in pod_set_param_int()
Johannes Thumshirn
2012-07-06
1
-2
/
+2
*
staging: line6: changed interface of pod_send_channel()
Johannes Thumshirn
2012-07-06
1
-1
/
+1
*
staging: line6: adjusted interface of line6_send_program()
Johannes Thumshirn
2012-07-06
2
-2
/
+2
*
staging: line6: changed interface of line6_pod_transmit_parameter()
Johannes Thumshirn
2012-07-06
2
-2
/
+2
*
staging: line6: Changed some strict_strtouls to kstrtou8
Johannes Thumshirn
2012-07-06
1
-4
/
+4
*
staging: line6: changed interface of line6_transmit_parameter()
Johannes Thumshirn
2012-07-06
2
-2
/
+2
*
staging: line6/config.h: Delete unused header
Johannes Thumshirn
2012-05-18
1
-43
/
+0
*
staging: line6/config.h: Remove CHECKPOINT macro
Johannes Thumshirn
2012-05-14
1
-5
/
+0
*
staging: line6/pcm.c: Removed trailing whitespace
Johannes Thumshirn
2012-05-09
1
-1
/
+1
*
staging: line6/midi.c: Added space between switch and open parenthesis
Johannes Thumshirn
2012-05-09
1
-1
/
+1
*
staging: line6/midibuf.c changed printk(KERN_DEBUG, ... to pr_debug(
Johannes Thumshirn
2012-05-09
1
-1
/
+1
*
staging: line6: toneport.c: remove err() usage
Greg Kroah-Hartman
2012-04-23
1
-1
/
+1
*
Staging: line6: use module_usb_driver()
Greg Kroah-Hartman
2012-04-23
1
-20
/
+1
*
Staging: line6: remove teardown code from module_exit path
Greg Kroah-Hartman
2012-04-23
1
-19
/
+0
*
Staging: line6: only allocate a buffer if it is needed
Greg Kroah-Hartman
2012-04-23
1
-30
/
+17
*
Staging: line6: remove unneeded initialization
Greg Kroah-Hartman
2012-04-23
1
-4
/
+1
*
staging: line6: separate handling of buffer allocation and stream startup
Markus Grabner
2012-02-09
9
-193
/
+254
*
staging: line6: use source select control for UX2 devices
Markus Grabner
2012-02-09
1
-0
/
+4
*
staging: line6: removed obsolete code
Markus Grabner
2012-02-09
1
-9
/
+0
*
staging: line6: fixed ALSA/PCM interaction
Markus Grabner
2011-12-09
6
-45
/
+118
*
staging: line6: wait for urbs in snd_line6_prepare()
Stefan Hajnoczi
2011-12-09
1
-0
/
+14
*
staging: line6: eliminate useless NULL checks
Stefan Hajnoczi
2011-12-09
4
-20
/
+4
*
staging: line6: eliminate useless index_out variable
Stefan Hajnoczi
2011-12-09
2
-9
/
+1
*
staging: line6: fix playback urb transfer buffer calculation
Stefan Hajnoczi
2011-12-09
1
-1
/
+1
*
staging: line6: fix memory leak in .hw_params()
Stefan Hajnoczi
2011-12-09
2
-4
/
+10
*
staging/line6: refactor device information and add POD HD 500
Markus Grabner
2011-12-08
5
-61
/
+109
*
staging/line6: Remove obsolete code
Markus Grabner
2011-12-08
4
-32
/
+0
*
Staging: line6/midi.c: Fixed call of obsolete function strict_strtoul
Andor Daam
2011-12-08
2
-3
/
+3
*
Staging: line6/midi.c: Fixed call of obsolete function strict_strtoul
Andor Daam
2011-12-08
2
-3
/
+3
*
Staging: line6: NULL dereference in dev_err()
Dan Carpenter
2011-12-01
1
-3
/
+3
*
Staging: line6: Use kmemdup rather than duplicating its implementation
Thomas Meyer
2011-11-26
1
-2
/
+1
*
staging: line6: alloc/free buffers in hw_params/hw_free
Stefan Hajnoczi
2011-11-26
3
-24
/
+30
*
staging: line6: use smallest iso ep packet size
Stefan Hajnoczi
2011-11-26
1
-3
/
+8
*
staging: line6: add missing MIDI postprocessing case for POD HD300
Stefan Hajnoczi
2011-11-26
1
-0
/
+1
*
staging: line6: add Pod HD300 support
Stefan Hajnoczi
2011-11-26
6
-2
/
+216
*
line6: fix memory leaks in line6_init_midi()
Jesper Juhl
2011-11-26
1
-2
/
+7
*
staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
drivers/staging/line6/driver.c: Drop unneeded put functions.
Julia Lawall
2011-05-17
1
-2
/
+0
*
staging: line6: Remove NULL check before kfree
Ilia Mirkin
2011-03-14
1
-2
/
+1
*
staging/line6: Fix sparse warning 'Using plain integer as NULL pointer'
Peter Huewe
2010-12-08
3
-4
/
+4
*
Staging: line6: fix up my fixup for some sysfs attribute permissions
Greg Kroah-Hartman
2010-11-18
6
-130
/
+130
*
Staging: line6: fix up some sysfs attribute permissions
Greg Kroah-Hartman
2010-11-16
6
-130
/
+130
*
Staging: line6: Makefile: replace the use of <module>-objs with <module>-y
Tracey Dent
2010-10-08
1
-1
/
+1
*
Staging: line6: minor coding style cleanups
Greg Kroah-Hartman
2010-09-21
14
-82
/
+77
*
staging: line6: remove unneeded EXPORT_SYMBOL() usage
Greg Kroah-Hartman
2010-09-21
1
-8
/
+0
*
Staging: line6: workaround for null pointer bug
Markus Grabner
2010-09-20
2
-1
/
+4
*
Staging: line6: another upstream sync
Markus Grabner
2010-08-31
26
-596
/
+865
[next]