summaryrefslogtreecommitdiff
path: root/drivers/staging/ozwpan/ozcdev.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-11staging: ozwpan: Remove from treeJason A. Donenfeld1-554/+0
2014-09-09staging: ozwpan: fix missing blank line after declarationAdrian Nicoara1-0/+5
2014-08-16staging: ozwpan: Simplify app interfaceChristoph Jaeger1-15/+15
2014-08-16staging: ozwpan: Remove redundant initializationChristoph Jaeger1-1/+0
2014-03-18staging/ozwpan: coding style ether_addr_copyJérôme Pinot1-2/+2
2013-12-26ozwpan: slight optimization of addr comparedingtianhong1-1/+1
2013-10-30staging: ozwpan: prevent overflow in oz_cdev_write()Dan Carpenter1-0/+3
2013-08-29staging: ozwpan: Return error, if PD is not connected.Rupesh Gujare1-0/+2
2013-08-29staging: ozwpan: Change error number.Rupesh Gujare1-1/+1
2013-08-23staging: ozwpan: Fix Documentation style.Rupesh Gujare1-21/+19
2013-08-15staging: ozwpan: Add a blank line between functions & declarations.Rupesh Gujare1-0/+17
2013-08-15staging: ozwpan: Add a blank line between declaraction and code.Rupesh Gujare1-0/+6
2013-07-26staging: ozwpan: Fix coding style.Rupesh Gujare1-7/+8
2013-07-24staging: ozwpan: Remove old debug macro.Joe Perches1-2/+0
2013-07-24staging: ozwpan: Replace oz_trace with oz_dbgJoe Perches1-23/+25
2013-07-24staging: ozwpan: Remove extra debug logs.Joe Perches1-2/+0
2013-06-18staging: ozwpan: remove event tracing code.Rupesh Gujare1-5/+0
2013-05-14staging: ozwpan: fix error return code in oz_cdev_register()Wei Yongjun1-0/+2
2013-04-22staging/ozwpan: info leak in oz_cdev_ioctl()Dan Carpenter1-0/+1
2013-02-16staging/ozwpan: Mark read only parameters and structs as constPeter Huewe1-1/+1
2013-02-16staging/ozwpan: Remove empty and unused function oz_cdev_heartbeatPeter Huewe1-6/+0
2013-02-16staging/ozwpan: Mark local functions as static (fix sparse warnings)Peter Huewe1-9/+10
2013-02-16staging/ozwpan: Add missing header includesPeter Huewe1-0/+1
2013-02-15staging/ozwpan: Fix NULL vs zero in ozcdev.c (sparse warning)Peter Huewe1-12/+12
2012-09-19staging: ozwpan: compare pointer to NULL rather than 0Fengguang Wu1-7/+7
2012-09-04staging: ozwpan: fix memcmp() test in oz_set_active_pd()Tomas Winkler1-1/+2
2012-06-27staging: ozwpan: Unregister with sysfs while unloading.Rupesh Gujare1-4/+8
2012-06-21staging: ozwpan: udev supportRupesh Gujare1-1/+23
2012-04-10staging: ozwpan: Replace existing event logging mechanismRupesh Gujare1-17/+0
2012-03-03staging: ozwpan: remove debug allocatorGreg Kroah-Hartman1-7/+4
2012-02-24staging: ozwpan: Added character device supportChris Kelly1-0/+524