aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan (follow)
AgeCommit message (Expand)AuthorFilesLines
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-05-23staging: ozwpan: Change MaintainerRupesh Gujare1-1/+1
2014-05-23staging: ozwpan: ozproto.c fix for "WARNING: Prefer ether_addr_copy() over memcpy() if the Ethernet addresses are __aligned(2)"Anil Belur1-1/+1
2014-05-23staging: ozwpan: remove redundant NULL check for devsDaeseok Youn1-1/+1
2014-03-18staging:ozwpan:Fix sparse warning of cast to restricted __le16Himangi Saraogi1-2/+2
2014-03-18staging:ozwpan:Fix sparse warning of incorrect argument typeHimangi Saraogi3-3/+3
2014-03-17staging/ozwpan: coding style ether_addr_copyJérôme Pinot2-3/+4
2014-03-13staging/ozwpan: formatting coding styleJérôme Pinot2-2/+3
2014-03-13staging/ozwpan: coding style __constant_Jérôme Pinot2-4/+3
2014-03-04drivers:staging:ozwpan Replaced wrapper functions with actual spin lock functionSurendra Patil4-26/+24
2014-02-07Staging: ozwpan: Change kmalloc() to kzalloc()Salym Senyonga1-5/+1
2014-02-07Staging: ozwpan: reduce indent levels in oz_binding_add().Salym Senyonga1-23/+21
2014-02-07Staging: ozwpan: Fix null dereferenceSalym Senyonga1-1/+2
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-3/+4
2014-01-20Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+2
2013-12-26ozwpan: slight optimization of addr comparedingtianhong2-3/+4
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker5-5/+0
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+2
2013-11-22Merge branch 'opw-next' into staging-nextGreg Kroah-Hartman2-2/+2
2013-11-11staging: ozwpan: remove unneeded __GFP_ZERO to kzalloc() at oz_elt_stream_create()Jie Liu1-1/+1
2013-11-11Staging: ozwpan: fixed whitespace before semicolonMatina Maria Trompouki1-1/+1
2013-10-30staging: ozwpan: prevent overflow in oz_cdev_write()Dan Carpenter1-0/+3
2013-08-28staging: ozwpan: Return error, if PD is not connected.Rupesh Gujare1-0/+2
2013-08-28staging: ozwpan: Change error number.Rupesh Gujare1-1/+1
2013-08-28staging: ozwpan: Increase ISOC IN buffer depthRupesh Gujare1-1/+1
2013-08-27staging: ozwpan: oz_pd_free() can be staticFengguang Wu1-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 max. TX frame size supported.Rupesh Gujare1-1/+1
2013-08-26staging: ozwpan: Fix error checking while transmitting frame.Rupesh Gujare1-4/+4
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 Gujare9-218/+179
2013-08-23staging: ozwpan: Fix wrong error check.Rupesh Gujare1-5/+1
2013-08-23staging: ozwpan: Remove memsetRupesh Gujare1-1/+0
2013-08-22staging: ozwpan: Create deferred work to destroy PD object.Rupesh Gujare2-5/+24
2013-08-22staging: ozwpan: Increment reference counter.Rupesh Gujare1-1/+4
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 Gujare3-12/+12
2013-08-14staging: ozwpan: Make oz_hcd_pd_departed() take a struct pointer.Rupesh Gujare2-3/+3
2013-08-14staging: ozwpan: Make oz_hcd_pd_arrived() return a struct pointerRupesh Gujare2-3/+3
2013-08-14staging: ozwpan: Remove unnecessary pointer check.Rupesh Gujare1-1/+1