Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
376b88a517e3ee19dc789c955871694af856c05b
/
drivers
/
usb
/
gadget
/
dwc2_udc_otg.c
46238dd
usb: dwc2: handle return code of dev_read_size() in of to, plat function
by Wolfgang Grandegger
· Mon Mar 14 09:32:53 2022 +0100
86f4923
drivers/usb/gadget/dwc2_udc_otg.c: Fix spelling of "resetting".
by Vagrant Cascadian
· Tue Dec 21 13:07:02 2021 -0800
8283259
usb: gadget: dwc2_udc_otg: set ep's desc during enable/disable
by Gary Bisson
· Thu Jan 06 16:02:08 2022 +0100
1d2f3d5
usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and usb_gadget_register_driver()
by Patrice Chotard
· Wed Feb 17 10:17:27 2021 +0100
3d09a6a
usb: dwc2: change compatible st,stm32mp1-hsotg to st,stm32mp15-hsotg
by Patrick Delaunay
· Tue Feb 09 11:14:46 2021 +0100
a7ece58
dm: core: Access device ofnode through functions
by Simon Glass
· Sat Dec 19 10:40:14 2020 -0700
aad29ae
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
by Simon Glass
· Thu Dec 03 16:55:21 2020 -0700
fa20e93
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
by Simon Glass
· Thu Dec 03 16:55:20 2020 -0700
71fa5b4
dm: treewide: Rename 'platdata' variables to just 'plat'
by Simon Glass
· Thu Dec 03 16:55:18 2020 -0700
8a2b47f
dm: treewide: Rename auto_alloc_size members to be shorter
by Simon Glass
· Thu Dec 03 16:55:17 2020 -0700
09aee38
usb: gadget: dwc2_udc_otg: return zero when reset property is not present
by Jaehoon Chung
· Wed Oct 21 21:28:41 2020 +0900
99df7a5
usb: dwc2: add "u-boot,force-vbus-detection" for stm32
by Patrick Delaunay
· Thu Oct 15 14:49:37 2020 +0200
dbd7954
common: Drop linux/delay.h from common header
by Simon Glass
· Sun May 10 11:40:11 2020 -0600
c06c1be
common: Drop linux/bug.h from common header
by Simon Glass
· Sun May 10 11:40:08 2020 -0600
0f2af88
common: Drop log.h from common header
by Simon Glass
· Sun May 10 11:40:05 2020 -0600
43903f3
usb: dwc2_udc_otg: use the phy bulk API to get phys
by developer
· Sat May 02 11:35:14 2020 +0200
1b80705
usb: Migrate to support live DT for some driver
by Kever Yang
· Wed Mar 04 08:59:50 2020 +0800
9bc1564
dm: core: Create a new header file for 'compat' features
by Simon Glass
· Mon Feb 03 07:36:16 2020 -0700
d66c5f7
dm: core: Require users of devres to include the header
by Simon Glass
· Mon Feb 03 07:36:15 2020 -0700
2a7a7d9
usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) support
by Marek Szyprowski
· Mon Dec 02 12:11:17 2019 +0100
c01090e
usb: dwc2: allow peripheral mode for OTG configuration
by Patrick Delaunay
· Tue Jun 18 16:57:18 2019 +0200
ed74263
usb: dwc2: correctly handle binding for g-tx-fifo-size
by Patrick Delaunay
· Tue Jun 18 16:57:16 2019 +0200
7f3384d
stm32mp1: add stusb1600 support for DK1 and DK2 board
by Patrick Delaunay
· Fri Mar 29 15:42:24 2019 +0100
e014cb6
usb: dwc2: add support for STM32MP1
by Patrick Delaunay
· Fri Mar 29 15:42:21 2019 +0100
00f3fc6
usb: dwc2_udc_otg: Add tx_fifo_sz array support
by Patrice Chotard
· Fri Mar 29 15:42:20 2019 +0100
80a0de1
usb: dwc2_udc_otg: Read MAX_HW_ENDPOINT from HWCFG4 register
by Patrick Delaunay
· Fri Mar 29 15:42:19 2019 +0100
e2ad779
usb: dwc2: Add function for session B check
by Patrick Delaunay
· Fri Mar 29 15:42:18 2019 +0100
0c42d1d
usb: dwc2: Add force-b-session-valid support
by Patrick Delaunay
· Fri Mar 29 15:42:17 2019 +0100
9e4abe3
usb: dwc2: force reset assert before to probe the driver
by Patrick Delaunay
· Fri Mar 29 15:42:16 2019 +0100
7515054
usb: dwc2: convert driver to DM_USB_GADGET
by Patrick Delaunay
· Fri Mar 29 15:42:15 2019 +0100
6a1b77e
usb: dwc2: remove unused variable regs_otg
by Patrick Delaunay
· Fri Mar 29 15:42:14 2019 +0100
80d353c
usb: composite: Move bitmap related operations to ./include/linux/bitmap.h
by Lukasz Majewski
· Fri Nov 23 17:36:19 2018 +0100
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
81e1042
treewide: replace with error() with pr_err()
by Masahiro Yamada
· Sat Sep 16 14:10:41 2017 +0900
c6583a1
usb: dwc2-otg: remove unused variable
by Masahiro Yamada
· Wed Dec 14 14:30:12 2016 +0900
56a931c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· Wed Sep 21 11:28:55 2016 +0900
b729dc0
usb: dwc2-otg: adjust fifo size via platform data
by Xu Ziyuan
· Thu Jul 14 14:52:33 2016 +0800
d7198f3
usb: dwc2_udc_otg: support 8-bit interface
by Steve Rae
· Tue Jun 07 15:35:21 2016 -0700
0d64b5b
usb: gadget: dwc2_udc_otg: modified the check condition for max packet size of ep_in in high speed
by Frank Wang
· Wed Jan 27 12:39:40 2016 -0800
f1be9cb
usb: s3c-otg: Rename usb/s3c_udc.h to usb/dwc2_udc.h
by Marek Vasut
· Fri Dec 04 02:51:20 2015 +0100
01b61fa
usb: s3c-otg: Rename s3c_udc_probe() function
by Marek Vasut
· Fri Dec 04 02:26:33 2015 +0100
6939aca
usb: s3c-otg: Rename struct s3c_plat_otg_data
by Marek Vasut
· Fri Dec 04 02:23:29 2015 +0100
4a7629a
usb: s3c-otg: Tweak the comments
by Marek Vasut
· Fri Dec 04 02:55:37 2015 +0100
cb9c5d0
usb: s3c-otg: Rename remaining macros
by Marek Vasut
· Fri Dec 04 02:44:33 2015 +0100
f8995db
usb: s3c-otg: Rename sources to dwc2_*c
by Marek Vasut
· Fri Dec 04 02:34:46 2015 +0100
[Renamed (99%) from drivers/usb/gadget/s3c_udc_otg.c]
4811c66
usb: s3c-otg: Rename local headers to dwc2_*h
by Marek Vasut
· Fri Dec 04 02:32:22 2015 +0100
dbdd58f
usb: s3c-otg: Change the driver name to dwc2-udc
by Marek Vasut
· Fri Dec 04 02:28:40 2015 +0100
153150f
usb: s3c-otg: Rename remaining local s3c_*() functions
by Marek Vasut
· Fri Dec 04 02:17:40 2015 +0100
fa03c81
usb: s3c-otg: Rename s3c_udc_*() functions
by Marek Vasut
· Fri Dec 04 02:03:45 2015 +0100
4e7c29e
usb: s3c-otg: Rename s3c_ep_*() functions
by Marek Vasut
· Fri Dec 04 02:13:42 2015 +0100
fe92a51
usb: s3c-otg: Rename s3c_ep0_*() functions
by Marek Vasut
· Fri Dec 04 01:59:12 2015 +0100
32f931c
usb: s3c-otg: Rename struct s3c_request
by Marek Vasut
· Fri Dec 04 01:51:07 2015 +0100
5b309f7
usb: s3c-otg: Rename struct s3c_ep
by Marek Vasut
· Fri Dec 04 01:48:57 2015 +0100
0b90750
usb: s3c-otg: Split private bits from s3c_udc.h
by Marek Vasut
· Fri Dec 04 01:36:36 2015 +0100
67ec9dc
usb: s3c-otg: Rename struct s3c_usbotg_reg to dwc2_usbotg_reg
by Marek Vasut
· Fri Dec 04 01:11:45 2015 +0100
1a639ff
usb: s3c-otg: Rename struct s3c_udc to dwc2_udc
by Marek Vasut
· Fri Dec 04 00:57:58 2015 +0100
f64a25c
usb: s3c-otg: Rename regs-otg.h to s3c_udc_otg_regs.h
by Marek Vasut
· Fri Dec 04 00:54:16 2015 +0100
4763e16
usb: modify usb_gadget_handle_interrupts to take controller index
by Kishon Vijay Abraham I
· Mon Feb 23 18:40:23 2015 +0530
8030088
usb: s3c-otg: Allow custom gusbcfg
by Marek Vasut
· Tue Nov 04 04:23:25 2014 +0100
e64a337
usb: s3c-otg: Split out PHY control
by Marek Vasut
· Tue Nov 04 04:13:57 2014 +0100
0673833
usb: s3c-otg: Encapsulate PHY control
by Marek Vasut
· Tue Nov 04 04:08:18 2014 +0100
dacb2f6
usb: s3c-otg: Remove useless include
by Marek Vasut
· Tue Nov 04 03:43:47 2014 +0100
60dc40c
USB: gadget: s3c: get rid of debug compile warning
by Bo Shen
· Wed Aug 27 17:28:18 2014 +0800
ef73102
udc: dfu: s3c_udc: Provide function to check if USB reset was asserted
by Lukasz Majewski
· Mon Aug 25 11:07:29 2014 +0200
904f8f7
usb:udc:samsung: Zero copy approach for data passed to Samsung's UDC driver
by Lukasz Majewski
· Wed Feb 05 10:10:44 2014 +0100
9241798
driver:usb:s3c_udc: add support for Exynos4x12
by Piotr Wilczek
· Thu Nov 21 15:46:44 2013 +0100
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
e2d1476
linux/usb/ch9.h: update with the version from Linux tree
by Ilya Yanok
· Tue Nov 06 13:48:19 2012 +0000
8fb78fd
usb:udc:samsung Add functions for storing private gadget data in UDC driver
by Lukasz Majewski
· Wed May 02 13:11:38 2012 +0200
0dfeb00
usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond() calls
by Lukasz Majewski
· Wed May 02 13:11:35 2012 +0200
373cc99
usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file
by Lukasz Majewski
· Wed May 02 13:11:34 2012 +0200
1f19e3f
lin_gadget: use common linux/compat.h
by Mike Frysinger
· Thu Apr 26 02:34:44 2012 +0000
e63ce4f
usb: s3c_udc_otg: fix GCC 4.6 build warnings
by Anatolij Gustschin
· Mon Dec 19 04:20:35 2011 +0000
7342452
USB: Use (get|put)_unaligned for accessing wMaxPacketSize
by Tom Rini
· Thu Dec 15 08:40:51 2011 -0700
ac3c831
usb:gadget:s5p USB Device Controller (UDC) implementation
by Lukasz Majewski
· Thu Oct 27 10:36:46 2011 +0200