summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: f_midi: remove alignment code for OUT endpointFelipe F. Tonello2016-08-251-3/+2
* usb: gadget: align buffer size when allocating for OUT endpointFelipe F. Tonello2016-08-252-1/+18
* usb: gadget: change len to size_t on alloc_ep_req()Felipe F. Tonello2016-08-252-2/+2
* usb: gadget: fix usb_ep_align_maybe endianness and new usb_ep_alignFelipe F. Tonello2016-08-251-3/+14
* usb: gadget: Add per-lun inquiry stringPhilipp Gesang2016-08-254-6/+57
* usb: dwc3: of-simple: add compatible for rockchip rk3399William Wu2016-08-251-0/+1
* usb: dwc3: rockchip: add devicetree bindings documentationWilliam Wu2016-08-251-0/+59
* usb: dwc3: add dis_del_phy_power_chg_quirkWilliam Wu2016-08-253-0/+10
* usb: dwc3: make usb2 phy utmi interface configurableWilliam Wu2016-08-253-0/+36
* usb: dwc3: add dis_u2_freeclk_exists_quirkWilliam Wu2016-08-253-0/+13
* usb: gadget: net2280: match interrupt endpoints to PIO endpoints and DMA to bulkJussi Kivilinna2016-08-251-0/+38
* usb: gadget: net2280: fix infinite loop in irq handlerJussi Kivilinna2016-08-251-3/+37
* usb: gadget: f_ncm: add SuperSpeed descriptors for CDC NCMJussi Kivilinna2016-08-251-2/+80
* usb: dwc2: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-08-251-1/+1
* usb: gadget: remove redundant self assignmentColin Ian King2016-08-251-3/+1
* usb: gadget: configfs: log function unbinding as informationRomain Izard2016-08-251-2/+3
* usb: phy: generic: remove the vbus dependencyRobert Jarzmik2016-08-251-5/+2
* usb: phy: generic: cope with initial stateRobert Jarzmik2016-08-251-0/+2
* usb: gadget: pxa27x: add phy notifier event handlerRobert Jarzmik2016-08-251-2/+49
* usb: dwc3: gadget: improve increment request->actualFelipe Balbi2016-08-251-6/+2
* usb: dwc3: gadget: remove condition that never happensFelipe Balbi2016-08-251-4/+2
* usb: dwc3: gadget: add remaining sg entries to ringFelipe Balbi2016-08-251-9/+24
* usb: dwc3: gadget: interrupt on ring full tooFelipe Balbi2016-08-221-1/+4
* usb: dwc3: gadget: add sg and num_pending_sgs to dwc3_requestFelipe Balbi2016-08-221-0/+4
* usb: dwc3: gadget: avoid while (1) loop on completionFelipe Balbi2016-08-221-13/+19
* usb: dwc3: gadget: simplify __dwc3_gadget_ep_queue()Felipe Balbi2016-08-221-76/+7
* usb: dwc3: gadget: simplify dwc3_ep_prev_trb()Felipe Balbi2016-08-221-5/+5
* usb: dwc3: gadget: increment dequeue pointer on completionFelipe Balbi2016-08-221-14/+3
* usb: dwc3: gadget: retire LST bit completelyFelipe Balbi2016-08-221-47/+15
* Linux 4.8-rc3v4.8-rc3Linus Torvalds2016-08-211-1/+1
* Merge branch 'parisc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-08-213-22/+2
|\
| * parisc: Fix order of EREFUSED define in errno.hHelge Deller2016-08-201-2/+2
| * parisc: Fix automatic selection of cr16 clocksourceHelge Deller2016-08-202-20/+0
* | EDAC, skx_edac: Add EDAC driver for SkylakeTony Luck2016-08-214-0/+1136
|/
* Make the hardened user-copy code depend on having a hardened allocatorLinus Torvalds2016-08-191-0/+1
* Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-198-22/+34
|\
| * i2c: meson: Use complete() instead of complete_all()Daniel Wagner2016-08-151-3/+3
| * i2c: brcmstb: Use complete() instead of complete_all()Daniel Wagner2016-08-151-1/+1
| * i2c: bcm-kona: Use complete() instead of complete_all()Daniel Wagner2016-08-151-1/+1
| * i2c: bcm-iproc: Use complete() instead of complete_all()Daniel Wagner2016-08-151-1/+1
| * i2c: at91: fix support of the "alternative command" featureCyrille Pitchen2016-08-151-10/+14
| * i2c: ocores: add missed clk_disable_unprepare() on failure pathsAlexey Khoroshilov2016-08-151-4/+10
| * i2c: cros-ec-tunnel: Fix usage of cros_ec_cmd_xfer()Brian Norris2016-08-151-1/+1
| * i2c: mux: demux-pinctrl: properly roll back when adding adapter failsWolfram Sang2016-08-151-1/+3
* | Merge tag 'dm-4.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-08-193-38/+53
|\ \
| * | dm raid: support raid0 with missing metadata devicesHeinz Mauelshagen2016-08-171-0/+12
| * | dm raid: enhance attempt_restore_of_faulty_devices() to support more devicesHeinz Mauelshagen2016-08-161-8/+24
| * | dm raid: fix restoring of failed devices regressionHeinz Mauelshagen2016-08-161-22/+11
| * | dm raid: fix frozen recovery regressionHeinz Mauelshagen2016-08-161-6/+1
| * | dm crypt: increase mempool reserve to better support swappingMikulas Patocka2016-08-151-1/+1