aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-18/+16
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 Pathak2-10/+10
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-28staging: ozwpan: Remove typedefsChristoph Jaeger1-16/+7
2014-09-08staging: ozwpan: use kmalloc_array over kmalloc with multiplyAdrian Nicoara1-2/+2
2014-09-08staging: ozwpan: fix redundant return in void functionAdrian Nicoara1-1/+0
2014-09-08staging: ozwpan: fix redundant else after break or returnAdrian Nicoara2-11/+7
2014-09-08staging: ozwpan: fix missing blank line after declarationAdrian Nicoara6-0/+22
2014-08-16staging: ozwpan: Use list helpersChristoph Jaeger4-189/+88
2014-08-16staging: ozwpan: Use slab cache for oz_tx_frame allocationChristoph Jaeger4-37/+16
2014-08-16staging: ozwpan: Use slab cache for oz_elt_info allocationChristoph Jaeger6-72/+16
2014-08-16staging: ozwpan: Use slab cache for oz_urb_link allocationChristoph Jaeger1-58/+12
2014-08-16staging: ozwpan: Simplify app interfaceChristoph Jaeger8-150/+82
2014-08-16staging: ozwpan: Remove dead codeChristoph Jaeger3-7/+3
2014-08-16staging: ozwpan: Remove redundant initializationChristoph Jaeger1-1/+0
2014-08-16staging: ozwpan: Remove unused OZ_MAX_TIMER_POOL_SIZEChristoph Jaeger1-2/+0
2014-08-16staging: ozwpan: Fix typo in typedefChristoph Jaeger1-2/+2
2014-08-16staging: ozwpan: Add module parameter descriptionChristoph Jaeger1-1/+3
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