index
:
binx/bcachefs.git
bcachefs-garbage
master
Unnamed repository; edit this file 'description' to name the repository.
Hunter Shaffer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
udc
/
tegra-xudc.c
Age
Commit message (
Expand
)
Author
2023-04-20
usb: gadget: tegra-xudc: Remove unneeded return variable
Jon Hunter
2023-04-20
usb: gadget: tegra-xudc: Fix crash in vbus_draw
Jon Hunter
2023-01-25
usb: gadget: tegra-xudc: Add Tegra234 support
Sing-Han Chen
2023-01-17
usb: gadget: xudc: Refactor update data role work
Wayne Chang
2022-08-19
usb: gadget: tegra: Reduce pad power
Jim Lin
2022-06-10
usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_init()
Tang Bin
2022-04-21
usb: gadget: tegra-xudc: clean up comments
Tom Rix
2022-03-15
usb: gadget: tegra-xudc: remove using list iterator after loop body as a ptr
Jakob Koschel
2022-01-26
usb: gadget: tegra-xudc: Fix control endpoint's definitions
Wayne Chang
2022-01-26
usb: gadget: tegra-xudc: Do not program SPARAM
Wayne Chang
2021-08-13
usb: gadget: tegra-xudc: fix the wrong mult value for HS isoc or intr
Chunfeng Yun
2021-07-21
usb: gadget: Fix Unbalanced pm_runtime_enable in tegra_xudc_probe
Zhang Qilong
2021-05-21
usb: gadget: tegra-xudc: Use dev_err_probe()
Jon Hunter
2021-05-21
usb: gadget: tegra-xudc: Don't print error on probe deferral
Jon Hunter
2021-05-21
usb: gadget: tegra-xudc: Constify static structs
Rikard Falkeborn
2021-04-09
usb: gadget: tegra-xudc: Fix possible use-after-free in tegra_xudc_remove()
Yang Yingliang
2020-10-02
usb: gadget: tegra-xudc: Do not print errors on probe deferral
Thierry Reding
2020-10-02
usb: gadget: tegra-xudc: Properly align parameters
Thierry Reding
2020-10-02
usb: gadget: tegra-xudc: Use consistent spelling and formatting
Thierry Reding
2020-10-02
usb: gadget: tegra-xudc: Avoid GFP_ATOMIC where it is not needed
Christophe JAILLET
2020-07-29
usb: gadget: tegra-xudc: convert to devm_platform_ioremap_resource_byname
Chunfeng Yun
2020-07-10
usb: gadget: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-05-25
Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
2020-05-25
usb: gadget: tegra-xudc: add port_speed_quirk
Nagarjuna Kristam
2020-05-25
usb: gadget: tegra-xudc: Add Tegra194 support
Nagarjuna Kristam
2020-05-25
usb: gadget: tegra-xudc: Add vbus_draw support
Nagarjuna Kristam
2020-05-09
usb: gadget: tegra-xudc: Fix idle suspend/resume
Thierry Reding
2020-03-19
usb: gadget: tegra-xudc: Support multiple device modes
Nagarjuna Kristam
2020-03-19
usb: gadget: tegra-xudc: Use phy_set_mode() to set/unset device mode
Nagarjuna Kristam
2020-03-19
usb: gadget: tegra-xudc: Add usb-phy support
Nagarjuna Kristam
2020-03-19
usb: gadget: tegra-xudc: Remove usb-role-switch support
Nagarjuna Kristam
2020-03-16
Merge tag 'usb-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
2020-03-15
usb: gadget: xudc: Remove redundant platform_get_irq error message
YueHaibing
2020-03-04
usb: roles: Provide the switch drivers handle to the switch in the API
Heikki Krogerus
2019-10-23
usb: gadget: Add UDC driver for tegra XUSB device mode controller
Nagarjuna Kristam