UPSTREAM: usb: dwc3: gadget: split __dwc3_gadget_kick_transfer()
[firefly-linux-kernel-4.4.55.git] / drivers / usb /
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: split __dwc3_gadget_kick_t...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: return 0 if we try to...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: remove udelay(1) when...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: rely on sg_is_last() and...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: simplify __dwc3_gadget_kic...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: prepare TRBs on update...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: core: get rid of DWC3_PM_OPS macro
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: fix gadget suspend/resume
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: re-factor ->udc_start...
2016-08-16 John YounUPSTREAM: usb: dwc3: Set the ClearPendIN bit on Clear...
2016-08-16 Peter GriffinUPSTREAM: usb: dwc3: st: Fix USB_DR_MODE_PERIPHERAL...
2016-08-16 Dan CarpenterUPSTREAM: usb: dwc3: gadget: fix mask and shift order...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: disable automatic calculat...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: update DCFG.NumP to max...
2016-08-16 Konrad LeszczynskiUPSTREAM: usb: dwc3: gadget: give better command return...
2016-08-16 Heikki KrogerusUPSTREAM: usb: dwc3: pci: pass the platform device...
2016-08-16 Heikki KrogerusUPSTREAM: usb: dwc3: pci: make build-in device properti...
2016-08-16 Fei YangUPSTREAM: usb: dwc3: ep0: sanity check test mode selector
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: debugfs: dump out endpoint details
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: core: add helper to extract trb...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: core: add fifo space helper
2016-08-16 Du, ChangbinUPSTREAM: usb: dwc3: make dwc3_debugfs_init return...
2016-08-16 Roger QuadrosUPSTREAM: usb: dwc3: omap: get rid of dma_status
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: don't interrupt when chained
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: remove newline from trace
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: use link TRB for all endpo...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: move % operation to increm...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: add trb enqueue/dequeue...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: get rid of DWC3_TRB_MASK
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: switch trb enqueue/dequeue and...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: core: document struct dwc3_request
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: rename busy/free_slot...
2016-08-16 Grygorii StrashkoUPSTREAM: usb: dwc3: omap: drop dma_mask configuration
2016-08-16 Rajesh BhagatUPSTREAM: usb: dwc3: add disable receiver detection...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: put link to U0 before...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: extract unlocked dwc3_gadg...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: clear SUSPHY bit before...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: combine return points...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: pass ev_buff as cookie...
2016-08-16 Roger QuadrosUPSTREAM: usb: dwc3: gadget: Fix suspend/resume during...
2016-08-16 Du, ChangbinUPSTREAM: usb: dwc3: fix memory leak of dwc->regset
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: core: fix PHY handling during...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: omap: fix up error path on probe()
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: drop ev_buffs array
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: remove num_event_buffers
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: better name for our request manage...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: increase maximum number of TRBs...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: always enable CSP
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: drop FIFO resizing logic
2016-08-16 Grygorii StrashkoUPSTREAM: usb: dwc3: keystone: drop dma_mask configuration
2016-08-16 Heikki KrogerusUPSTREAM: usb: dwc3: pci: add ID for one more Intel...
2016-08-16 Felipe BalbiUPSTREAM: usb: dwc3: gadget: fix endpoint renaming
2016-08-16 Jiebing LiUPSTREAM: usb: dwc3: gadget: release spin lock during...
2016-08-16 John YounUPSTREAM: usb: dwc3: DWC_usb31 controller check
2016-08-16 Stephen BoydUPSTREAM: usb: dwc3: Remove impossible check for of_clk...
2016-08-16 Wu Liang fengRevert "usb: dwc3: of-simple: add compatible for rk3399"
2016-08-16 Wu Liang fengRevert "usb: dwc3: add dis_u2_freeclk_exists_quirk"
2016-08-16 Wu Liang fengRevert "usb: dwc3: make usb2 phy interface configurable...
2016-08-16 Wu Liang fengRevert "usb: dwc3: add dis_del_phy_power_chg_quirk"
2016-08-16 Wu Liang fengRevert "usb: dwc3: add functions to set force mode"
2016-08-16 Wu Liang fengRevert "usb: dwc3: fix compile failure if config host...
2016-08-16 Wu Liang fengRevert "UPSTREAM: usb: dwc3: drop FIFO resizing logic"
2016-08-16 Wu Liang fengRevert "usb: dwc3: add a quirk xhci_slow_suspend_quirk"
2016-08-16 Wu Liang fengRevert "usb: dwc3: core: support DRD mode switch with...
2016-08-10 Huang, TaoMerge tag 'lsk-v4.4-16.07-android'
2016-08-03 Wu Liang fengusb: dwc3: core: support DRD mode switch with extcon...
2016-07-29 Mark BrownMerge branch 'linux-linaro-lsk-v4.4' into linux-linaro...
2016-07-29 Mark BrownMerge tag 'v4.4.16' into linux-linaro-lsk-v4.4
2016-07-29 Mark BrownMerge remote-tracking branch 'lsk/v4.4/topic/mm-kaslr...
2016-07-27 Oscarusb: common: otg-fsm: add license to usb-otg-fsm
2016-07-27 Arnd Bergmannusb: dwc2: fix regression on big-endian PowerPC/ARM...
2016-07-25 Huang, TaoMerge branch 'linux-linaro-lsk-v4.4-android' of git...
2016-07-17 Alex ShiMerge branch 'linux-linaro-lsk-v4.4' into linux-linaro...
2016-07-17 Alex Shi Merge tag 'v4.4.15' into linux-linaro-lsk-v4.4
2016-07-11 Steinar H. Gundersonusb: dwc3: exynos: Fix deferred probing storm.
2016-07-11 Thierry Redingusb: host: ehci-tegra: Grab the correct UTMI pads reset
2016-07-11 Bin Liuusb: gadget: fix spinlock dead lock in gadgetfs
2016-07-11 Sudip MukherjeeUSB: mos7720: delete parport
2016-07-11 Mathias Nymanxhci: Fix handling timeouted commands on hosts in weird...
2016-07-11 Hans de GoedeUSB: xhci: Add broken streams quirk for Frescologic...
2016-07-11 Thomas Petazzoniusb: xhci-plat: properly handle probe deferral for...
2016-07-11 Gabriel Krisman... xhci: Cleanup only when releasing primary hcd
2016-07-11 Bin Liuusb: musb: host: correct cppi dma channel for isoch...
2016-07-11 Andrew Goodbodyusb: musb: Ensure rx reinit occurs for shared_fifo...
2016-07-11 Andrew Goodbodyusb: musb: Stop bulk endpoint while queue is rotated
2016-07-11 Bin Liuusb: musb: only restore devctl when session was set...
2016-07-11 Hans de Goedeusb: quirks: Add no-lpm quirk for Acer C120 LED Projector
2016-07-11 Hans de Goedeusb: quirks: Fix sorting
2016-07-11 Hans de GoedeUSB: uas: Fix slave queue_depth not being set
2016-07-11 Badhri Jagan SridharanRevert "usb: gadget: prevent change of Host MAC address...
2016-07-11 Kangjie LuUPSTREAM: USB: usbfs: fix potential infoleak in devio
2016-07-05 Huang, TaoMerge tag 'lsk-v4.4-16.06-android'
2016-06-27 Alex ShiMerge branch 'linux-linaro-lsk-v4.4' into linux-linaro...
2016-06-21 Alex ShiMerge branch 'linux-linaro-lsk-v4.4' into linux-linaro...
2016-06-21 Alex ShiMerge branch 'v4.4/topic/coresight' into linux-linaro...
2016-06-16 Winter WangANDROID: usb: gadget: f_midi: set fi->f to NULL when...
2016-06-14 Alex ShiMerge branch 'linux-linaro-lsk-v4.4' into linux-linaro...
2016-06-08 Huang, TaoMerge branch 'lsk-v4.4-eas-v5.2' of git://git.linaro...
2016-06-08 Frank Wangusb: dwc_otg_310: Fixed that otg-host cannot transport...
2016-06-07 Felipe BalbiUPSTREAM: usb: dwc3: core: improve reset sequence
next