aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan/ozhcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-10staging: ozwpan: Remove from treeJason A. Donenfeld1-2301/+0
2015-05-30ozwpan: Use unsigned ints to prevent heap overflowJason A. Donenfeld1-4/+4
2015-03-06staging: ozwpan: Move code from success handling to error handlingQuentin Lambert1-8/+10
2015-03-06staging: ozwpan: Remove allocation from delaration lineQuentin Lambert1-2/+3
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-12/+10
2014-11-26staging: ozwpan: Deletion of unnecessary checks before the function call "oz_free_urb_link"Markus Elfring1-4/+2
2014-10-30staging: ozwpan: Remove useless cast on void pointerTapasweni Pathak1-4/+4
2014-10-28staging: ozwpan: Fix incorrect type in assignmentsMelike Yurtoglu1-1/+1
2014-10-27staging: remove unneeded parentheses around the right hand side of an assignmentJiayi Ye1-3/+3
2014-10-20staging: ozwpan: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-08staging: ozwpan: use kmalloc_array over kmalloc with multiplyAdrian Nicoara1-2/+2
2014-09-08staging: ozwpan: fix redundant else after break or returnAdrian Nicoara1-5/+3
2014-08-16staging: ozwpan: Use list helpersChristoph Jaeger1-65/+31
2014-08-16staging: ozwpan: Use slab cache for oz_urb_link allocationChristoph Jaeger1-58/+12
2014-05-23staging: ozwpan: Remove useless return variablesPeter Senna Tschudin1-4/+2
2014-05-23staging: ozwpan: Add missing blanklines after declarationsJames A Shackleford1-0/+15
2014-03-13staging/ozwpan: formatting coding styleJérôme Pinot1-1/+2
2014-03-13staging/ozwpan: coding style __constant_Jérôme Pinot1-3/+2
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+2
2013-08-28staging: ozwpan: Increase ISOC IN buffer depthRupesh Gujare1-1/+1
2013-08-27staging: ozwpan: Reset PORT_ENABLE bit.Rupesh Gujare1-1/+1
2013-08-27staging: 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-15staging: ozwpan: Remove extra variable.Rupesh Gujare1-2/+1
2013-08-15staging: ozwpan: Remove unneeded variable initializerRupesh Gujare1-1/+1
2013-08-14staging: ozwpan: Separate success & failure case for oz_hcd_pd_arrived()Dan Carpenter1-27/+27
2013-08-14staging: ozwpan: Swap arguments of oz_ep_alloc() to match kmalloc()Rupesh Gujare1-3/+3
2013-08-14staging: ozwpan: Remove unneeded initializersRupesh Gujare1-9/+9
2013-08-14staging: ozwpan: Make oz_hcd_pd_departed() take a struct pointer.Rupesh Gujare1-2/+2
2013-08-14staging: ozwpan: Make oz_hcd_pd_arrived() return a struct pointerRupesh Gujare1-2/+2
2013-08-14staging: ozwpan: Remove unnecessary pointer check.Rupesh Gujare1-1/+1
2013-08-14staging: ozwpan: Fix coding style.Rupesh Gujare1-2/+2
2013-08-14staging: ozwpan: Simply if conditionRupesh Gujare1-4/+5
2013-08-14staging: ozwpan: Add a blank line between functions & declarations.Rupesh Gujare1-0/+68
2013-08-14staging: ozwpan: Add a blank line between declaraction and code.Rupesh Gujare1-0/+28
2013-08-12staging: ozwpan: Return correct hub status.Rupesh Gujare1-2/+9
2013-08-12staging: ozwpan: Reset port configuration number.Rupesh Gujare1-0/+1
2013-08-12staging: ozwpan: Fixes crash due to invalid port aceess.Rupesh Gujare1-2/+7
2013-08-12staging: ozwpan: Fix build warning.Rupesh Gujare1-2/+2
2013-07-31staging: ozwpan: High resolution timersRupesh Gujare1-45/+46
2013-07-23staging: ozwpan: Remove old debug macro.Joe Perches1-6/+1
2013-07-23staging: ozwpan: Replace oz_trace with oz_dbgJoe Perches1-131/+130
2013-07-23staging: ozwpan: Remove extra debug logs.Joe Perches1-20/+8
2013-06-17staging: ozwpan: remove event tracing code.Rupesh Gujare1-47/+0