summaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3
AgeCommit message (Expand)Author
2020-07-29usb: cdns3: convert to devm_platform_ioremap_resource_bynameChunfeng Yun
2020-07-24usb: cdns3: drd: simplify *switch_gadet and *switch_hostPawel Laszczak
2020-07-24usb: cdns3: core: removed overwriting some error codePawel Laszczak
2020-07-24usb: cdns3: core: removed 'goto not_otg'Pawel Laszczak
2020-07-24usb: cdns3: Added CDNS3_ID_PERIPHERAL and CDNS3_ID_HOSTPawel Laszczak
2020-07-24usb: cdns3: drd: changed return type from int to boolPawel Laszczak
2020-07-24usb: cdns3: drd: return IRQ_NONE explicitly.Pawel Laszczak
2020-07-24usb: cnds3: drd: deleted !=Pawel Laszczak
2020-07-24usb: cdns3: drd: removed not needed variables initializationPawel Laszczak
2020-07-24usb: cdns3: core: removed cdns3_get_current_role_driver functionPawel Laszczak
2020-07-24usb: cdns3: gadget: always zeroed TRB buffer when enable endpointPeter Chen
2020-07-24usb: cdns3: ep0: delete the unnecessary operationPeter Chen
2020-07-24usb: cdns3: gadget: improve the set_configuration handlingPeter Chen
2020-07-21USB: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-20Merge 5.8-rc6 into usb-nextGreg Kroah-Hartman
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-09usb: cdns3: trace: fix some endian issuesPeter Chen
2020-07-09usb: cdns3: ep0: fix some endian issuesPeter Chen
2020-07-03usb: cdns3: ep0: Move 'zlp' description to appropriate function headerLee Jones
2020-07-03usb: cdns3: gadget: Fix a bunch of kernel doc issuesLee Jones
2020-07-03usb: cdns3: ep0: Fix a bunch of kerneldoc issuesLee Jones
2020-07-03usb: cdns3: core: Fix incorrect formatting and misspelled function arg docsLee Jones
2020-07-01usb: cdns3: gadget: use unsigned int for 32-bit numberPeter Chen
2020-07-01usb: cdns3: gadget: unsigned int is dereferenced as a wider unsigned longPeter Chen
2020-07-01usb: cdns3: ep0: delete the duplicate codePeter Chen
2020-06-29Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman
2020-06-27usb: cdns3: gadget: Replace trace_printk by dev_dbgNicolas Boichat
2020-06-24usb: cdns3: ep0: add spinlock for cdns3_check_new_setupPeter Chen
2020-06-24usb: cdns3: trace: using correct dir valuePeter Chen
2020-06-24usb: cdns3: ep0: fix the test mode set incorrectlyPeter Chen
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman
2020-05-25Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2020-05-25usb: cdns3: ep0: delete the redundant status stagePeter Chen
2020-05-25usb: cdns3: Fix runtime PM imbalance on errorDinghao Liu
2020-05-25usb: cdns3: gadget: assign interrupt number to USB gadget structurePeter Chen
2020-05-25usb: cdns3: change dev_info to dev_dbg for debug messagePeter Chen
2020-05-25usb: cdns3: change "cdsn3" to"cdns3"Peter Chen
2020-05-25usb: cdns3: delete role_overridePeter Chen
2020-05-25usb: cdns3: core: get role switch node from firmwarePeter Chen
2020-05-18Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman
2020-05-14usb: cdns3: gadget: make a bunch of functions staticJason Yan
2020-05-09usb: cdns3: gadget: prev_req->trb is NULL for ep0Peter Chen
2020-05-05usb: cdns3: mark local functions statickbuild test robot
2020-04-16usb: cdns3: gadget: make a bunch of functions staticJason Yan
2020-04-16usb: cdns3: change dev_info to dev_dbg for debug messagePeter Chen
2020-04-16usb: cdns3: change "cdsn3" to"cdns3"Peter Chen
2020-04-16usb: cdns3: delete role_overridePeter Chen
2020-04-16usb: cdns3: core: get role switch node from firmwarePeter Chen
2020-03-26usb: cdns3: make signed 1 bit bitfields unsignedColin Ian King
2020-03-19usb: cdns3: fix spelling mistake "wrapperr" -> "wrapper"Colin Ian King