aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/wusbcore/wa-xfer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-19usb: wusbcore: wa-xfer: use struct_size() helperGustavo A. R. Silva1-8/+7
2018-06-28usb: wusbcore: remove excessive irqsaveJohn Ogness1-4/+4
2017-11-07USB: wusbcore: Remove redundant license textGreg Kroah-Hartman1-15/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-01usb: wusbcore: wa-xfer: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2016-11-29usb: return correct errno on failuresPan Bian1-0/+1
2016-08-15usb: wusbcore: wa-xfer: don't print error when allocating urb failsWolfram Sang1-3/+1
2014-09-23usb: wusbcore: skip done segs before completing aborted transferThomas Pugliese1-3/+14
2014-08-19usb: wusbcore: fix below build warningPeter Chen1-2/+1
2014-04-24usb: wusbcore: convert nested lock to use spin_lock instead of spin_lock_irqThomas Pugliese1-2/+2
2014-03-08usb: wusbcore: use multiple urbs for HWA iso transfer result frame readsThomas Pugliese1-70/+121
2014-03-08usb: wusbcore: combine iso transfer result frame reads when possibleThomas Pugliese1-30/+76
2014-03-07usb: wusbcore: disable transfer notifications for Alereon HWAsThomas Pugliese1-34/+49
2014-03-07usb: wusbcore: don't mark WA_SEG_DTI_PENDING segs as done in urb_dequeueThomas Pugliese1-1/+10
2014-03-07usb: wusbcore: fix potential double list_del on urb dequeueThomas Pugliese1-2/+6
2014-02-28usb: wusbcore: fix compile warningsThomas Pugliese1-4/+2
2014-02-28usb: wusbcore: add info to HWA debug printsThomas Pugliese1-9/+16
2014-02-28usb: wusbcore: read actual_length bytes isoc in segmentsThomas Pugliese1-1/+1
2014-02-28usb: wusbcore: add a convenience function for completing a transfer segmentThomas Pugliese1-21/+27
2014-02-28usb: wusbcore: prevent urb dequeue and giveback raceThomas Pugliese1-10/+27
2014-02-28usb: wusbcore: fix stranded URB after HWA unplugThomas Pugliese1-5/+51
2014-02-28usb: wusbcore: fix kernel panic on HWA unplugThomas Pugliese1-4/+44
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-17usb: wusbcore: add isochronous IN support to HWAThomas Pugliese1-98/+207
2013-12-09usb: wusbcore: set packet count correctly on isoc transfersThomas Pugliese1-0/+5
2013-12-09usb: wusbcore: move isoc_frame_index from wa_xfer to wa_segThomas Pugliese1-11/+10
2013-12-09usb: wusbcore: fix short transfersThomas Pugliese1-54/+74
2013-12-08usb: wusbcore: return -ENOENT for unlinked URBs.Thomas Pugliese1-3/+5
2013-12-08usb: wusbcore: add more info to debug prints in urb_unlink pathThomas Pugliese1-10/+11
2013-12-08usb: wusbcore: add calls to usb_hcd_link_urb_to_ep, usb_hcd_unlink_urb_from_ep, andThomas Pugliese1-2/+24
2013-10-29usb: wusbcore: change WA_SEGS_MAX to a legal valueThomas Pugliese1-2/+3
2013-10-29usb: wusbcore: add a quirk for Alereon HWA device isoc behaviorThomas Pugliese1-12/+37
2013-10-29usb: wusbcore: combine multiple isoc frames in a single transfer request.Thomas Pugliese1-111/+255
2013-10-19usb: wusbcore: serialize access to the HWA data out endpointThomas Pugliese1-15/+139
2013-10-07usb: wusbcore: fix string formatting warnings on 64-bit buildsThomas Pugliese1-2/+2
2013-10-05usb: wusbcore: add support for isoc out transfersThomas Pugliese1-102/+391
2013-10-03usb: wusbcore: avoid stack overflow in URB enqueue error pathThomas Pugliese1-13/+38
2013-09-30usb: wusbcore: fix build warning on 64-bit buildsThomas Pugliese1-1/+1
2013-09-30usb: wusbcore: clean up urb dequeue processThomas Pugliese1-35/+87
2013-09-30usb: wusbcore: include the xfer_id in debug printsThomas Pugliese1-45/+49
2013-09-30usb: wusbcore: fix endianess issues when using dwTransferIDThomas Pugliese1-9/+11
2013-09-26usb: wusbcore: set pointers to NULL after freeing in error casesThomas Pugliese1-0/+2
2013-09-26usb: wusbcore: clean up the sg list that was created for out transfersThomas Pugliese1-0/+4
2013-09-26usb: wusbcore: resource cleanup fix in __wa_xfer_setup_segsThomas Pugliese1-54/+67
2013-09-26usb: wusbcore: allow wa_xfer_destroy to clean up partially constructed xfersThomas Pugliese1-2/+8
2013-09-26usb: wusbcore: rename fields in struct wahcThomas Pugliese1-9/+9
2013-09-26usb: wusbcore: rename urb to tr_urb in struct wa_segThomas Pugliese1-14/+16
2013-09-25USB: WUSBCORE: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-4/+2
2013-08-18Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman1-2/+7
2013-08-15USB: WUSBCORE: Use usb_init_urb instead of creating the URB manuallyThomas Pugliese1-6/+9