aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/wusbcore
AgeCommit message (Expand)Author
2015-04-03wusbcore: rh: use USB_DT_HUBSergei Shtylyov
2015-02-15Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2015-02-13usb: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-01-25wusbcore: rh: use HUB_CHAR_*Sergei Shtylyov
2014-12-02wusb: replace memset by memzero_explicitJulia Lawall
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek
2014-09-23usb: wusbcore: fix device disconnect on rekey timeoutThomas Pugliese
2014-09-23usb: wusbcore: skip done segs before completing aborted transferThomas Pugliese
2014-09-23usb: wusbcore: USB_WUSB_CBAF depends on USBThomas Pugliese
2014-09-23usb: wusbcore: remove USB_WUSB build dependency on PCIThomas Pugliese
2014-09-23wusb: delete double assignmentJulia Lawall
2014-08-19usb: wusbcore: fix below build warningPeter Chen
2014-05-27USB: wusbcore: fix control-pipe directionsJohan Hovold
2014-04-24usb: wusbcore: fix panic in wusbhc_chid_setThomas Pugliese
2014-04-24usb: wusbcore: convert nested lock to use spin_lock instead of spin_lock_irqThomas Pugliese
2014-03-08usb: wusbcore: use multiple urbs for HWA iso transfer result frame readsThomas Pugliese
2014-03-08usb: wusbcore: combine iso transfer result frame reads when possibleThomas Pugliese
2014-03-07usb: wusbcore: disable transfer notifications for Alereon HWAsThomas Pugliese
2014-03-07usb: wusbcore: don't mark WA_SEG_DTI_PENDING segs as done in urb_dequeueThomas Pugliese
2014-03-07usb: wusbcore: fix potential double list_del on urb dequeueThomas Pugliese
2014-02-28usb: wusbcore: fix compile warningsThomas Pugliese
2014-02-28usb: wusbcore: add info to HWA debug printsThomas Pugliese
2014-02-28usb: wusbcore: read actual_length bytes isoc in segmentsThomas Pugliese
2014-02-28usb: wusbcore: adjust iterator correctly when searching for ep comp descriptorThomas Pugliese
2014-02-28usb: wusbcore: add a convenience function for completing a transfer segmentThomas Pugliese
2014-02-28usb: wusbcore: prevent urb dequeue and giveback raceThomas Pugliese
2014-02-28usb: wusbcore: fix stranded URB after HWA unplugThomas Pugliese
2014-02-28usb: wusbcore: fix kernel panic on HWA unplugThomas Pugliese
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-07USB: wusbcore: fix up coding style issues in wa-nep.cRahul Bedarkar
2014-01-07USB: wusbcore: fix up coding style issues in wa-rpipe.cRahul Bedarkar
2014-01-07USB: wusbcore: fix up coding style issues in wusbhc.c and wusbhc.hRahul Bedarkar
2014-01-07USB: wusbcore: fix up line break coding style issues in mmc.cRahul Bedarkar
2014-01-07USB: wusbcore: fix up line break coding style issues in security.cRahul Bedarkar
2014-01-07USB: wusbcore: fix up line break coding style issues in wa-hc.hRahul Bedarkar
2014-01-07USB: wusbcore: fix up minor coding style issues in cbaf.cRahul Bedarkar
2014-01-07USB: wusbcore: correct spelling mistakes in comments and error stringRahul Bedarkar
2013-12-20usb: wusbcore: add debug prints to reservation and channel changeThomas Pugliese
2013-12-17usb: wusbcore: add isochronous IN support to HWAThomas Pugliese
2013-12-16Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman
2013-12-09usb: wusbcore: set packet count correctly on isoc transfersThomas Pugliese
2013-12-09usb: wusbcore: move isoc_frame_index from wa_xfer to wa_segThomas Pugliese
2013-12-09usb: wusbcore: use USB_CTRL_SET_TIMEOUT and USB_CTRL_GET_TIMEOUTThomas Pugliese
2013-12-09usb: wusbcore: fix short transfersThomas Pugliese
2013-12-08usb: wusbcore: return -ENOENT for unlinked URBs.Thomas Pugliese
2013-12-08usb: wusbcore: add more info to debug prints in urb_unlink pathThomas Pugliese
2013-12-08usb: wusbcore: add calls to usb_hcd_link_urb_to_ep, usb_hcd_unlink_urb_from_e...Thomas Pugliese
2013-12-02usb: wusbcore: fix deadlock in wusbhc_gtk_rekeyThomas Pugliese
2013-12-02usb: wusbcore: do device lookup while holding the hc mutexThomas Pugliese
2013-12-02usb: wusbcore: send keepalives to unauthenticated devicesThomas Pugliese