aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
AgeCommit message (Expand)Author
2021-12-01usb: dwc2: hcd_queue: Fix use of floating point literalNathan Chancellor
2021-10-09usb: dwc2: check return value after calling platform_get_resource()Yang Yingliang
2021-10-06usb: dwc2: gadget: Fix ISOC transfer complete handling for DDMAMinas Harutyunyan
2021-07-28usb: dwc2: gadget: Fix sending zero length packet in DDMA mode.Minas Harutyunyan
2021-06-10usb: dwc2: Fix build in periphal-only modePhil Elwell
2021-05-22usb: dwc2: Fix gadget DMA unmap directionPhil Elwell
2021-05-22usb: dwc2: Fix hibernation between host and device modes.Artur Petrosyan
2021-05-22usb: dwc2: Fix host mode hibernation exit with remote wakeup flow.Artur Petrosyan
2021-05-22usb: dwc2: Fix session request interrupt handlerArtur Petrosyan
2021-04-07usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board.Artur Petrosyan
2021-03-04usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck
2021-03-04usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck
2021-03-04usb: dwc2: Do not update data length if it is 0 on inbound transfersGuenter Roeck
2021-02-10usb: dwc2: Fix endpoint direction check in ep_from_windexHeiko Stuebner
2020-10-29usb: dwc2: Fix INTR OUT transfers in DDMA mode.Minas Harutyunyan
2020-10-29usb: dwc2: Fix parameter type in function pointer prototypeNathan Chancellor
2020-08-19usb: dwc2: Fix error path in gadget registrationMarek Szyprowski
2020-07-22usb: dwc2: Fix shutdown callback in platformMinas Harutyunyan
2020-06-30usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan
2020-06-25usb: dwc2: gadget: move gadget resume after the core is in L0 stateFabrice Gasnier
2020-02-28usb: dwc2: Fix in ISOC request length checkingMinas Harutyunyan
2020-02-28usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flowsMinas Harutyunyan
2020-02-24usb: dwc2: Fix IN FIFO allocationJohn Keeping
2020-01-27dwc2: gadget: Fix completed transfer size calculation in DDMAMinas Harutyunyan
2019-12-05usb: dwc2: use a longer core rest timeout in dwc2_core_reset()Mathias Kresin
2019-11-24usb: dwc2: disable power_down on rockchip devicesSolidHal
2019-11-06usb: dwc2: fix unbalanced use of external vbus-supplyFabrice Gasnier
2019-08-04usb: dwc2: Fix disable all EP's on disconnectMinas Harutyunyan
2019-08-04usb: dwc2: Disable all EP's on disconnectMinas Harutyunyan
2019-07-14usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset()Martin Blumenstingl
2019-06-19usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression)Douglas Anderson
2019-06-19usb: dwc2: Fix DMA cache alignment issuesMartin Schiller
2019-05-31usb: dwc2: gadget: Increase descriptors count for ISOC'sMinas Harutyunyan
2019-02-12usb: dwc2: Disable power down feature on Samsung SoCsMarek Szyprowski
2019-01-09usb: dwc2: disable power_down on Amlogic devicesMartin Blumenstingl
2019-01-09usb: dwc2: host: use hrtimer for NAK retriesTerin Stock
2018-12-13usb: dwc2: pci: Fix an error code in probeDan Carpenter
2018-11-13usb: dwc2: fix a race with external vbus supplyFabrice Gasnier
2018-11-13usb: dwc2: fix call to vbus supply exit routine, call it unlockedFabrice Gasnier
2018-09-05usb: dwc2: Fix call location of dwc2_check_core_endiannessBruno Meirelles Herrera
2018-07-30Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2018-07-30usb: dwc2: Turn on uframe_sched on "stm32f4x9_fsotg" platformsDouglas Anderson
2018-07-30usb: dwc2: Turn on uframe_sched on "amlogic" platformsDouglas Anderson
2018-07-30usb: dwc2: Turn on uframe_sched on "his" platformsDouglas Anderson
2018-07-30usb: dwc2: Turn on uframe_sched on "bcm" platformsDouglas Anderson
2018-07-30usb: dwc2: gadget: ISOC's starting flow improvementMinas Harutyunyan
2018-07-30usb: dwc2: Make dwc2_readl/writel functions endianness-agnostic.Gevorg Sahakyan
2018-07-30usb: dwc2: replace ioread32/iowrite32_rep with dwc2_readl/writel_repGevorg Sahakyan
2018-07-30usb: dwc2: Modify dwc2_readl/writel functions prototypeGevorg Sahakyan
2018-07-26usb: dwc2: Move dwc2_readl/writel functions after hsotg structureGevorg Sahakyan