summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/dwc2_udc_otg.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-26usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and usb_gadget_register_dr...Patrice Chotard1-6/+2
2021-02-11usb: dwc2: change compatible st,stm32mp1-hsotg to st,stm32mp15-hsotgPatrick Delaunay1-1/+1
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-2/+2
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-3/+3
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-27/+26
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-11-22usb: gadget: dwc2_udc_otg: return zero when reset property is not presentJaehoon Chung1-1/+1
2020-11-22usb: dwc2: add "u-boot,force-vbus-detection" for stm32Patrick Delaunay1-21/+38
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-02usb: dwc2_udc_otg: use the phy bulk API to get physChunfeng Yun1-76/+17
2020-03-30usb: Migrate to support live DT for some driverKever Yang1-3/+2
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-01-29usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) supportMarek Szyprowski1-0/+2
2019-06-19usb: dwc2: allow peripheral mode for OTG configurationPatrick Delaunay1-1/+2
2019-06-19usb: dwc2: correctly handle binding for g-tx-fifo-sizePatrick Delaunay1-1/+13
2019-04-21stm32mp1: add stusb1600 support for DK1 and DK2 boardPatrick Delaunay1-2/+6
2019-04-21usb: dwc2: add support for STM32MP1Patrick Delaunay1-0/+45
2019-04-21usb: dwc2_udc_otg: Add tx_fifo_sz array supportPatrice Chotard1-2/+12
2019-04-21usb: dwc2_udc_otg: Read MAX_HW_ENDPOINT from HWCFG4 registerPatrick Delaunay1-3/+8
2019-04-21usb: dwc2: Add function for session B checkPatrick Delaunay1-0/+9
2019-04-21usb: dwc2: Add force-b-session-valid supportPatrick Delaunay1-0/+9
2019-04-21usb: dwc2: force reset assert before to probe the driverPatrick Delaunay1-1/+6
2019-04-21usb: dwc2: convert driver to DM_USB_GADGETPatrick Delaunay1-2/+290
2019-04-21usb: dwc2: remove unused variable regs_otgPatrick Delaunay1-3/+0
2018-12-14usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski1-1/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-1/+1
2017-01-17usb: dwc2-otg: remove unused variableMasahiro Yamada1-2/+0
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-07-26usb: dwc2-otg: adjust fifo size via platform dataXu Ziyuan1-6/+16
2016-06-13usb: dwc2_udc_otg: support 8-bit interfaceSteve Rae1-0/+4
2016-02-04usb: gadget: dwc2_udc_otg: modified the check condition for max packet size o...Frank Wang1-2/+2
2015-12-17usb: s3c-otg: Rename usb/s3c_udc.h to usb/dwc2_udc.hMarek Vasut1-1/+1
2015-12-17usb: s3c-otg: Rename s3c_udc_probe() functionMarek Vasut1-1/+1
2015-12-17usb: s3c-otg: Rename struct s3c_plat_otg_dataMarek Vasut1-1/+1
2015-12-17usb: s3c-otg: Tweak the commentsMarek Vasut1-1/+1
2015-12-17usb: s3c-otg: Rename remaining macrosMarek Vasut1-7/+7
2015-12-17usb: s3c-otg: Rename sources to dwc2_*cMarek Vasut1-0/+845