aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-21staging: ozwpan: Remove redundant null check before kfree in ozhcd.cSachin Kamat1-2/+1
2012-11-21staging: ozwpan: Remove redundant null check before kfree in ozproto.cSachin Kamat1-2/+1
2012-11-21staging: ozwpan: Remove redundant null check before kfree in ozpd.cSachin Kamat1-4/+2
2012-11-21staging: ozwpan: Include oz_events_clear() conditionallySachin Kamat1-1/+1
2012-10-31staging: ozwpan: use tasklet_kill in device remove/release processXiaotian Feng1-2/+2
2012-09-19staging: ozwpan: compare pointer to NULL rather than 0Fengguang Wu1-7/+7
2012-09-16Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman1-1/+2
2012-09-05staging: ozwpan: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-10/+5
2012-09-04staging: ozwpan: remove pointless conditional before kfree_skb()Wei Yongjun1-2/+1
2012-09-04staging: ozwpan: Fix typo in staging/ozwpanMasanari Iida1-3/+3
2012-09-04staging: ozwpan: fix memcmp() test in oz_set_active_pd()Tomas Winkler1-1/+2
2012-08-13staging: ozwpan: Bump version numberRupesh Gujare1-1/+1
2012-08-13staging: ozwpan: isoc latency for audio burstRupesh Gujare5-8/+26
2012-08-13staging: ozwpan: Return correct actual_length to userlandRupesh Gujare1-6/+8
2012-08-13staging: ozwpan: Insulate driver from HZ valueRupesh Gujare2-5/+5
2012-08-13staging: ozwpan: buffer frame if urb not available.Rupesh Gujare1-4/+63
2012-06-26staging: ozwpan: Update TODO fileRupesh Gujare1-5/+6
2012-06-26staging: ozwpan: Unregister with sysfs while unloading.Rupesh Gujare1-4/+8
2012-06-20staging: ozwpan: Set AC_VO priorityRupesh Gujare1-0/+2
2012-06-20staging: ozwpan: udev supportRupesh Gujare1-1/+23
2012-06-20staging: ozwpan: set last_pkt_nbRupesh Gujare1-0/+9
2012-06-20staging: ozwpan: kmalloc flagRupesh Gujare1-1/+1
2012-06-20staging: ozwpan: Correct ioctl numbers.Rupesh Gujare1-3/+3
2012-06-20staging: ozwpan: ISOC transfer in triggered modeRupesh Gujare5-35/+146
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman9-109/+163
2012-04-26staging: ozwpan: Fix bug where kfree is called twice.Rupesh Gujare1-2/+0
2012-04-25staging: ozwpan: Fix bug where kfree is called twice.Rupesh Gujare1-2/+0
2012-04-25staging,ozwpan: Fix typo in comments within staging/ozwpanMasanari Iida3-4/+4
2012-04-10staging: ozwpan: Replace existing event logging mechanismRupesh Gujare6-104/+158
2012-04-10staging:ozwpan:ozhcd.c Fix typos in staging:ozwpanJustin P. Mattock1-1/+1
2012-04-10staging: ozwpan: Added new maintainer for ozwpanChris Kelly1-1/+3
2012-03-14staging: ozwpan depends on NETRandy Dunlap1-1/+1
2012-03-02staging: ozwpan: remove debug allocatorGreg Kroah-Hartman12-201/+51
2012-03-02Staging: ozwpan: prevent bogus dereferenceDan Carpenter1-1/+1
2012-03-02staging: ozwpan: added TODO file.Chris Kelly1-0/+12
2012-02-29staging: ozwpan: Reduced size of oz_evtlist structure.Chris Kelly1-1/+1
2012-02-24staging: ozwpan: Plumbed in Kconfig and KbuildChris Kelly2-0/+29
2012-02-24staging: ozwpan: Added debug supportChris Kelly6-0/+278
2012-02-24staging: ozwpan: Added event logging supportChris Kelly3-0/+194
2012-02-24staging: ozwpan: Added character device supportChris Kelly3-0/+588
2012-02-24staging: ozwpan: Added USB service to protocolChris Kelly4-0/+761
2012-02-24staging: ozwpan: Added USB HCD implementationChris Kelly2-0/+2272
2012-02-24staging: ozwpan: Added device state supportChris Kelly4-0/+1365
2012-02-24staging: ozwpan: Added basic L2 protocol supportChris Kelly3-0/+1398
2012-02-24staging: ozwpan: Added driver entry codeChris Kelly3-0/+113