summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-08-25usb: phy: mxs: Add DT bindings to configure TX settingsJaret Cantu1-0/+61
2016-08-25usb: dwc3: Add revision numbers for the USB 3.0 IPJohn Youn1-0/+2
2016-08-25usb: gadget: f_fs: handle control requests in config 0Felix Hädicke1-2/+3
2016-08-25usb: gadget: composite: let USB functions process ctrl reqs in cfg0Felix Hädicke3-9/+22
2016-08-25usb: gadget: f_fs: handle control requests not directed to interface or endpointFelix Hädicke1-4/+30
2016-08-25usb: gadget: f_hid: add dev to configfsJohannes Berg1-0/+10
2016-08-25usb: dwc3: core: Move the mode setting to the right placeBaolin Wang1-3/+15
2016-08-25usb: gadget: f_midi: drop substreams when disabling endpointFelipe F. Tonello1-12/+15
2016-08-25usb: gadget: f_midi: refactor state machineFelipe F. Tonello1-75/+129
2016-08-25usb: gadget: f_midi: defaults buflen sizes to 512Felipe F. Tonello2-2/+2
2016-08-25usb: gadget: f_midi: remove alignment code for OUT endpointFelipe F. Tonello1-3/+2
2016-08-25usb: gadget: align buffer size when allocating for OUT endpointFelipe F. Tonello2-1/+18
2016-08-25usb: gadget: change len to size_t on alloc_ep_req()Felipe F. Tonello2-2/+2
2016-08-25usb: gadget: Add per-lun inquiry stringPhilipp Gesang4-6/+57
2016-08-25usb: dwc3: of-simple: add compatible for rockchip rk3399William Wu1-0/+1
2016-08-25usb: dwc3: add dis_del_phy_power_chg_quirkWilliam Wu2-0/+8
2016-08-25usb: dwc3: make usb2 phy utmi interface configurableWilliam Wu2-0/+30
2016-08-25usb: dwc3: add dis_u2_freeclk_exists_quirkWilliam Wu2-0/+10
2016-08-25usb: gadget: net2280: match interrupt endpoints to PIO endpoints and DMA to bulkJussi Kivilinna1-0/+38
2016-08-25usb: gadget: net2280: fix infinite loop in irq handlerJussi Kivilinna1-3/+37
2016-08-25usb: gadget: f_ncm: add SuperSpeed descriptors for CDC NCMJussi Kivilinna1-2/+80
2016-08-25usb: dwc2: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-08-25usb: gadget: remove redundant self assignmentColin Ian King1-3/+1
2016-08-25usb: gadget: configfs: log function unbinding as informationRomain Izard1-2/+3
2016-08-25usb: phy: generic: remove the vbus dependencyRobert Jarzmik1-5/+2
2016-08-25usb: phy: generic: cope with initial stateRobert Jarzmik1-0/+2
2016-08-25usb: gadget: pxa27x: add phy notifier event handlerRobert Jarzmik1-2/+49
2016-08-25usb: dwc3: gadget: improve increment request->actualFelipe Balbi1-6/+2
2016-08-25usb: dwc3: gadget: remove condition that never happensFelipe Balbi1-4/+2
2016-08-25usb: dwc3: gadget: add remaining sg entries to ringFelipe Balbi1-9/+24
2016-08-22usb: dwc3: gadget: interrupt on ring full tooFelipe Balbi1-1/+4
2016-08-22usb: dwc3: gadget: add sg and num_pending_sgs to dwc3_requestFelipe Balbi1-0/+4
2016-08-22usb: dwc3: gadget: avoid while (1) loop on completionFelipe Balbi1-13/+19
2016-08-22usb: dwc3: gadget: simplify __dwc3_gadget_ep_queue()Felipe Balbi1-76/+7
2016-08-22usb: dwc3: gadget: simplify dwc3_ep_prev_trb()Felipe Balbi1-5/+5
2016-08-22usb: dwc3: gadget: increment dequeue pointer on completionFelipe Balbi1-14/+3
2016-08-22usb: dwc3: gadget: retire LST bit completelyFelipe Balbi1-47/+15
2016-08-21EDAC, skx_edac: Add EDAC driver for SkylakeTony Luck3-0/+1130
2016-08-19Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-22/+34
2016-08-19Merge tag 'dm-4.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds3-38/+53
2016-08-19Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-19/+29
2016-08-19Merge tag 'usb-4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds31-79/+215
2016-08-19Merge tag 'hwmon-for-linus-v4.8-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2016-08-19Merge tag 'drm-fixes-for-4.8-rc3-2' of git://people.freedesktop.org/~airlied/...Linus Torvalds11-100/+224
2016-08-19Merge tag 'devicetree-fixes-for-4.8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-14/+9
2016-08-19Merge tag 'drm-intel-fixes-2016-08-15' of git://anongit.freedesktop.org/drm-i...Dave Airlie10-95/+219
2016-08-19Merge branch 'drm-etnaviv-fixes' of git://git.pengutronix.de/git/lst/linux in...Dave Airlie1-5/+5
2016-08-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-8/+11
2016-08-18Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2016-08-18Merge tag 'drm-fixes-for-4.8-rc3' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds8-25/+14