index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
octeon-usb
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-17
Staging: octeon-usb: Fixed a typo
Gustavo A. R. Silva
1
-1
/
+1
2014-12-15
Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
1
-28
/
+41
2014-11-26
staging: octeon-usb: eliminate cvmx_dprintf() usage
Aaro Koskinen
1
-3
/
+9
2014-11-26
staging: octeon-usb: move helper functions
Aaro Koskinen
1
-10
/
+10
2014-10-20
staging: octeon-usb: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-20
staging: octeon-usb: fix checkpatch.pl warnings
Aleh Suprunovich
1
-8
/
+17
2014-10-20
staging: octeon-usb: use DIV_ROUND_UP
Tapasweni Pathak
1
-5
/
+4
2014-10-20
staging: octeon-usb: Removed unnessecary else after return
Sarah Khan
1
-2
/
+1
2014-09-11
Staging: octeon-hcd: removed dummy label
Nitin Kuppelur
1
-3
/
+1
2014-09-08
Staging: octeon-hcd: removed unwanted return from void
Nitin Kuppelur
1
-9
/
+0
2014-09-02
staging: octeon-usb: use USB_DIR_IN
Aaro Koskinen
1
-7
/
+7
2014-09-02
staging: octeon-usb: use generic control packet header
Aaro Koskinen
1
-36
/
+14
2014-07-08
staging: octeon-usb: fix endianness bug
Aaro Koskinen
1
-1
/
+1
2014-07-08
staging: octeon-usb: return transferred bytes only on success
Aaro Koskinen
1
-1
/
+5
2014-07-08
staging: octeon-usb: don't retry on data toggle error
Aaro Koskinen
1
-2
/
+3
2014-07-08
staging: octeon-usb: use usb_hcd_link_urb_to_ep()
Aaro Koskinen
1
-1
/
+17
2014-07-08
staging: octeon-usb: drop dequeue tasklet
Aaro Koskinen
1
-37
/
+1
2014-05-25
staging: Convert __FUNCTION__ to __func__
Joe Perches
1
-1
/
+1
2014-05-24
staging: octeon-usb: Fix lines with more than 80 chars in octeon-hcd.c
Paul Davies C
1
-23
/
+66
2014-05-24
staging: octeon-usb: Add blank line after all declarations in octeon-hcd.c
Paul Davies C
1
-2
/
+17
2014-05-24
staging: octeon-usb: use generic prefetch
Aaro Koskinen
1
-11
/
+5
2014-05-24
staging: octeon-usb: delete redudant prefetches
Aaro Koskinen
1
-2
/
+0
2014-05-23
Staging:Octeon-usb:octeon-hcd.c return value
Paul McQuade
1
-1
/
+1
2014-03-20
staging: octeon-usb: prevent memory corruption
Aaro Koskinen
1
-0
/
+108
2014-03-07
Staging: octeon-usb: Remove unnecessary brackets
Raluca Oncioiu
1
-3
/
+3
2014-03-07
Staging: octeon-usb: Break up long lines
Raluca Oncioiu
1
-202
/
+436
2014-02-07
staging: octeon-usb: Probe via device tree populated platform device.
David Daney
1
-157
/
+116
2013-12-08
usb: hcd: move controller wakeup setting initialization to individual driver
Peter Chen
1
-0
/
+1
2013-10-11
staging: octeon-usb: use list.h for transactions
Aaro Koskinen
1
-41
/
+36
2013-10-11
staging: octeon-usb: use list.h for pipes
Aaro Koskinen
1
-81
/
+24
2013-10-11
staging: octeon-usb: use list_for_each_entry_safe()
Aaro Koskinen
1
-2
/
+3
2013-10-11
staging: octeon-usb: use list_del_init()
Aaro Koskinen
1
-8
/
+3
2013-10-11
staging: octeon-usb: use dynamic allocation for pipes
Aaro Koskinen
1
-37
/
+3
2013-10-11
staging: octeon-usb: use dynamic allocation for transactions
Aaro Koskinen
1
-73
/
+2
2013-10-11
staging: octeon-usb: use a single .h file
Aaro Koskinen
3
-365
/
+312
2013-10-11
staging: octeon-usb: CN3xxx: program p_xenbn and p_rclk through p_rtype
Aaro Koskinen
2
-108
/
+25
2013-10-11
staging: octeon-usb: delete cvmx_usbnx_clk_ctl_cn50xx
Aaro Koskinen
2
-98
/
+15
2013-10-11
staging: octeon-usb: delete unused cvmx_usbnx_usbp_ctl_status definitions
Aaro Koskinen
1
-382
/
+0
2013-10-06
staging: octeon-usb: refactor __cvmx_usb_pipe_needs_split
Aaro Koskinen
1
-1
/
+2
2013-10-06
staging: octeon-usb: eliminate submit_handle
Aaro Koskinen
1
-142
/
+90
2013-10-06
staging: octeon-usb: eliminate pipe_handle
Aaro Koskinen
1
-129
/
+92
2013-10-06
staging: octeon-usb: clean up hcpriv usage
Aaro Koskinen
1
-6
/
+6
2013-10-06
staging: octeon-usb: cvmx_usb_submit_control: get params from urb
Aaro Koskinen
1
-46
/
+10
2013-10-06
staging: octeon-usb: cvmx_usb_submit_interrupt: get params from urb
Aaro Koskinen
1
-21
/
+5
2013-10-06
staging: octeon-usb: cvmx_usb_submit_control: get params from urb
Aaro Koskinen
1
-27
/
+6
2013-10-06
staging: octeon-usb: cvmx_usb_submit_bulk: get params from urb
Aaro Koskinen
1
-20
/
+4
2013-10-06
staging: octeon-usb: replace generic transfer callback data with urb
Aaro Koskinen
1
-24
/
+19
2013-10-06
staging: octeon-usb: call transfer completion callback directly
Aaro Koskinen
1
-243
/
+111
2013-10-06
staging: octeon-usb: call port change callback directly
Aaro Koskinen
1
-101
/
+31
2013-10-06
staging: octeon-usb: inline cvmx_usb_set_status
Aaro Koskinen
1
-27
/
+5
[next]