summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usbip: usbip_host: fix stub_dev lock context imbalance regressionShuah Khan2019-05-291-13/+23
* xhci: Use %zu for printing size_t typeFabio Estevam2019-05-221-2/+2
* xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()Andrey Smirnov2019-05-221-12/+10
* xhci: Fix immediate data transfer if buffer is already DMA mappedMathias Nyman2019-05-222-4/+8
* usb: xhci: avoid null pointer deref when bos field is NULLCarsten Schmid2019-05-221-1/+1
* usb: xhci: Fix a potential null pointer dereference in xhci_debugfs_create_en...Jia-Ju Bai2019-05-221-0/+3
* xhci: update bounce buffer with correct sg numHenry Lin2019-05-221-4/+13
* USB: rio500: simplify lockingOliver Neukum2019-05-211-27/+16
* USB: rio500: fix memory leak in close after disconnectOliver Neukum2019-05-211-2/+15
* USB: rio500: refuse more than one device at a timeOliver Neukum2019-05-211-6/+18
* usbip: usbip_host: fix BUG: sleeping function called from invalid contextShuah Khan2019-05-211-22/+43
* USB: sisusbvga: fix oops in error path of sisusb_probeOliver Neukum2019-05-211-7/+8
* USB: Add LPM quirk for Surface Dock GigE adapterMaximilian Luz2019-05-211-0/+3
* usb: mtu3: fix up undefined reference to usb_debug_rootChunfeng Yun2019-05-211-2/+1
* USB: Fix slab-out-of-bounds write in usb_get_bos_descriptorAlan Stern2019-05-211-2/+2
* treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-1/+1
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-05-161-28/+14
|\
| * Merge tag 'davinci-for-v5.2/soc' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2019-04-281-28/+14
| |\
| | * usb: ohci-da8xx: drop the vbus GPIOBartosz Golaszewski2019-04-121-27/+5
| | * usb: ohci-da8xx: disable the regulator if the overcurrent irq firedBartosz Golaszewski2019-04-121-5/+17
| | * usb: ohci-da8xx: let the regulator framework keep track of use countBartosz Golaszewski2019-04-121-6/+2
* | | Merge tag 'backlight-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-141-1/+0
|\ \ \
| * | | video: backlight: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbolAlexander Shiyan2019-04-031-1/+0
| | |/ | |/|
* | | Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-081-1/+2
|\ \ \
| * \ \ Merge tag 'drm/tegra/for-5.2-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2019-04-241-1/+2
| |\ \ \ | | |_|/ | |/| |
| | * | reset: Add acquired flag to of_reset_control_array_get()Thierry Reding2019-03-201-1/+2
| | |/
* | | Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-05-08100-1620/+5237
|\ \ \
| * \ \ Merge tag 'usb-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-05-0328-529/+1276
| |\ \ \
| | * | | usb: dwc3: Rename DWC3_DCTL_LPM_ERRATAThinh Nguyen2019-05-032-3/+2
| | * | | usb: dwc3: Fix default lpm_nyet_threshold valueThinh Nguyen2019-05-031-1/+1
| | * | | usb: dwc3: debug: Print GET_STATUS(device) tracepointThinh Nguyen2019-05-031-0/+3
| | * | | usb: dwc3: Do core validation early on probeThinh Nguyen2019-05-031-6/+5
| | * | | usb: dwc3: gadget: Set lpm_capableThinh Nguyen2019-05-031-0/+1
| | * | | usb: gadget: atmel: tie wake lock to running clockJonas Bonn2019-05-031-0/+4
| | * | | usb: gadget: atmel: support USB suspendJonas Bonn2019-05-032-6/+50
| | * | | usb: gadget: atmel_usba_udc: simplify setting of interrupt-enabled maskJonas Bonn2019-05-031-10/+19
| | * | | dwc2: gadget: Fix completed transfer size calculation in DDMAMinas Harutyunyan2019-05-031-0/+1
| | * | | usb: dwc2: Set lpm mode parameters depend on HW configurationMinas Harutyunyan2019-05-031-5/+18
| | * | | usb: dwc2: Fix channel disable flowMinas Harutyunyan2019-05-031-14/+20
| | * | | usb: dwc2: Set actual frame number for completed ISOC transferMinas Harutyunyan2019-05-031-0/+5
| | * | | usb: gadget: do not use __constant_cpu_to_le16Sergey Senozhatsky2019-05-031-3/+3
| | * | | usb: dwc2: gadget: Increase descriptors count for ISOC'sMinas Harutyunyan2019-05-031-12/+15
| | * | | usb: introduce usb_ep_type_string() functionChunfeng Yun2019-05-034-35/+20
| | * | | usb: dwc3: move synchronize_irq() out of the spinlock protected blockMarek Szyprowski2019-05-032-2/+2
| | * | | usb: dwc3: Free resource immediately after useAndy Shevchenko2019-05-031-0/+3
| | * | | usb: dwc3: of-simple: Convert to bulk clk APIRobin Murphy2019-05-031-78/+17
| | * | | usb: dwc2: Delayed status supportMinas Harutyunyan2019-05-032-4/+29
| | * | | usb: gadget: udc: lpc32xx: rework interrupt handlingAlexandre Belloni2019-05-031-19/+10
| | * | | usb: gadget: udc: lpc32xx: add support for stotg04 phyAlexandre Belloni2019-05-031-5/+27
| | * | | usb: gadget: udc: lpc32xx: properly setup phy interruptsAlexandre Belloni2019-05-031-2/+2