summaryrefslogtreecommitdiff
path: root/drivers/staging/ozwpan
Commit message (Expand)AuthorAgeFilesLines
* staging:ozwpan:Fix sparse warning of cast to restricted __le16Himangi Saraogi2014-03-181-2/+2
* staging:ozwpan:Fix sparse warning of incorrect argument typeHimangi Saraogi2014-03-183-3/+3
* staging/ozwpan: coding style ether_addr_copyJérôme Pinot2014-03-172-3/+4
* staging/ozwpan: formatting coding styleJérôme Pinot2014-03-132-2/+3
* staging/ozwpan: coding style __constant_Jérôme Pinot2014-03-132-4/+3
* drivers:staging:ozwpan Replaced wrapper functions with actual spin lock functionSurendra Patil2014-03-044-26/+24
* Staging: ozwpan: Change kmalloc() to kzalloc()Salym Senyonga2014-02-071-5/+1
* Staging: ozwpan: reduce indent levels in oz_binding_add().Salym Senyonga2014-02-071-23/+21
* Staging: ozwpan: Fix null dereferenceSalym Senyonga2014-02-071-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-252-3/+4
|\
| * ozwpan: slight optimization of addr comparedingtianhong2013-12-262-3/+4
* | Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-01-201-0/+2
|\ \
| * | usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-081-0/+2
| |/
* | staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-175-5/+0
* | Merge branch 'opw-next' into staging-nextGreg Kroah-Hartman2013-11-222-2/+2
|\ \ | |/ |/|
| * staging: ozwpan: remove unneeded __GFP_ZERO to kzalloc() at oz_elt_stream_cre...Jie Liu2013-11-111-1/+1
| * Staging: ozwpan: fixed whitespace before semicolonMatina Maria Trompouki2013-11-111-1/+1
* | staging: ozwpan: prevent overflow in oz_cdev_write()Dan Carpenter2013-10-301-0/+3
|/
* staging: ozwpan: Return error, if PD is not connected.Rupesh Gujare2013-08-281-0/+2
* staging: ozwpan: Change error number.Rupesh Gujare2013-08-281-1/+1
* staging: ozwpan: Increase ISOC IN buffer depthRupesh Gujare2013-08-281-1/+1
* staging: ozwpan: oz_pd_free() can be staticFengguang Wu2013-08-271-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 max. TX frame size supported.Rupesh Gujare2013-08-261-1/+1
* staging: ozwpan: Fix error checking while transmitting frame.Rupesh Gujare2013-08-261-4/+4
* 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-239-218/+179
* staging: ozwpan: Fix wrong error check.Rupesh Gujare2013-08-231-5/+1
* staging: ozwpan: Remove memsetRupesh Gujare2013-08-231-1/+0
* staging: ozwpan: Create deferred work to destroy PD object.Rupesh Gujare2013-08-222-5/+24
* staging: ozwpan: Increment reference counter.Rupesh Gujare2013-08-221-1/+4
* 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-143-12/+12
* staging: ozwpan: Make oz_hcd_pd_departed() take a struct pointer.Rupesh Gujare2013-08-142-3/+3
* staging: ozwpan: Make oz_hcd_pd_arrived() return a struct pointerRupesh Gujare2013-08-142-3/+3
* 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-149-0/+189
* staging: ozwpan: Add a blank line between declaraction and code.Rupesh Gujare2013-08-148-0/+89
* staging: ozwpan: Return correct hub status.Rupesh Gujare2013-08-121-2/+9