summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2020-07-28xhci: dbgtty: Make some functions staticWei Yongjun
2020-07-28xhci: dbc: Make function xhci_dbc_ring_alloc() staticWei Yongjun
2020-07-27Revert "usb: dwc2: override PHY input signals with usb role switch support"Greg Kroah-Hartman
2020-07-27Revert "usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP1...Greg Kroah-Hartman
2020-07-27USB: iowarrior: fix up report size handling for some devicesGreg Kroah-Hartman
2020-07-27Merge tag 'usb-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2020-07-27Merge 5.8-rc7 into usb-nextGreg Kroah-Hartman
2020-07-24usb: dwc3: gadget: when the started list is empty stop the active xferMichael Grzeschik
2020-07-24usb: dwc3: gadget: make starting isoc transfers more robustMichael Olbrich
2020-07-24usb: dwc3: gadget: add frame number maskMichael Grzeschik
2020-07-24usb: gadget: function: printer: Interface is disabled and returns errorZqiang
2020-07-24usb: gadget: f_uac2: fix AC Interface Header Descriptor wTotalLengthRuslan Bilovol
2020-07-24usb: bdc: Use devm_clk_get_optional()Florian Fainelli
2020-07-24usb: bdc: Halt controller on suspendDanesh Petigara
2020-07-24usb: bdc: driver runs out of buffer descriptors on large ADB transfersAl Cooper
2020-07-24usb: bdc: Adb shows offline after resuming from S2Al Cooper
2020-07-24bdc: Fix bug causing crash after multiple disconnectsSasi Kumar
2020-07-24usb: bdc: Add compatible string for new style USB DT nodesAl Cooper
2020-07-24USB: PHY: JZ4770: Reformat the code to align it.周琰杰 (Zhou Yanjie)
2020-07-24USB: PHY: JZ4770: Add support for new Ingenic SoCs.周琰杰 (Zhou Yanjie)
2020-07-24USB: PHY: JZ4770: Unify code style and simplify code.周琰杰 (Zhou Yanjie)
2020-07-24usb: gadget: net2280: fix memory leak on probe error handling pathsEvgeny Novikov
2020-07-24usb: cdns3: drd: simplify *switch_gadet and *switch_hostPawel Laszczak
2020-07-24usb: cdns3: core: removed overwriting some error codePawel Laszczak
2020-07-24usb: cdns3: core: removed 'goto not_otg'Pawel Laszczak
2020-07-24usb: cdns3: Added CDNS3_ID_PERIPHERAL and CDNS3_ID_HOSTPawel Laszczak
2020-07-24usb: cdns3: drd: changed return type from int to boolPawel Laszczak
2020-07-24usb: cdns3: drd: return IRQ_NONE explicitly.Pawel Laszczak
2020-07-24usb: cnds3: drd: deleted !=Pawel Laszczak
2020-07-24usb: cdns3: drd: removed not needed variables initializationPawel Laszczak
2020-07-24usb: cdns3: core: removed cdns3_get_current_role_driver functionPawel Laszczak
2020-07-24usb: cdns3: gadget: always zeroed TRB buffer when enable endpointPeter Chen
2020-07-24usb: cdns3: ep0: delete the unnecessary operationPeter Chen
2020-07-24usb: gadget: net2272: skip BAR1 on error handling paths in probeEvgeny Novikov
2020-07-24usb: gadget: bdc: use readl_poll_timeout() to simplify codeChunfeng Yun
2020-07-24usb: dwc2: Fix error path in gadget registrationMarek Szyprowski
2020-07-24usb: gadget: udc: atmel: implement .pullup callbackMichał Mirosław
2020-07-24usb: gadget: udc: Flush pending work also in error pathMarek Szyprowski
2020-07-24usb: cdns3: gadget: improve the set_configuration handlingPeter Chen
2020-07-24usb: dwc3: meson-g12a: fix shared reset control useDan Robertson
2020-07-23xhci: dbc: remove tty specific port structure from struct xhci_dbcMathias Nyman
2020-07-23xhci: dbgcap: remove dbc dependency on dbctty specific flagMathias Nyman
2020-07-23xhci: dbc: Add a operations structure to access driver functionsMathias Nyman
2020-07-23xhci: dbctty: split dbc tty driver registration and unregistration functions.Mathias Nyman
2020-07-23xhci: dbc: remove endpoint pointers from dbc_port structureMathias Nyman
2020-07-23xhci: dbc: simplify dbc requests allocation and queueingMathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to dbc start and stop functions.Mathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to dbc memory init and cleanup functionsMathias Nyman
2020-07-23xhci: dbc: don't use generic xhci ring allocation functions for dbc.Mathias Nyman
2020-07-23xhci: dbc: Don't use generic xhci context allocation for dbcMathias Nyman