summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-07-24usb: dwc3: gadget: add frame number maskMichael Grzeschik2-2/+4
2020-07-24usb: gadget: function: printer: Interface is disabled and returns errorZqiang1-0/+36
2020-07-24usb: gadget: f_uac2: fix AC Interface Header Descriptor wTotalLengthRuslan Bilovol1-5/+2
2020-07-24usb: bdc: Use devm_clk_get_optional()Florian Fainelli1-5/+3
2020-07-24usb: bdc: Halt controller on suspendDanesh Petigara1-2/+7
2020-07-24usb: bdc: driver runs out of buffer descriptors on large ADB transfersAl Cooper1-1/+1
2020-07-24usb: bdc: Adb shows offline after resuming from S2Al Cooper1-3/+7
2020-07-24bdc: Fix bug causing crash after multiple disconnectsSasi Kumar2-6/+14
2020-07-24usb: bdc: Add compatible string for new style USB DT nodesAl Cooper1-1/+1
2020-07-24USB: PHY: JZ4770: Reformat the code to align it.周琰杰 (Zhou Yanjie)1-37/+37
2020-07-24USB: PHY: JZ4770: Add support for new Ingenic SoCs.周琰杰 (Zhou Yanjie)2-33/+163
2020-07-24USB: PHY: JZ4770: Unify code style and simplify code.周琰杰 (Zhou Yanjie)1-23/+11
2020-07-24usb: gadget: net2280: fix memory leak on probe error handling pathsEvgeny Novikov1-1/+3
2020-07-24usb: cdns3: drd: simplify *switch_gadet and *switch_hostPawel Laszczak4-62/+76
2020-07-24usb: cdns3: core: removed overwriting some error codePawel Laszczak1-6/+2
2020-07-24usb: cdns3: core: removed 'goto not_otg'Pawel Laszczak1-11/+9
2020-07-24usb: cdns3: Added CDNS3_ID_PERIPHERAL and CDNS3_ID_HOSTPawel Laszczak2-2/+5
2020-07-24usb: cdns3: drd: changed return type from int to boolPawel Laszczak2-10/+10
2020-07-24usb: cdns3: drd: return IRQ_NONE explicitly.Pawel Laszczak1-2/+2
2020-07-24usb: cnds3: drd: deleted !=Pawel Laszczak1-1/+1
2020-07-24usb: cdns3: drd: removed not needed variables initializationPawel Laszczak2-12/+11
2020-07-24usb: cdns3: core: removed cdns3_get_current_role_driver functionPawel Laszczak1-7/+0
2020-07-24usb: cdns3: gadget: always zeroed TRB buffer when enable endpointPeter Chen1-1/+2
2020-07-24usb: cdns3: ep0: delete the unnecessary operationPeter Chen1-3/+0
2020-07-24usb: gadget: net2272: skip BAR1 on error handling paths in probeEvgeny Novikov1-0/+2
2020-07-24usb: gadget: bdc: use readl_poll_timeout() to simplify codeChunfeng Yun1-15/+11
2020-07-24usb: dwc2: Fix error path in gadget registrationMarek Szyprowski1-1/+3
2020-07-24usb: gadget: udc: atmel: implement .pullup callbackMichał Mirosław1-0/+20
2020-07-24usb: gadget: udc: Flush pending work also in error pathMarek Szyprowski1-0/+1
2020-07-24usb: cdns3: gadget: improve the set_configuration handlingPeter Chen2-13/+5
2020-07-24usb: dwc3: meson-g12a: fix shared reset control useDan Robertson1-6/+9
2020-07-23xhci: dbc: remove tty specific port structure from struct xhci_dbcMathias Nyman2-7/+24
2020-07-23xhci: dbgcap: remove dbc dependency on dbctty specific flagMathias Nyman2-4/+17
2020-07-23xhci: dbc: Add a operations structure to access driver functionsMathias Nyman3-15/+21
2020-07-23xhci: dbctty: split dbc tty driver registration and unregistration functions.Mathias Nyman3-54/+81
2020-07-23xhci: dbc: remove endpoint pointers from dbc_port structureMathias Nyman2-4/+0
2020-07-23xhci: dbc: simplify dbc requests allocation and queueingMathias Nyman3-36/+52
2020-07-23xhci: dbc: Pass dbc pointer to dbc start and stop functions.Mathias Nyman1-15/+14
2020-07-23xhci: dbc: Pass dbc pointer to dbc memory init and cleanup functionsMathias Nyman1-9/+5
2020-07-23xhci: dbc: don't use generic xhci ring allocation functions for dbc.Mathias Nyman3-12/+74
2020-07-23xhci: dbc: Don't use generic xhci context allocation for dbcMathias Nyman1-3/+30
2020-07-23xhci: dbc: Use dbc structure in the request completion instead of xhci_hcdMathias Nyman3-26/+23
2020-07-23xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpointsMathias Nyman3-16/+12
2020-07-23xhci: dbgtty: Pass dbc pointer when registering a dbctty deviceMathias Nyman3-12/+8
2020-07-23xhci: dbc: Pass dbc pointer to dbc_handle_xfer_event() instead of xhci_hcd po...Mathias Nyman1-4/+2
2020-07-23xhci: dbc: Change to pass dbc pointer to xhci_do_dbc_stop()Mathias Nyman1-4/+2
2020-07-23xhci: dbc: Pass dbc pointer to endpoint init and exit functions.Mathias Nyman1-10/+7
2020-07-23xhci: dbc: Get the device pointer from dbc structure in dbc_ep_do_queue()Mathias Nyman1-4/+1
2020-07-23xhci: dbc: Don't pass the xhci pointer as a parameter to xhci_dbc_init_context()Mathias Nyman1-4/+2
2020-07-23xhci: dbc: Don't use xhci_write_64() as it takes xhci as a parameterMathias Nyman1-4/+5