summaryrefslogtreecommitdiff
path: root/drivers/staging/ozwpan/ozhcd.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-09usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+2
2013-08-29staging: ozwpan: Increase ISOC IN buffer depthRupesh Gujare1-1/+1
2013-08-28staging: ozwpan: Reset PORT_ENABLE bit.Rupesh Gujare1-1/+1
2013-08-28staging: ozwpan: Add debounce time before unregistering.Rupesh Gujare1-0/+5
2013-08-26staging: ozwpan: change variable type.Rupesh Gujare1-2/+2
2013-08-26staging: ozwpan: Increase interrupt end point buffer sizeRupesh Gujare1-1/+2
2013-08-26staging: ozwpan: Convert hard coded value to MacroRupesh Gujare1-1/+2
2013-08-26staging: ozwpan: Check for correct config number.Rupesh Gujare1-1/+1
2013-08-23staging: ozwpan: Fix Documentation style.Rupesh Gujare1-68/+66
2013-08-22staging: ozwpan: Check error condition before creating endpoint.Rupesh Gujare1-0/+2
2013-08-22staging: ozwpan: Fix crash for race condition.Rupesh Gujare1-2/+3
2013-08-16staging: ozwpan: Remove extra variable.Rupesh Gujare1-2/+1
2013-08-16staging: ozwpan: Remove unneeded variable initializerRupesh Gujare1-1/+1
2013-08-15staging: ozwpan: Separate success & failure case for oz_hcd_pd_arrived()Dan Carpenter1-27/+27
2013-08-15staging: ozwpan: Swap arguments of oz_ep_alloc() to match kmalloc()Rupesh Gujare1-3/+3
2013-08-15staging: ozwpan: Remove unneeded initializersRupesh Gujare1-9/+9
2013-08-15staging: ozwpan: Make oz_hcd_pd_departed() take a struct pointer.Rupesh Gujare1-2/+2
2013-08-15staging: ozwpan: Make oz_hcd_pd_arrived() return a struct pointerRupesh Gujare1-2/+2
2013-08-15staging: ozwpan: Remove unnecessary pointer check.Rupesh Gujare1-1/+1
2013-08-15staging: ozwpan: Fix coding style.Rupesh Gujare1-2/+2
2013-08-15staging: ozwpan: Simply if conditionRupesh Gujare1-4/+5
2013-08-15staging: ozwpan: Add a blank line between functions & declarations.Rupesh Gujare1-0/+68
2013-08-15staging: ozwpan: Add a blank line between declaraction and code.Rupesh Gujare1-0/+28
2013-08-13staging: ozwpan: Return correct hub status.Rupesh Gujare1-2/+9
2013-08-13staging: ozwpan: Reset port configuration number.Rupesh Gujare1-0/+1
2013-08-13staging: ozwpan: Fixes crash due to invalid port aceess.Rupesh Gujare1-2/+7
2013-08-13staging: ozwpan: Fix build warning.Rupesh Gujare1-2/+2
2013-08-01staging: ozwpan: High resolution timersRupesh Gujare1-45/+46
2013-07-24staging: ozwpan: Remove old debug macro.Joe Perches1-6/+1
2013-07-24staging: ozwpan: Replace oz_trace with oz_dbgJoe Perches1-131/+130
2013-07-24staging: ozwpan: Remove extra debug logs.Joe Perches1-20/+8
2013-06-18staging: ozwpan: remove event tracing code.Rupesh Gujare1-47/+0
2013-05-17staging: ozwpan: fix access byteorder for wMaxPacketSize in ozhcd.cXenia Ragiadakou1-1/+1
2013-02-16staging/ozwpan: Mark read only parameters and structs as constPeter Huewe1-4/+5
2013-02-16staging/ozwpan: Mark local functions as static (fix sparse warnings)Peter Huewe1-2/+3
2013-02-16staging/ozwpan: Add missing header includesPeter Huewe1-0/+1
2013-02-15staging/ozwpan: Fix NULL vs zero in ozhcd.c (sparse warning)Peter Huewe1-67/+68
2013-01-30staging:ozwpan: Fix following warning.Rupesh Gujare1-1/+1
2012-11-22staging: ozwpan: Remove redundant null check before kfree in ozhcd.cSachin Kamat1-2/+1
2012-11-01staging: ozwpan: use tasklet_kill in device remove/release processXiaotian Feng1-2/+2
2012-09-05staging: ozwpan: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-10/+5
2012-08-14staging: ozwpan: Return correct actual_length to userlandRupesh Gujare1-6/+8
2012-08-14staging: ozwpan: Insulate driver from HZ valueRupesh Gujare1-4/+4
2012-08-14staging: ozwpan: buffer frame if urb not available.Rupesh Gujare1-4/+63
2012-04-25staging,ozwpan: Fix typo in comments within staging/ozwpanMasanari Iida1-2/+2
2012-04-10staging:ozwpan:ozhcd.c Fix typos in staging:ozwpanJustin P. Mattock1-1/+1
2012-03-03staging: ozwpan: remove debug allocatorGreg Kroah-Hartman1-10/+9
2012-02-24staging: ozwpan: Added USB HCD implementationChris Kelly1-0/+2257