aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2
AgeCommit message (Expand)AuthorFilesLines
2022-06-24usb: dwc2: drop unexpected word "the" in the commentsGravatar Jiang Jian 1-1/+1
2022-06-24usb: dwc2: gadget: remove D+ pull-up while no vbus with usb-role-switchGravatar Amelie Delaunay 1-1/+2
2022-06-22usb: dwc2: host: add TPL supportGravatar Amelie Delaunay 1-0/+3
2022-06-10usb: dwc2: Fix memory leak in dwc2_hcd_initGravatar Miaoqian Lin 1-1/+1
2022-05-05usb: dwc2: gadget: don't reset gadget's driver->busGravatar Marek Szyprowski 1-1/+0
2022-04-21USB: dwc2: Add OTG support for Ingenic SoCs.Gravatar 周琰杰 (Zhou Yanjie) 3-1/+63
2022-02-28Merge 5.17-rc6 into usb-nextGravatar Greg Kroah-Hartman 2-2/+6
2022-02-17usb: dwc2: drd: fix soft connect when gadget is unconfiguredGravatar Fabrice Gasnier 2-2/+6
2022-02-11usb: dwc2: Add platform specific data for Intel's AgilexGravatar Dinh Nguyen 1-0/+10
2022-01-26usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspendGravatar Amelie Delaunay 1-1/+1
2022-01-06usb: dwc2: gadget: initialize max_speed from paramsGravatar John Keeping 1-1/+12
2022-01-06usb: dwc2: do not gate off the hardware if it does not support clock gatingGravatar Dinh Nguyen 1-3/+4
2021-12-30usb: dwc2: Simplify a bitmap declarationGravatar Christophe JAILLET 1-2/+1
2021-12-20Merge 5.16-rc6 into usb-nextGravatar Greg Kroah-Hartman 1-0/+3
2021-12-17usb: dwc2: drd: restore role and overrides upon resumeGravatar Fabrice Gasnier 2-6/+42
2021-12-17usb: dwc2: drd: add role-switch-default-node supportGravatar Fabrice Gasnier 2-0/+16
2021-12-15usb: dwc2: platform: adopt dev_err_probe() to silent probe deferGravatar Amelie Delaunay 1-37/+16
2021-12-15usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probeGravatar Amelie Delaunay 1-0/+3
2021-11-29Merge 5.16-rc3 into usb-nextGravatar Greg Kroah-Hartman 2-4/+15
2021-11-23usb: dwc2: gadget: use existing helperGravatar John Keeping 1-2/+2
2021-11-17usb: dwc2: hcd_queue: Fix use of floating point literalGravatar Nathan Chancellor 1-1/+1
2021-11-17usb: dwc2: gadget: Fix ISOC flow for elapsed framesGravatar Minas Harutyunyan 1-3/+14
2021-10-25usb: dwc2: stm32mp15: set otg_revGravatar Fabrice Gasnier 1-0/+2
2021-10-25usb: dwc2: add otg_rev and otg_caps information for gadget driverGravatar Fabrice Gasnier 5-52/+57
2021-10-21usb: dwc2: drd: reset current session before setting the new oneGravatar Amelie Delaunay 1-0/+2
2021-10-21usb: dwc2: drd: fix dwc2_drd_role_sw_set when clock could be disabledGravatar Amelie Delaunay 1-0/+18
2021-10-21usb: dwc2: drd: fix dwc2_force_mode call in dwc2_ovr_initGravatar Amelie Delaunay 1-2/+2
2021-09-14usb: dwc2: gadget: Fix ISOC transfer complete handling for DDMAGravatar Minas Harutyunyan 1-3/+1
2021-09-14usb: dwc2: gadget: Fix ISOC flow for BDMA and SlaveGravatar Minas Harutyunyan 1-83/+106
2021-09-14usb: dwc2: check return value after calling platform_get_resource()Gravatar Yang Yingliang 1-0/+4
2021-08-27usb: dwc2: Fix spelling mistake "was't" -> "wasn't"Gravatar Colin Ian King 1-1/+1
2021-08-13usb: dwc2: gadget: implement udc_set_speed()Gravatar Argishti Aleksanyan 1-0/+23
2021-07-26Merge v5.14-rc3 into usb-nextGravatar Greg Kroah-Hartman 5-7/+38
2021-07-21usb: dwc2: gadget: Add endpoint wedge supportGravatar Minas Harutyunyan 2-1/+29
2021-07-21usb: dwc2: gadget: Fix sending zero length packet in DDMA mode.Gravatar Minas Harutyunyan 1-4/+6
2021-07-21usb: dwc2: Skip clock gating on Samsung SoCsGravatar Marek Szyprowski 4-3/+11
2021-07-21usb: dwc2: gadget: Fix GOUTNAK flow for Slave mode.Gravatar Minas Harutyunyan 1-0/+21
2021-06-09usb: dwc2: Don't reset the core after setting turnaround timeGravatar Clément Lassieur 1-9/+21
2021-05-27usb: dwc2: gadget: Repair 'dwc2_hsotg_core_init_disconnected()'s documentationGravatar Lee Jones 1-1/+1
2021-05-27usb: dwc2: pci: Fix possible copy/paste issueGravatar Lee Jones 1-1/+1
2021-05-27usb: dwc2: hcd_queue: Fix typeo in function name 'dwc2_hs_pmap_unschedule()'Gravatar Lee Jones 1-1/+1
2021-05-27usb: dwc2: params: Fix naming of 'dwc2_get_hwparams()' in the docsGravatar Lee Jones 1-2/+2
2021-05-27usb: dwc2: platform: Provide function name for 'dwc2_check_core_version()'Gravatar Lee Jones 1-1/+1
2021-05-21USB: dwc2: drop irq-flags initialisationsGravatar Johan Hovold 1-6/+6
2021-05-10usb: dwc2: Remove obsolete MODULE_ constants from platform.cGravatar Matthijs Kooijman 1-4/+0
2021-05-10usb: dwc2: Fix gadget DMA unmap directionGravatar Phil Elwell 2-1/+4
2021-04-22usb: dwc2: Get rid of useless error checks in suspend interruptGravatar Artur Petrosyan 2-14/+7
2021-04-22usb: dwc2: Update dwc2_handle_usb_suspend_intr function.Gravatar Artur Petrosyan 1-5/+7
2021-04-22usb: dwc2: Add exit hibernation mode before removing driveGravatar Artur Petrosyan 1-0/+15
2021-04-22usb: dwc2: Add hibernation exiting flow by system resumeGravatar Artur Petrosyan 1-0/+10