summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada-1/+1
2019-05-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-28/+14
2019-05-14Merge tag 'backlight-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+0
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1/+2
2019-05-08Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1620/+5237
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds-1/+1
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-6/+0
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov-1/+1
2019-05-03Merge tag 'usb-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman-529/+1276
2019-05-03Merge tag 'usb-serial-5.2-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-172/+323
2019-05-03USB: serial: f81232: implement break controlJi-Ze Hong (Peter Hong)-6/+25
2019-05-03USB: serial: f81232: add high baud rate supportJi-Ze Hong (Peter Hong)-11/+94
2019-05-03USB: serial: f81232: clear overrun flagJi-Ze Hong (Peter Hong)-1/+24
2019-05-03USB: serial: f81232: fix interrupt worker not stopJi-Ze Hong (Peter Hong)-0/+39
2019-05-03usb: dwc3: Rename DWC3_DCTL_LPM_ERRATAThinh Nguyen-3/+2
2019-05-03usb: dwc3: Fix default lpm_nyet_threshold valueThinh Nguyen-1/+1
2019-05-03usb: dwc3: debug: Print GET_STATUS(device) tracepointThinh Nguyen-0/+3
2019-05-03usb: dwc3: Do core validation early on probeThinh Nguyen-6/+5
2019-05-03usb: dwc3: gadget: Set lpm_capableThinh Nguyen-0/+1
2019-05-03usb: gadget: atmel: tie wake lock to running clockJonas Bonn-0/+4
2019-05-03usb: gadget: atmel: support USB suspendJonas Bonn-6/+50
2019-05-03usb: gadget: atmel_usba_udc: simplify setting of interrupt-enabled maskJonas Bonn-10/+19
2019-05-03dwc2: gadget: Fix completed transfer size calculation in DDMAMinas Harutyunyan-0/+1
2019-05-03usb: dwc2: Set lpm mode parameters depend on HW configurationMinas Harutyunyan-5/+18
2019-05-03usb: dwc2: Fix channel disable flowMinas Harutyunyan-14/+20
2019-05-03usb: dwc2: Set actual frame number for completed ISOC transferMinas Harutyunyan-0/+5
2019-05-03usb: gadget: do not use __constant_cpu_to_le16Sergey Senozhatsky-3/+3
2019-05-03usb: dwc2: gadget: Increase descriptors count for ISOC'sMinas Harutyunyan-12/+15
2019-05-03usb: introduce usb_ep_type_string() functionChunfeng Yun-35/+20
2019-05-03usb: dwc3: move synchronize_irq() out of the spinlock protected blockMarek Szyprowski-2/+2
2019-05-03usb: dwc3: Free resource immediately after useAndy Shevchenko-0/+3
2019-05-03usb: dwc3: of-simple: Convert to bulk clk APIRobin Murphy-78/+17
2019-05-03usb: dwc2: Delayed status supportMinas Harutyunyan-4/+29
2019-05-03usb: gadget: udc: lpc32xx: rework interrupt handlingAlexandre Belloni-19/+10
2019-05-03usb: gadget: udc: lpc32xx: add support for stotg04 phyAlexandre Belloni-5/+27
2019-05-03usb: gadget: udc: lpc32xx: properly setup phy interruptsAlexandre Belloni-2/+2
2019-05-03usb: gadget: udc: lpc32xx: simplify vbus handlingAlexandre Belloni-11/+6
2019-05-03usb: gadget: udc: lpc32xx: simplify probeAlexandre Belloni-68/+25
2019-05-03usb: dwc2: gadget: Move gadget phy init into core phy initJules Maselbas-20/+14
2019-05-03usb: dwc2: Move phy init into coreJules Maselbas-190/+192
2019-05-03usb: dwc2: gadget: Replace phyif with phy_utmi_widthJules Maselbas-12/+15
2019-05-03usb: dwc2: gadget: Remove duplicated phy initJules Maselbas-13/+0
2019-05-03usb: dwc2: Move UTMI_PHY_DATA defines closerJules Maselbas-3/+3
2019-05-03usb: dwc2: optionally assert phy reset when waking upDouglas Anderson-3/+44
2019-05-03USB: UDC: net22{80,72}: remove mistaken test of req->zeroAlan Stern-4/+2
2019-05-03USB: UDC: net2280: Remove redundant "if" conditionAlan Stern-1/+1
2019-05-03usb: gadget: fsl: fix link error against usb-gadget moduleArnd Bergmann-1/+1
2019-05-03usb: gadget: f_ncm: Add OS descriptor supportRomain Izard-3/+47
2019-05-03usb: gadget: f_ncm: Fix NTP-32 supportRomain Izard-7/+3
2019-05-03usb: dwc2: get optional clock by devm_clk_get_optional()Chunfeng Yun-3/+3