summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | USB: serial: digi_acceleport: fix OOB-event processingJohan Hovold2017-03-091-1/+1
| * | | | | | MAINTAINERS: usb251xb: remove reference inexistent fileRichard Leitner2017-03-091-1/+0
| * | | | | | doc: dt-bindings: usb251xb: mark reg as requiredRichard Leitner2017-03-091-11/+12
| * | | | | | usb: usb251xb: dt: add unit suffix to oc-delay and power-on-timeRichard Leitner2017-03-092-19/+26
| * | | | | | usb: usb251xb: remove max_{power,current}_{sp,bp} propertiesRichard Leitner2017-03-092-40/+4
| * | | | | | usb-storage: Add ignore-residue quirk for Initio INIC-3619Tobias Jakobi2017-03-091-0/+14
| * | | | | | USB: iowarrior: fix NULL-deref in writeJohan Hovold2017-03-091-0/+8
| * | | | | | USB: iowarrior: fix NULL-deref at probeJohan Hovold2017-03-091-6/+7
| * | | | | | usb: phy: isp1301: Add OF device ID tableJavier Martinez Canillas2017-03-091-0/+7
| * | | | | | usb: ohci-at91: Do not drop unhandled USB suspend control requestsJelle Martijn Kok2017-03-091-2/+2
| * | | | | | Merge tag 'fixes-for-v4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-03-0911-44/+114
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | usb: dwc3: gadget: make to increment req->remaining in all casesFelipe Balbi2017-03-081-3/+3
| | * | | | | usb: gadget: udc: net2280: Fix tmp reusage in net2280 driverRaz Manor2017-03-061-12/+13
| | * | | | | usb: gadget: pxa27x: Test for a valid argument pointerPetr Cvek2017-03-061-2/+3
| | * | | | | usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox()Roger Quadros2017-03-061-0/+1
| | * | | | | usb: dwc3: gadget: Fix system suspend/resume on TI platformsRoger Quadros2017-03-061-6/+1
| | * | | | | Revert "usb: gadget: f_fs: Fix ExtCompat descriptor validation"Janusz Dziedzic2017-03-061-1/+1
| | * | | | | USB: gadgetfs: Fix a potential memory leak in 'dev_config()'Christophe JAILLET2017-03-061-1/+3
| | * | | | | usb: gadget: udc: atmel: fix debug outputArnd Bergmann2017-03-061-2/+2
| | * | | | | usb: dwc3: Fix incorrect type for utmi modeFranck Demathieu2017-03-061-1/+1
| | * | | | | usb: gadget: configs: plug memory leakJohn Keeping2017-03-061-0/+1
| | * | | | | usb: gadget: dummy_hcd: clear usb_gadget region before registrationPeter Chen2017-03-061-0/+2
| | * | | | | Revert "usb: gadget: uvc: Add missing call for additional setup data"Roger Quadros2017-03-061-7/+0
| | * | | | | usb: dwc3: gadget: properly increment dequeue pointer on ep_dequeueFelipe Balbi2017-03-061-0/+63
| | * | | | | usb: gadget: function: f_fs: pass companion descriptor alongFelipe Balbi2017-03-061-2/+13
| | * | | | | usb: dwc3: gadget: make Set Endpoint Configuration macros safeFelipe Balbi2017-03-061-7/+7
| |/ / / / /
* | | | | | Merge tag 'pinctrl-v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-112-6/+21
|\ \ \ \ \ \
| * | | | | | pinctrl: uniphier: change pin names of aio/xirq for LD11Kunihiko Hayashi2017-03-061-6/+6
| * | | | | | pinctrl: qcom: add get_direction functionTimur Tabi2017-03-061-0/+15
| |/ / / / /
* | | | | | Merge tag 'ceph-for-4.11-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2017-03-106-8/+66
|\ \ \ \ \ \
| * | | | | | libceph: osd_request_timeout optionIlya Dryomov2017-03-074-1/+53
| * | | | | | rbd: supported_features bus attributeIlya Dryomov2017-03-071-4/+12
| * | | | | | libceph: don't set weight to IN when OSD is destroyedIlya Dryomov2017-03-071-1/+0
| * | | | | | libceph: fix crush_decode() for older mapsIlya Dryomov2017-03-071-2/+1
| |/ / / / /
* | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-03-108-22/+56
|\ \ \ \ \ \
| * | | | | | Revert "i2c: copy device properties when using i2c_register_board_info()"Wolfram Sang2017-03-091-10/+0
| * | | | | | Merge branch 'i2c-mux/for-current' of https://github.com/peda-r/i2c-mux into ...Wolfram Sang2017-03-091-0/+2
| |\ \ \ \ \ \
| | * | | | | | i2c: add missing of_node_put in i2c_mux_del_adaptersQi Hou2017-03-031-0/+2
| * | | | | | | Revert "i2c: add missing of_node_put in i2c_mux_del_adapters"Wolfram Sang2017-03-091-2/+0
| * | | | | | | i2c: exynos5: Avoid transaction timeouts due TRANSFER_DONE_AUTO not setJavier Martinez Canillas2017-03-091-1/+2
| * | | | | | | i2c: designware: add reset interfaceZhangfei Gao2017-03-082-4/+25
| * | | | | | | i2c: meson: fix wrong variable usage in meson_i2c_put_dataHeiner Kallweit2017-03-081-1/+1
| * | | | | | | i2c: copy device properties when using i2c_register_board_info()Dmitry Torokhov2017-03-081-0/+10
| * | | | | | | i2c: m65xx: drop superfluous quirk structureWolfram Sang2017-03-081-9/+0
| * | | | | | | i2c: brcmstb: Fix START and STOP conditionsJaedon Shin2017-03-081-6/+21
| * | | | | | | i2c: add missing of_node_put in i2c_mux_del_adaptersQi Hou2017-03-081-0/+2
| * | | | | | | i2c: riic: fix restart conditionChris Brandt2017-03-081-1/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'drm-fixes-for-4.11-rc2' of git://people.freedesktop.org/~airlied/l...Linus Torvalds2017-03-1022-264/+768
|\ \ \ \ \ \ \
| * | | | | | | drm: mxsfb: Implement drm_panel handlingFabio Estevam2017-03-101-0/+4
| * | | | | | | drm: mxsfb_crtc: Fix the framebuffer misplacementFabio Estevam2017-03-101-2/+2