summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan
AgeCommit message (Expand)AuthorLines
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-18/+16
2014-11-26staging: ozwpan: Deletion of unnecessary checks before the function call "oz_...Markus Elfring-4/+2
2014-10-30staging: ozwpan: Remove useless cast on void pointerTapasweni Pathak-10/+10
2014-10-28staging: ozwpan: Fix incorrect type in assignmentsMelike Yurtoglu-1/+1
2014-10-27staging: remove unneeded parentheses around the right hand side of an assignmentJiayi Ye-3/+3
2014-10-20staging: ozwpan: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-09-28staging: ozwpan: Remove typedefsChristoph Jaeger-16/+7
2014-09-08staging: ozwpan: use kmalloc_array over kmalloc with multiplyAdrian Nicoara-2/+2
2014-09-08staging: ozwpan: fix redundant return in void functionAdrian Nicoara-1/+0
2014-09-08staging: ozwpan: fix redundant else after break or returnAdrian Nicoara-11/+7
2014-09-08staging: ozwpan: fix missing blank line after declarationAdrian Nicoara-0/+22
2014-08-16staging: ozwpan: Use list helpersChristoph Jaeger-189/+88
2014-08-16staging: ozwpan: Use slab cache for oz_tx_frame allocationChristoph Jaeger-37/+16
2014-08-16staging: ozwpan: Use slab cache for oz_elt_info allocationChristoph Jaeger-72/+16
2014-08-16staging: ozwpan: Use slab cache for oz_urb_link allocationChristoph Jaeger-58/+12
2014-08-16staging: ozwpan: Simplify app interfaceChristoph Jaeger-150/+82
2014-08-16staging: ozwpan: Remove dead codeChristoph Jaeger-7/+3
2014-08-16staging: ozwpan: Remove redundant initializationChristoph Jaeger-1/+0
2014-08-16staging: ozwpan: Remove unused OZ_MAX_TIMER_POOL_SIZEChristoph Jaeger-2/+0
2014-08-16staging: ozwpan: Fix typo in typedefChristoph Jaeger-2/+2
2014-08-16staging: ozwpan: Add module parameter descriptionChristoph Jaeger-1/+3
2014-05-23staging: ozwpan: Remove useless return variablesPeter Senna Tschudin-4/+2
2014-05-23staging: ozwpan: Add missing blanklines after declarationsJames A Shackleford-0/+15
2014-05-23staging: ozwpan: Change MaintainerRupesh Gujare-1/+1
2014-05-23staging: ozwpan: ozproto.c fix for "WARNING: Prefer ether_addr_copy() over me...Anil Belur-1/+1
2014-05-23staging: ozwpan: remove redundant NULL check for devsDaeseok Youn-1/+1
2014-03-18staging:ozwpan:Fix sparse warning of cast to restricted __le16Himangi Saraogi-2/+2
2014-03-18staging:ozwpan:Fix sparse warning of incorrect argument typeHimangi Saraogi-3/+3
2014-03-17staging/ozwpan: coding style ether_addr_copyJérôme Pinot-3/+4
2014-03-13staging/ozwpan: formatting coding styleJérôme Pinot-2/+3
2014-03-13staging/ozwpan: coding style __constant_Jérôme Pinot-4/+3
2014-03-04drivers:staging:ozwpan Replaced wrapper functions with actual spin lock functionSurendra Patil-26/+24
2014-02-07Staging: ozwpan: Change kmalloc() to kzalloc()Salym Senyonga-5/+1
2014-02-07Staging: ozwpan: reduce indent levels in oz_binding_add().Salym Senyonga-23/+21
2014-02-07Staging: ozwpan: Fix null dereferenceSalym Senyonga-1/+2
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-3/+4
2014-01-20Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+2
2013-12-26ozwpan: slight optimization of addr comparedingtianhong-3/+4
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker-5/+0
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen-0/+2
2013-11-22Merge branch 'opw-next' into staging-nextGreg Kroah-Hartman-2/+2
2013-11-11staging: ozwpan: remove unneeded __GFP_ZERO to kzalloc() at oz_elt_stream_cre...Jie Liu-1/+1
2013-11-11Staging: ozwpan: fixed whitespace before semicolonMatina Maria Trompouki-1/+1
2013-10-30staging: ozwpan: prevent overflow in oz_cdev_write()Dan Carpenter-0/+3
2013-08-28staging: ozwpan: Return error, if PD is not connected.Rupesh Gujare-0/+2
2013-08-28staging: ozwpan: Change error number.Rupesh Gujare-1/+1
2013-08-28staging: ozwpan: Increase ISOC IN buffer depthRupesh Gujare-1/+1
2013-08-27staging: ozwpan: oz_pd_free() can be staticFengguang Wu-1/+1
2013-08-27staging: ozwpan: Reset PORT_ENABLE bit.Rupesh Gujare-1/+1
2013-08-27staging: ozwpan: Add debounce time before unregistering.Rupesh Gujare-0/+5