aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-02usb: cdns3: Enable workaround for USB2.0 PHY Rx compliance test PHY lockupPawel Laszczak4-1/+19
2020-10-02usb: dwc-meson-g12a: Add support for USB on AXG SoCsNeil Armstrong1-0/+18
2020-10-02usb: gadget: pch_udc: Convert to use GPIO descriptorsLinus Walleij1-33/+22
2020-10-02usb: cdns3: imx: add glue layer runtime pm implementationPeter Chen1-5/+186
2020-10-02usb: cdns3: add runtime PM supportPeter Chen5-17/+166
2020-10-02usb: cdns3: introduce set_phy_power_on{off} APIsPeter Chen1-15/+28
2020-10-02usb: mtu3: Remove unsused inline function is_first_entryYueHaibing1-6/+0
2020-10-02usb: dwc3: core: do not queue work if dr_mode is not USB_DR_MODE_OTGLi Jun1-3/+3
2020-10-02usb: gadget: function: printer: fix use-after-free in __lock_acquireZqiang1-2/+14
2020-10-02usb: gadget: f_acm: don't disable disabled EPMichał Mirosław1-3/+5
2020-10-02usb: gadget: aspeed: fixup vhub port irq handlingTao Ren2-7/+6
2020-10-02usb: dwc3: gadget: fix checkpatch warningsFelipe Balbi1-15/+17
2020-10-02usb: dwc3: core: fix checkpatch warningsFelipe Balbi1-18/+19
2020-10-02usb: dwc3: debugfs: fix checkpatch warningsFelipe Balbi1-30/+26
2020-10-02usb: dwc3: qcom: fix checkpatch warningsFelipe Balbi1-3/+5
2020-10-02usb: dwc3: ep0: fix checkpatch warningsFelipe Balbi1-3/+3
2020-10-02usb: dwc3: debug: fix checkpatch warningFelipe Balbi1-2/+2
2020-10-02usb: dwc3: trace: fix checkpatch warningsFelipe Balbi1-8/+9
2020-10-02usb: dwc3: ulpi: fix checkpatch warningFelipe Balbi1-1/+1
2020-10-02usb: dwc3: meson: fix checkpatch errors and warningsFelipe Balbi1-11/+7
2020-10-02usb: dwc3: debug: fix sparse warningFelipe Balbi1-1/+3
2020-10-02usb: dwc3: meson: fix coccinelle WARNINGFelipe Balbi1-4/+1
2020-10-02usb: dwc3: qcom: Add interconnect support in dwc3 driverSandeep Maheswaram1-2/+118
2020-10-02usb: gadget: udc: Drop surplus includeLinus Walleij1-1/+0
2020-09-24usb: gadget: udc: atmel: update endpoint allocation for sam9x60Cristian Birsan2-3/+19
2020-09-24usb: gadget: udc: atmel: use 1 bank endpoints for control transfersCristian Birsan1-0/+1
2020-09-24usb: gadget: udc: atmel: simplify endpoint allocationCristian Birsan2-14/+8
2020-09-24usb: gadget: udc: atmel: use of_find_matching_node_and_matchClaudiu Beznea1-7/+19
2020-09-24usb: dwc2: Add missing cleanups when usb_add_gadget_udc() failsMartin Blumenstingl1-1/+5
2020-09-24usb: dwc3: core: Print warning on unsupported speedThinh Nguyen1-0/+9
2020-09-24usb: dwc3: core: Properly default unspecified speedThinh Nguyen1-17/+18
2020-09-24usb: dwc2: Fix parameter type in function pointer prototypeNathan Chancellor1-1/+1
2020-09-24usb: dwc3: simple: add support for Hikey 970Mauro Carvalho Chehab1-0/+1
2020-09-24usb: cdns3: gadget: free interrupt after gadget has deletedPeter Chen1-1/+1
2020-09-24usb: dwc3: gadget: END_TRANSFER before CLEAR_STALL commandThinh Nguyen4-8/+50
2020-09-24usb: dwc3: gadget: Resume pending requests after CLEAR_STALLThinh Nguyen1-8/+14
2020-09-20Merge tag 'efi-urgent-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-09-20Merge tag 'libnvdimm-fixes-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-11/+20
2020-09-20Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+17
2020-09-20Merge tag 'usb-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds9-17/+64
2020-09-20Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-25/+32
2020-09-20Merge tag 'edac_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/rasLinus Torvalds1-0/+5
2020-09-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-8/+28
2020-09-20dax: Fix stack overflow when mounting fsdax pmem deviceAdrian Huang1-6/+6
2020-09-20dm: Call proper helper to determine dax supportJan Kara2-3/+11
2020-09-20dm/dax: Fix table reference countsDan Williams1-2/+3
2020-09-19Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds5-17/+29
2020-09-19RISC-V: Resurrect the MMIO timer implementation for M-mode systemsPalmer Dabbelt1-0/+17
2020-09-18Merge tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-4/+4
2020-09-18i2c: mxs: use MXS_DMA_CTRL_WAIT4END instead of DMA_CTRL_ACKMatthias Schiffer1-3/+7