aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/wusbcore (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-27USB: wusbcore: fix control-pipe directionsJohan Hovold1-2/+2
2014-04-24usb: wusbcore: fix panic in wusbhc_chid_setThomas Pugliese1-1/+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 Pugliese3-74/+134
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 Pugliese2-34/+60
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 Pugliese2-7/+3
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: adjust iterator correctly when searching for ep comp descriptorThomas 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 Gortmaker2-2/+0
2014-01-07USB: wusbcore: fix up coding style issues in wa-nep.cRahul Bedarkar1-4/+6
2014-01-07USB: wusbcore: fix up coding style issues in wa-rpipe.cRahul Bedarkar1-3/+3
2014-01-07USB: wusbcore: fix up coding style issues in wusbhc.c and wusbhc.hRahul Bedarkar2-8/+14
2014-01-07USB: wusbcore: fix up line break coding style issues in mmc.cRahul Bedarkar1-3/+6
2014-01-07USB: wusbcore: fix up line break coding style issues in security.cRahul Bedarkar1-7/+11
2014-01-07USB: wusbcore: fix up line break coding style issues in wa-hc.hRahul Bedarkar1-4/+4
2014-01-07USB: wusbcore: fix up minor coding style issues in cbaf.cRahul Bedarkar1-5/+7
2014-01-07USB: wusbcore: correct spelling mistakes in comments and error stringRahul Bedarkar7-12/+12
2013-12-20usb: wusbcore: add debug prints to reservation and channel changeThomas Pugliese2-0/+2
2013-12-17usb: wusbcore: add isochronous IN support to HWAThomas Pugliese1-98/+207
2013-12-16Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman5-103/+153
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: use USB_CTRL_SET_TIMEOUT and USB_CTRL_GET_TIMEOUTThomas Pugliese4-22/+23
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 Pugliese2-3/+25
2013-12-02usb: wusbcore: fix deadlock in wusbhc_gtk_rekeyThomas Pugliese3-68/+60
2013-12-02usb: wusbcore: do device lookup while holding the hc mutexThomas Pugliese1-18/+25
2013-12-02usb: wusbcore: send keepalives to unauthenticated devicesThomas Pugliese1-4/+1
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 Pugliese3-14/+52
2013-10-29usb: wusbcore: combine multiple isoc frames in a single transfer request.Thomas Pugliese1-111/+255
2013-10-29usb: wusbcore: set the RPIPE wMaxPacketSize value correctlyThomas Pugliese1-1/+4
2013-10-19USB: wusbcore: fix usb_dev leaksAlexey Khoroshilov1-0/+3
2013-10-19usb: wusbcore: preserve endianness of cached descriptorsThomas Pugliese1-1/+1
2013-10-19usb: wusbcore: serialize access to the HWA data out endpointThomas Pugliese3-21/+152
2013-10-11usb: Remove unnecessary semicolonsJoe Perches2-3/+3
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 Pugliese2-102/+406
2013-10-03usb: wusbcore: set the RPIPE bOverTheAirInterval for isoc endpointsThomas Pugliese1-2/+4
2013-10-03usb: wusbcore: avoid stack overflow in URB enqueue error pathThomas Pugliese1-13/+38