summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-162-18/+16Star
|\
| * staging: ozwpan: Deletion of unnecessary checks before the function call "oz_...Markus Elfring2014-11-261-4/+2Star
| * staging: ozwpan: Remove useless cast on void pointerTapasweni Pathak2014-10-302-10/+10
| * staging: ozwpan: Fix incorrect type in assignmentsMelike Yurtoglu2014-10-281-1/+1
| * staging: remove unneeded parentheses around the right hand side of an assignmentJiayi Ye2014-10-271-3/+3
* | staging: ozwpan: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
|/
* staging: ozwpan: Remove typedefsChristoph Jaeger2014-09-291-16/+7Star
* staging: ozwpan: use kmalloc_array over kmalloc with multiplyAdrian Nicoara2014-09-081-2/+2
* staging: ozwpan: fix redundant return in void functionAdrian Nicoara2014-09-081-1/+0Star
* staging: ozwpan: fix redundant else after break or returnAdrian Nicoara2014-09-082-11/+7Star
* staging: ozwpan: fix missing blank line after declarationAdrian Nicoara2014-09-086-0/+22
* staging: ozwpan: Use list helpersChristoph Jaeger2014-08-164-189/+88Star
* staging: ozwpan: Use slab cache for oz_tx_frame allocationChristoph Jaeger2014-08-164-37/+16Star
* staging: ozwpan: Use slab cache for oz_elt_info allocationChristoph Jaeger2014-08-166-72/+16Star
* staging: ozwpan: Use slab cache for oz_urb_link allocationChristoph Jaeger2014-08-161-58/+12Star
* staging: ozwpan: Simplify app interfaceChristoph Jaeger2014-08-168-150/+82Star
* staging: ozwpan: Remove dead codeChristoph Jaeger2014-08-163-7/+3Star
* staging: ozwpan: Remove redundant initializationChristoph Jaeger2014-08-161-1/+0Star
* staging: ozwpan: Remove unused OZ_MAX_TIMER_POOL_SIZEChristoph Jaeger2014-08-161-2/+0Star
* staging: ozwpan: Fix typo in typedefChristoph Jaeger2014-08-161-2/+2
* staging: ozwpan: Add module parameter descriptionChristoph Jaeger2014-08-161-1/+3
* staging: ozwpan: Remove useless return variablesPeter Senna Tschudin2014-05-231-4/+2Star
* staging: ozwpan: Add missing blanklines after declarationsJames A Shackleford2014-05-231-0/+15
* staging: ozwpan: Change MaintainerRupesh Gujare2014-05-231-1/+1
* staging: ozwpan: ozproto.c fix for "WARNING: Prefer ether_addr_copy() over me...Anil Belur2014-05-231-1/+1
* staging: ozwpan: remove redundant NULL check for devsDaeseok Youn2014-05-231-1/+1
* 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/+3Star
* drivers:staging:ozwpan Replaced wrapper functions with actual spin lock functionSurendra Patil2014-03-054-26/+24Star
* Staging: ozwpan: Change kmalloc() to kzalloc()Salym Senyonga2014-02-071-5/+1Star
* Staging: ozwpan: reduce indent levels in oz_binding_add().Salym Senyonga2014-02-071-23/+21Star
* 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-211-0/+2
|\ \
| * | usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-091-0/+2
| |/
* | staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-175-5/+0Star
* | 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-121-1/+1
| * Staging: ozwpan: fixed whitespace before semicolonMatina Maria Trompouki2013-11-121-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-291-0/+2
* staging: ozwpan: Change error number.Rupesh Gujare2013-08-291-1/+1
* staging: ozwpan: Increase ISOC IN buffer depthRupesh Gujare2013-08-291-1/+1
* staging: ozwpan: oz_pd_free() can be staticFengguang Wu2013-08-281-1/+1
* staging: ozwpan: Reset PORT_ENABLE bit.Rupesh Gujare2013-08-281-1/+1
* staging: ozwpan: Add debounce time before unregistering.Rupesh Gujare2013-08-281-0/+5