summaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-8/+7
2025-12-17usb: renesas_usbhs: Fix a resource leak in usbhs_pipe_malloc()Haoxiang Li-0/+2
2025-12-06Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-9/+26
2025-11-21usb: renesas_usbhs: Assert/de-assert reset signals on suspend/resumeClaudiu Beznea-9/+26
2025-10-28usb: renesas_usbhs: Fix synchronous external abort on unbindClaudiu Beznea-7/+7
2025-08-13usb: renesas_usbhs: Add support for RZ/T2H SoCLad Prabhakar-0/+4
2025-07-15usb: renesas_usbhs: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven-4/+4
2025-06-19usb: renesas_usbhs: use proper DMAENGINE API for terminationWolfram Sang-1/+1
2025-04-11usb: renesas_usbhs: Reorder clock handling and power management in probeLad Prabhakar-12/+38
2025-04-11usb: renesas_usbhs: Fix typo in commentLad Prabhakar-1/+1
2025-04-11usb: renesas_usbhs: Correct function references in commentLad Prabhakar-1/+1
2025-03-03usb: renesas_usbhs: Flush the notify_hotplug_workClaudiu Beznea-0/+2
2025-03-03usb: renesas_usbhs: Use devm_usb_get_phy()Claudiu Beznea-1/+1
2025-03-03usb: renesas_usbhs: Call clk_put()Claudiu Beznea-1/+3
2024-11-05usb: Use (of|device)_property_present() for non-boolean propertiesRob Herring (Arm)-1/+1
2024-10-04usb: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-04-18usb: renesas_usbhs: Remove renesas_usbhs_get_info() wrapperGeert Uytterhoeven-1/+1
2024-03-27usb: renesas_usbhs: Remove trailing comma in the terminator entry for OF tableBiju Das-1/+1
2024-03-27usb: renesas_usbhs: Update usbhs pipe configuration for RZ/G2L familyBiju Das-1/+31
2024-03-27usb: renesas_usbhs: Improve usbhsc_default_pipe[] for isochronous transfersBiju Das-4/+4
2024-03-27usb: renesas_usbhs: Simplify obtaining device dataBiju Das-9/+4
2023-07-25usb: Explicitly include correct DT includesRob Herring-3/+2
2023-05-28usb: renesas_usbhs: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-16usb: renesas_usbhs: drop of_match_ptr for ID tableKrzysztof Kozlowski-1/+1
2022-06-21usb: renesas: Fix refcount leak bugLiang He-0/+4
2021-12-21usb: renesas_usbhs: Use platform_get_irq() to get the interruptLad Prabhakar-23/+6
2021-08-27usb: renesas_usbhs: Fix spelling mistake "faile" -> "failed"Colin Ian King-1/+1
2021-07-21usb: renesas_usbhs: Fix superfluous irqs happen after usb_pkt_pop()Yoshihiro Shimoda-0/+7
2021-03-23usb: renesas_usbhs: fix error return code of usbhsf_pkt_handler()Jia-Ju Bai-1/+3
2021-03-10usb: renesas_usbhs: Clear PIPECFG for re-enabling pipe with other EPNUMYoshihiro Shimoda-0/+2
2021-02-01usb: renesas_usbhs: Clear pipe running flag in usbhs_pkt_pop()Yoshihiro Shimoda-0/+1
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-06-24usb: renesas_usbhs: getting residue from callback_resultYoshihiro Shimoda-11/+14
2020-04-23usb: renesas_usbhs: Use the correct style for SPDX License IdentifierNishad Kamdar-7/+7
2020-01-17Merge tag 'phy-for-5.6_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman-2/+2
2020-01-08phy: core: Add consumer device link supportAlexandre Torgue-2/+2
2019-12-30usb: renesas_usbhs: Switch to GPIO descriptorLinus Walleij-15/+9
2019-11-14usb: renesas_usbhs: Use dma_request_chan() directly for channel requestPeter Ujfalusi-2/+2
2019-11-04Merge 5.4-rc6 into usb-nextGreg Kroah-Hartman-1/+1
2019-10-27usb: renesas_usbhs: fix type of bufBen Dooks (Codethink)-1/+1
2019-10-27usb: renesas_usbhs: Fix warnings in usbhsg_recip_handler_std_set_device()Yoshihiro Shimoda-1/+1
2019-10-27usb: renesas_usbhs: fix __le16 warningsBen Dooks (Codethink)-6/+6
2019-10-15usb: renesas_usbhs: fix type of bufBen Dooks (Codethink)-1/+1
2019-10-15usb: renesas_usbhs: fix __le16 warningsBen Dooks (Codethink)-6/+6
2019-10-14Merge 5.4-rc3 into usb-nextGreg Kroah-Hartman-4/+34
2019-10-04usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() behaviorYoshihiro Shimoda-2/+34
2019-10-04usb: renesas_usbhs: gadget: Do not discard queues in usb_ep_set_{halt,wedge}()Yoshihiro Shimoda-2/+0
2019-10-04usb: renesas_usbhs: add suspend event support in gadget modeVeeraiyan Chidambaram-4/+11
2019-10-04usb: renesas_usbhs: enable DVSE interruptEugeniu Rosca-4/+3