index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
cdns3
Age
Commit message (
Expand
)
Author
2022-08-25
usb: cdns3 fix use-after-free at workaround 2
Frank Li
2022-08-21
usb: cdns3: Don't use priv_dev uninitialized in cdns3_gadget_ep_enable()
Nathan Chancellor
2022-08-21
usb: cdns3: change place of 'priv_ep' assignment in cdns3_gadget_ep_dequeue()...
Andrey Strachuk
2022-05-09
usb: cdns3: Fix issue for clear halt endpoint
Pawel Laszczak
2021-10-06
usb: cdns3: fix race condition before setting doorbell
Pawel Laszczak
2021-08-12
usb: cdns3: Fixed incorrect gadget state
Pawel Laszczak
2021-07-25
usb: cdns3: Enable TDL_CHK only for OUT ep
Sanket Parmar
2021-06-16
usb: cdns3: Fix runtime PM imbalance on error
Dinghao Liu
2021-03-11
usb: cdns3: fix NULL pointer dereference on no platform data
Roger Quadros
2021-03-11
usb: cdns3: add quirk for enable runtime pm by default
Peter Chen
2021-03-11
usb: cdns3: host: add xhci_plat_priv quirk XHCI_SKIP_PHY_INIT
Peter Chen
2021-03-11
usb: cdns3: host: add .suspend_quirk for xhci-plat.c
Peter Chen
2021-01-27
usb: cdns3: imx: fix can't create core device the second time issue
Peter Chen
2021-01-27
usb: cdns3: imx: fix writing read-only memory issue
Peter Chen
2020-11-30
usb: cdns3: core: fix goto label for error path
Peter Chen
2020-11-30
usb: cdns3: gadget: clear trb->length as zero after preparing every trb
Peter Chen
2020-11-30
usb: cdns3: Fix hardware based role switch
Roger Quadros
2020-11-16
usb: cdns3: gadget: calculate TD_SIZE based on TD
Peter Chen
2020-11-16
usb: cdns3: gadget: initialize link_trb as NULL
Peter Chen
2020-10-30
usb: cdns3: gadget: own the lock wrongly at the suspend routine
Peter Chen
2020-10-30
usb: cdns3: Fix on-chip memory overflow issue
Pawel Laszczak
2020-10-29
usb: cdns3: gadget: suspicious implicit sign extension
Peter Chen
2020-10-28
usb: cdns3: Variable 'length' set but not used
Pawel Laszczak
2020-10-02
usb: cdns3: gadget: enlarge the TRB ring length
Peter Chen
2020-10-02
usb: cdns3: gadget: sg_support is only for DEV_VER_V2 or above
Peter Chen
2020-10-02
usb: cdns3: gadget: need to handle sg case for workaround 2 case
Peter Chen
2020-10-02
usb: cdns3: gadget: handle sg list use case at completion correctly
Peter Chen
2020-10-02
usb: cdns3: gadget: add CHAIN and ISP bit for sg list use case
Peter Chen
2020-10-02
usb: cdns3: gadget: improve the dump TRB operation at cdns3_ep_run_transfer
Peter Chen
2020-10-02
usb: cdns3: gadget: using correct sg operations
Peter Chen
2020-10-02
usb: cdns3: gadget: fix possible memory leak
Peter Chen
2020-10-02
usb: cdns3: gadget: fix some endian issues
Peter Chen
2020-10-02
usb: cdns3: gadget: move wait configuration operation
Peter Chen
2020-10-02
usb: cdns3: drd: call PHY .set_mode accordingly
Peter Chen
2020-10-02
usb: cdns3: gadget: clear the interrupt status when disconnect the host
Peter Chen
2020-10-02
usb: cdns3: gadget: set fast access bit
Peter Chen
2020-10-02
usb: cdns3: core: quit if it uses role switch class
Peter Chen
2020-10-02
usb: cdns3: Enable workaround for USB2.0 PHY Rx compliance test PHY lockup
Pawel Laszczak
2020-10-02
usb: cdns3: imx: add glue layer runtime pm implementation
Peter Chen
2020-10-02
usb: cdns3: add runtime PM support
Peter Chen
2020-10-02
usb: cdns3: introduce set_phy_power_on{off} APIs
Peter Chen
2020-09-24
usb: cdns3: gadget: free interrupt after gadget has deleted
Peter Chen
2020-07-29
usb: cdns3: convert to devm_platform_ioremap_resource_byname
Chunfeng Yun
2020-07-24
usb: cdns3: drd: simplify *switch_gadet and *switch_host
Pawel Laszczak
2020-07-24
usb: cdns3: core: removed overwriting some error code
Pawel Laszczak
2020-07-24
usb: cdns3: core: removed 'goto not_otg'
Pawel Laszczak
2020-07-24
usb: cdns3: Added CDNS3_ID_PERIPHERAL and CDNS3_ID_HOST
Pawel Laszczak
2020-07-24
usb: cdns3: drd: changed return type from int to bool
Pawel Laszczak
2020-07-24
usb: cdns3: drd: return IRQ_NONE explicitly.
Pawel Laszczak
2020-07-24
usb: cnds3: drd: deleted !=
Pawel Laszczak
[next]