summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan/ozhcd.c
Commit message (Expand)AuthorAgeFilesLines
* usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-081-0/+2
* staging: ozwpan: Increase ISOC IN buffer depthRupesh Gujare2013-08-281-1/+1
* staging: ozwpan: Reset PORT_ENABLE bit.Rupesh Gujare2013-08-271-1/+1
* staging: ozwpan: Add debounce time before unregistering.Rupesh Gujare2013-08-271-0/+5
* staging: ozwpan: change variable type.Rupesh Gujare2013-08-261-2/+2
* staging: ozwpan: Increase interrupt end point buffer sizeRupesh Gujare2013-08-261-1/+2
* staging: ozwpan: Convert hard coded value to MacroRupesh Gujare2013-08-261-1/+2
* staging: ozwpan: Check for correct config number.Rupesh Gujare2013-08-261-1/+1
* staging: ozwpan: Fix Documentation style.Rupesh Gujare2013-08-231-68/+66
* staging: ozwpan: Check error condition before creating endpoint.Rupesh Gujare2013-08-221-0/+2
* staging: ozwpan: Fix crash for race condition.Rupesh Gujare2013-08-221-2/+3
* staging: ozwpan: Remove extra variable.Rupesh Gujare2013-08-151-2/+1
* staging: ozwpan: Remove unneeded variable initializerRupesh Gujare2013-08-151-1/+1
* staging: ozwpan: Separate success & failure case for oz_hcd_pd_arrived()Dan Carpenter2013-08-141-27/+27
* staging: ozwpan: Swap arguments of oz_ep_alloc() to match kmalloc()Rupesh Gujare2013-08-141-3/+3
* staging: ozwpan: Remove unneeded initializersRupesh Gujare2013-08-141-9/+9
* staging: ozwpan: Make oz_hcd_pd_departed() take a struct pointer.Rupesh Gujare2013-08-141-2/+2
* staging: ozwpan: Make oz_hcd_pd_arrived() return a struct pointerRupesh Gujare2013-08-141-2/+2
* staging: ozwpan: Remove unnecessary pointer check.Rupesh Gujare2013-08-141-1/+1
* staging: ozwpan: Fix coding style.Rupesh Gujare2013-08-141-2/+2
* staging: ozwpan: Simply if conditionRupesh Gujare2013-08-141-4/+5
* staging: ozwpan: Add a blank line between functions & declarations.Rupesh Gujare2013-08-141-0/+68
* staging: ozwpan: Add a blank line between declaraction and code.Rupesh Gujare2013-08-141-0/+28
* staging: ozwpan: Return correct hub status.Rupesh Gujare2013-08-121-2/+9
* staging: ozwpan: Reset port configuration number.Rupesh Gujare2013-08-121-0/+1
* staging: ozwpan: Fixes crash due to invalid port aceess.Rupesh Gujare2013-08-121-2/+7
* staging: ozwpan: Fix build warning.Rupesh Gujare2013-08-121-2/+2
* staging: ozwpan: High resolution timersRupesh Gujare2013-07-311-45/+46
* staging: ozwpan: Remove old debug macro.Joe Perches2013-07-231-6/+1
* staging: ozwpan: Replace oz_trace with oz_dbgJoe Perches2013-07-231-131/+130
* staging: ozwpan: Remove extra debug logs.Joe Perches2013-07-231-20/+8
* staging: ozwpan: remove event tracing code.Rupesh Gujare2013-06-171-47/+0
* staging: ozwpan: fix access byteorder for wMaxPacketSize in ozhcd.cXenia Ragiadakou2013-05-171-1/+1
* staging/ozwpan: Mark read only parameters and structs as constPeter Huewe2013-02-151-4/+5
* staging/ozwpan: Mark local functions as static (fix sparse warnings)Peter Huewe2013-02-151-2/+3
* staging/ozwpan: Add missing header includesPeter Huewe2013-02-151-0/+1
* staging/ozwpan: Fix NULL vs zero in ozhcd.c (sparse warning)Peter Huewe2013-02-151-67/+68
* staging:ozwpan: Fix following warning.Rupesh Gujare2013-01-291-1/+1
* staging: ozwpan: Remove redundant null check before kfree in ozhcd.cSachin Kamat2012-11-211-2/+1
* staging: ozwpan: use tasklet_kill in device remove/release processXiaotian Feng2012-10-311-2/+2
* staging: ozwpan: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-051-10/+5
* staging: ozwpan: Return correct actual_length to userlandRupesh Gujare2012-08-131-6/+8
* staging: ozwpan: Insulate driver from HZ valueRupesh Gujare2012-08-131-4/+4
* staging: ozwpan: buffer frame if urb not available.Rupesh Gujare2012-08-131-4/+63
* staging,ozwpan: Fix typo in comments within staging/ozwpanMasanari Iida2012-04-251-2/+2
* staging:ozwpan:ozhcd.c Fix typos in staging:ozwpanJustin P. Mattock2012-04-101-1/+1
* staging: ozwpan: remove debug allocatorGreg Kroah-Hartman2012-03-021-10/+9
* staging: ozwpan: Added USB HCD implementationChris Kelly2012-02-241-0/+2257
OpenPOWER on IntegriCloud