Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
63e037bc51b32d414cd07dd700e71359ce27a11f
/
drivers
/
usb
/
gadget
/
udc
/
renesas_usb3.c
39facfa
usb: gadget: udc: renesas_usb3: Add register of usb role switch
by Yoshihiro Shimoda
· 6 years ago
a86854d
treewide: devm_kzalloc() -> devm_kcalloc()
by Kees Cook
· 7 years ago
743d1ef
USB: gadget: udc: renesas_usb3: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
8223b2f
usb: gadget: udc: renesas_usb3: fix double phy_put()
by Yoshihiro Shimoda
· 7 years ago
bd6bce0
usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnecting
by Yoshihiro Shimoda
· 7 years ago
0259068
usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error
by Yoshihiro Shimoda
· 7 years ago
003bc1d
usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
by Yoshihiro Shimoda
· 7 years ago
d998844
usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add udc
by Yoshihiro Shimoda
· 7 years ago
1990cf7
usb: gadget: udc: renesas_usb3: should remove debugfs
by Yoshihiro Shimoda
· 7 years ago
e319086
usb: gadget: udc: renesas_usb3: fix oops in renesas_usb3_remove()
by Yoshihiro Shimoda
· 7 years ago
a58204a
usb: gadget: udc: renesas_usb3: fix number of the pipes
by Yoshihiro Shimoda
· 7 years ago
229e368
USB: gadget: udc: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
5fd54ac
USB: add SPDX identifiers to all remaining files in drivers/usb/
by Greg Kroah-Hartman
· 7 years ago
8af620f
usb: gadget: udc: renesas_usb3: make const array max_packet_array static
by Colin Ian King
· 7 years ago
4dce3c4
Merge tag 'extcon-next-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into usb-next
by Greg Kroah-Hartman
· 7 years ago
176aa36
extcon: Split out extcon header file for consumer and provider device
by Chanwoo Choi
· 7 years ago
ca02a5a
usb: gadget: udc: renesas_usb3: Use of_device_get_match_data() helper
by Geert Uytterhoeven
· 7 years ago
279d4bc
usb: gadget: udc: renesas_usb3: add support for generic phy
by Yoshihiro Shimoda
· 7 years ago
90d5886
usb: gadget: udc: renesas_usb3: Add suspend/resume functions
by Yoshihiro Shimoda
· 7 years ago
cf06df3
usb: gadget: udc: renesas_usb3: move pm_runtime_{en,dis}able()
by Kazuya Mizuguchi
· 7 years ago
447b8a0
usb: gadget: udc: renesas_usb3: Fix return value of usb3_write_pipe()
by Yoshihiro Shimoda
· 7 years ago
73f2f57
usb: gadget: udc: renesas_usb3: fix Pn_RAMMAP.Pn_MPKT value
by Yoshihiro Shimoda
· 7 years ago
4dcf4ba
usb: gadget: udc: renesas_usb3: fix for no-data control transfer
by Yoshihiro Shimoda
· 7 years ago
34a0036
Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 7 years ago
64b59f1
usb: gadget: udc: renesas_usb3: make usb_ep_ops const
by Bhumika Goyal
· 7 years ago
b744a2e
usb: gadget: udc: renesas_usb3: add support for R-Car M3-W
by Yoshihiro Shimoda
· 7 years ago
974203c
usb: gadget: udc: renesas_usb3: add support for R-Car H3 ES2.0
by Yoshihiro Shimoda
· 7 years ago
43ba968
usb: gadget: udc: renesas_usb3: add debugfs to set the b-device mode
by Yoshihiro Shimoda
· 7 years ago
8e374f0
usb: gadget: udc: renesas_usb3: fix error return code in renesas_usb3_probe()
by Gustavo A. R. Silva
· 7 years ago
aca5b9e
usb: gadget: udc: renesas_usb3: Fix usb_gadget_giveback_request() calling
by Yoshihiro Shimoda
· 7 years ago
781001f
usb: gadget: udc: renesas_usb3: protect usb3_ep->started in usb3_start_pipen()
by Yoshihiro Shimoda
· 7 years ago
ebe6b2b
usb: gadget: udc: renesas_usb3: fix zlp transfer by the dmac
by Yoshihiro Shimoda
· 7 years ago
80584ef
usb: gadget: udc: renesas_usb3: fix free size in renesas_usb3_dma_free_prd()
by Yoshihiro Shimoda
· 7 years ago
24040a5
Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testing
by Greg Kroah-Hartman
· 8 years ago
2d4aa21
usb: gadget: udc: renesas_usb3: add support for dedicated DMAC
by Yoshihiro Shimoda
· 8 years ago
afbbc79
usb: gadget: udc: renesas_usb3: Fix PN_INT_ENA disabling timing
by Yoshihiro Shimoda
· 8 years ago
940f538
usb: gadget: udc: renesas_usb3: lock for PN_ registers access
by Yoshihiro Shimoda
· 8 years ago
067d6fd
usb: gadget: udc: renesas_usb3: fix deadlock by spinlock
by Yoshihiro Shimoda
· 8 years ago
cdc8768
usb: gadget: udc: renesas_usb3: fix pm_runtime functions calling
by Yoshihiro Shimoda
· 8 years ago
cc995c9
usb: gadget: udc: renesas_usb3: add support for usb role swap
by Yoshihiro Shimoda
· 8 years ago
3b68e7c
usb: gadget: udc: renesas_usb3: add extcon support
by Yoshihiro Shimoda
· 8 years ago
77172a1
usb: gadget: udc: renesas_usb3: add USB ID signal monitoring
by Yoshihiro Shimoda
· 8 years ago
4091fb9
scripts/spelling.txt: add "followings" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
b2f1eaa
usb: gadget: udc: renesas-usb3: clear VBOUT bit in DRD_CON
by Yoshihiro Shimoda
· 8 years ago
746bfe6
usb: gadget: renesas_usb3: add support for Renesas USB3.0 peripheral controller
by Yoshihiro Shimoda
· 9 years ago