usb: gadget: udc: atmel: Also get regmap for at91sam9x5-pmc
[cascardo/linux.git] / drivers /
2016-06-21 Alexandre Belloniusb: gadget: udc: atmel: Also get regmap for at91sam9x5-pmc
2016-06-21 Vardan Mikayelyanusb: dwc2: gadget: Final fixes for BDMA ISOC
2016-06-21 Vardan Mikayelyanusb: dwc2: gadget: Add EP disabled interrupt handler
2016-06-21 Vardan Mikayelyanusb: dwc2: gadget: Add Incomplete ISO IN/OUT Interrupt...
2016-06-21 Vardan Mikayelyanusb: dwc2: gadget: Add OUTTKNEPDIS and NAKINTRPT handlers
2016-06-21 Vardan Mikayelyanusb: dwc2: gadget: Add dwc2_gadget_start_next_request...
2016-06-21 Vardan Mikayelyanusb: dwc2: gadget: Add dwc2_gadget_read_ep_interrupts...
2016-06-21 Vardan Mikayelyanusb: dwc2: gadget: Corrected interval calculation
2016-06-21 Vardan Mikayelyanusb: dwc2: gadget: Add dwc2_gadget_incr_frame_num()
2016-06-21 Vardan Mikayelyanusb: dwc2: gadget: Fix transfer stop programming for...
2016-06-21 Vardan Mikayelyanusb: dwc2: gadget: Corrected field names
2016-06-21 Vardan Mikayelyanusb: dwc2: gadget: Remove unnecessary code
2016-06-21 Vardan Mikayelyanusb: dwc2: gadget: Remove unnecessary line
2016-06-21 Vardan Mikayelyanusb: dwc2: Add missing register field definitions
2016-06-21 Arnd Bergmannusb: pxa27x_udc: remove unused function argument
2016-06-21 Baolin Wangusb: dwc3: gadget: Add the suspend state checking when...
2016-06-21 Felipe Balbiusb: dwc3: gadget: issue ENDTRANSFER conditional on...
2016-06-21 Roger Quadrosusb: dwc3: fix runtime PM in error path
2016-06-21 Felipe Balbiusb: dwc3: gadget: simplify run_stop() break condition
2016-06-21 Felipe Balbiusb: dwc3: gadget: avoid while(1) in run_stop()
2016-06-21 Felipe Balbiusb: dwc3: gadget: remove udelay() from run_stop()
2016-06-21 Felipe Balbiusb: dwc3: core: fixup dr_mode fallback selection
2016-06-21 Felipe Balbiusb: dwc3: pci: add dr-mode for Intel dwc3
2016-06-21 Felipe Balbiusb: dwc3: gadget: rename 'ignore' argument to 'modify'
2016-06-21 Felipe Balbiusb: gadget: add tracepoints to the gadget API
2016-06-21 Felipe Balbiusb: gadget: move gadget API functions to udc-core
2016-06-20 Felipe Balbiusb: dwc3: gadget: decrement trbs_left for each sg...
2016-06-20 Felipe Balbiusb: dwc3: gadget: start Bulk endpoints more frequently
2016-06-20 Felipe Balbiusb: dwc3: gadget: disable XFER_NOT_READY
2016-06-20 Felipe Balbiusb: dwc3: gadget: use allocated/queued reqs for LST bit
2016-06-20 Felipe Balbiusb: dwc3: gadget: halt and stop based HWO bit
2016-06-20 Felipe Balbiusb: dwc3: gadget: keep track of allocated and queued...
2016-06-20 Felipe Balbiusb: dwc3: gadget: update transfer needs transfer resource
2016-06-20 Heikki Krogerususb: dwc3: remove handling of platform data
2016-06-20 Heikki Krogerususb: dwc3: pci: use build-in properties instead of...
2016-06-20 Felipe Balbiusb: dwc3: remove trailing newline from dwc3_trace
2016-06-20 Roger Quadrosusb: dwc3: omap: Pass VBUS and ID events transparently
2016-06-20 Roger Quadrosusb: dwc3: omap: Don't set POWERPRESENT
2016-06-20 Roger Quadrosusb: dwc3: omap: Mark the interrupt handler as shared
2016-06-20 Roger Quadrosusb: dwc3: omap: use request_threaded_irq()
2016-06-20 William Wuusb: dwc3: add DWC3_GUCTL1 reg for debug
2016-06-20 John Younusb: dwc3: Fix DWC3_USB31_REVISION_110A definition
2016-06-20 John Younusb: dwc3: Use the correct speed macros for DSTS/DCFG
2016-06-20 John Younusb: dwc3: gadget: Fix truncated cast issue
2016-06-20 John Younusb: dwc3: gadget: Handle TRB index 0 when full or...
2016-06-20 John Younusb: dwc3: gadget: Account for link TRB in TRBs left
2016-06-20 John Younusb: dwc3: gadget: Account for max size in TRB space
2016-06-20 John Younusb: dwc3: gadget: Don't prepare TRBs if no space
2016-06-20 John Younusb: dwc3: gadget: Initialize the TRB ring
2016-06-20 John Younusb: dwc3: gadget: Simplify skipping of link TRBs
2016-06-20 John Younusb: dwc3: Endianness issue on dwc3_log_ctrl
2016-06-20 John Younusb: dwc3: gadget: Fix usage of bitwise operator
2016-06-20 John Younusb: dwc3: ep0: Use the correct type for SET_SEL data
2016-06-20 John Younusb: dwc3: ep0: Fix endianness of wIndex passed to...
2016-06-20 Felipe Balbiusb: dwc3: gadget: improve gcmd trace
2016-06-20 Felipe Balbiusb: dwc3: gadget: remove udelay() from generic cmd
2016-06-20 Felipe Balbiusb: dwc3: gadget: single return point on generic commands
2016-06-20 Felipe Balbiusb: dwc3: trace: print ep cmd status with a single...
2016-06-20 Felipe Balbiusb: dwc3: gadget: loop while (timeout)
2016-06-20 Felipe Balbiusb: dwc3: gadget: fix trace output when command fails
2016-06-20 Felipe Balbiusb: dwc3: trace: fully decode IRQ events
2016-06-20 Felipe Balbiusb: dwc3: gadget: no more tracking endpoint type with...
2016-06-20 Janusz Dziedzicusb: dwc3: trace: pretty-print TRB's ctrl field
2016-06-20 Felipe Balbiusb: dwc3: gadget: add a per-endpoint request queue...
2016-06-20 Felipe Balbiusb: dwc3: pci: add Power Management dummy hooks
2016-06-20 Felipe Balbiusb: dwc3: implement runtime PM
2016-06-20 Felipe Balbiusb: dwc3: gadget: fix for possible endpoint disable...
2016-06-20 Konrad Leszczynskiusb: dwc3: fix for the isoc transfer EP_BUSY flag
2016-06-20 Felipe Balbiusb: dwc3: gadget: only resume USB2 PHY in <=HIGHSPEED
2016-06-20 Felipe Balbiusb: dwc3: gadget: hold gadget IRQ in dwc->irq_gadget
2016-06-20 Felipe Balbiusb: dwc3: core: simplify suspend/resume operations
2016-06-20 Felipe Balbiusb: dwc3: core: re-factor init and exit paths
2016-06-20 Felipe Balbiusb: dwc3: core: move fladj to dwc3 structure
2016-06-20 Felipe Balbiusb: dwc3: gadget: add a pointer to endpoint registers
2016-06-20 Felipe Balbiusb: dwc3: gadget: pass dep as argument to endpoint...
2016-06-20 Felipe Balbiusb: dwc3: gadget: initialize NUMP based on RxFIFO...
2016-06-20 Felipe Balbiusb: dwc3: gadget: split __dwc3_gadget_kick_transfer()
2016-06-20 Felipe Balbiusb: dwc3: gadget: return 0 if we try to Wakeup in...
2016-06-20 Felipe Balbiusb: dwc3: gadget: remove udelay(1) when sending ep...
2016-06-20 Felipe Balbiusb: dwc3: gadget: rely on sg_is_last() and list_is_last()
2016-06-20 Felipe Balbiusb: dwc3: gadget: simplify __dwc3_gadget_kick_transfer()
2016-06-20 Felipe Balbiusb: dwc3: gadget: prepare TRBs on update transfers too
2016-06-20 Felipe Balbiusb: dwc3: core: get rid of DWC3_PM_OPS macro
2016-06-20 Felipe Balbiusb: dwc3: gadget: fix gadget suspend/resume
2016-06-20 Felipe Balbiusb: dwc3: gadget: re-factor ->udc_start and ->udc_stop
2016-06-20 Tim Harveyusb: gadget: net2280: add USB2380 support
2016-06-20 Felipe Balbiusb: gadget: storage: increase maximum storage num...
2016-06-20 Felipe Balbiusb: gadget: storage: get rid of fsg_num_buffers_validate()
2016-06-19 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2016-06-19 Linus TorvaldsMerge tag 'dmaengine-fix-4.7-rc4' of git://git.infradea...
2016-06-19 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git./linux/kernel...
2016-06-19 Olof JohanssonMerge tag 'gpmc-omap-fixes-for-v4.7' of https://github...
2016-06-19 Olof JohanssonMerge tag 'omap-for-v4.7/fixes-powedomain' of git:...
2016-06-19 Olof JohanssonMerge tag 'fixes-rcu-fiq-signed' of git://git./linux...
2016-06-19 Linus TorvaldsMerge branch 'fixes' of git://git.armlinux.org.uk/...
2016-06-18 Linus TorvaldsMerge tag 'usb-4.7-rc4' of git://git./linux/kernel...
2016-06-18 Linus TorvaldsMerge tag 'staging-4.7-rc4' of git://git./linux/kernel...
2016-06-18 Linus TorvaldsMerge tag 'driver-core-4.7-rc4' of git://git./linux...
2016-06-18 Linus TorvaldsMerge tag 'char-misc-4.7-rc4' of git://git./linux/kerne...
2016-06-18 Linus TorvaldsMerge branch 'for-linus-4.7' of git://git./linux/kernel...
next