aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
AgeCommit message (Expand)AuthorFilesLines
2024-03-05usb: musb: remove unused variable 'count'Colin Ian King1-4/+0
2023-10-16Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman2-2/+9
2023-10-10usb: musb: Add missing of.h includeRob Herring1-0/+1
2023-10-02usb: musb: dsps: Fix vbus vs tps65217-charger irq conflictGrant B Adams1-1/+1
2023-10-02usb: musb: Get the musb_qh poniter after musb_givebackXingxing Luo1-1/+8
2023-10-02usb: musb: Modify the "HWVers" register addressXingxing Luo1-1/+1
2023-08-08usb: musb: Remove unused function declarationsYue Haibing2-7/+0
2023-08-04usb: musb: Remove an unnecessary NULL valueRuan Jinjie1-1/+1
2023-08-04usb: musb: Fix deferred probingZhu Wang1-2/+2
2023-07-25usb: Explicitly include correct DT includesRob Herring5-4/+3
2023-07-25usb: musb: Use read_poll_timeout()Andy Shevchenko1-10/+7
2023-05-24ARM/musb: omap2: Remove global GPIO numbers from TUSB6010Linus Walleij3-17/+39
2023-04-05usb: musb: ux500: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-05usb: musb: tusb6010: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-05usb: musb: sunxi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-05usb: musb: omap2430: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-05usb: musb: musb_dsps: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-05usb: musb: musb_core: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-04-05usb: musb: mpfs: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-05usb: musb: mediatek: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-05usb: musb: jz4740: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-05usb: musb: da8xx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-16usb: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-03-16usb: musb: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIREConor Dooley1-1/+1
2023-02-02usb: musb: sunxi: Introduce config structAndre Przywara1-33/+70
2023-02-02usb: musb: sunxi: add support for the F1C100s MUSB controllerIcenowy Zheng1-2/+6
2023-02-02usb: musb: mediatek: don't unregister something that wasn't registeredDan Carpenter1-1/+2
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman1-1/+3
2023-01-17usb: musb: fix error return code in omap2430_probe()Yang Yingliang1-1/+3
2023-01-06usb: musb: fix error return code in da8xx_musb_init()Wang Yufen1-1/+3
2022-12-08usb: musb: remove extra check in musb_gadget_vbus_drawIvaylo Dimitrov1-2/+0
2022-11-29usb: musb: Drop old unused am35x glue layerTony Lindgren3-616/+0
2022-11-22usb: musb: omap2430: Fix probe regression for missing resourcesTony Lindgren1-0/+54
2022-11-09usb: musb: jz4740: Support the generic PHY frameworkPaul Cercueil1-8/+54
2022-11-09usb: musb: jz4740: Don't disable external hubsPaul Cercueil1-1/+0
2022-11-09usb: musb: Support setting OTG mode using generic PHYPaul Cercueil2-0/+6
2022-11-09usb: musb: Allow running without CONFIG_USB_PHYPaul Cercueil5-19/+35
2022-11-09usb: musb: Add and use inline function musb_otg_state_stringPaul Cercueil5-31/+31
2022-11-09usb: musb: Add and use inline functions musb_{get,set}_statePaul Cercueil6-60/+71
2022-11-09usb: musb: remove left-over after USB_TI_CPPI_DMA removalLukas Bulwahn1-10/+3
2022-10-22usb: musb: remove unused davinci supportArnd Bergmann5-2270/+0
2022-09-27usb: musb: sunxi: Switch to use dev_err_probe() helperYang Yingliang1-20/+9
2022-09-27usb: musb: jz4740: Switch to use dev_err_probe() helperYang Yingliang1-7/+3
2022-09-27usb: musb: cppi41: Switch to use dev_err_probe() helperYang Yingliang1-4/+2
2022-09-27usb: musb: da8xx: Switch to use dev_err_probe() helperYang Yingliang1-5/+3
2022-09-27usb: musb: core: Switch to use dev_err_probe() helperYang Yingliang1-3/+1
2022-09-22usb: musb: Fix musb_gadget.c rxstate overflow bugRobin Guo1-0/+3
2022-08-18musb: fix USB_MUSB_TUSB6010 dependencyArnd Bergmann1-1/+1
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-2/+2
2022-07-27usb/musb: fix repeated words in commentsJilin Yuan2-2/+2
2022-07-19usb: musb: tracing: Use the new __vstring() helperSteven Rostedt (Google)1-2/+2
2022-06-29usb: musb: mpfs: add missing clk_disable_unprepare() in mpfs_remove()Yang Yingliang1-0/+1
2022-06-24usb: musb: mpfs: Fix error codes in probe()Dan Carpenter1-1/+4
2022-06-21usb: musb: core: drop redundant checksSergey Shtylyov1-14/+2
2022-06-21usb: musb: Add support for PolarFire SoC's musb controllerConor Dooley3-1/+278
2022-06-10usb: musb: remove schedule work called after flushSaurav Girepunje1-2/+0
2022-04-21usb: musb: mediatek: Use clk_bulk API to simplify clock operationsAngeloGioacchino Del Regno1-63/+10
2022-04-21usb: musb: Fix missing of_node_put() in omap2430_probeMiaoqian Lin1-0/+1
2022-03-15partially Revert "usb: musb: Set the DT node on the child device"H. Nikolaus Schaller1-1/+0
2021-12-21usb: musb: dsps: Use platform_get_irq_byname() to get the interruptLad Prabhakar1-6/+9
2021-12-17usb: musb: Set the DT node on the child deviceRob Herring6-0/+9
2021-12-17usb: musb: Drop unneeded resource copyingRob Herring3-53/+4
2021-10-22usb: musb: Balance list entry in musb_gadget_queueViraj Shah1-1/+3
2021-10-22usb: musb: sunxi: Don't print error on MUSB_ULPI_BUSCONTROL accessRoman Stratiienko1-0/+8
2021-10-18Merge 5.15-rc6 into usb-nextGreg Kroah-Hartman1-1/+3
2021-10-13usb: musb: dsps: Fix the probe error pathMiquel Raynal1-1/+3
2021-10-13usb: musb: select GENERIC_PHY instead of depending on itRandy Dunlap1-1/+1
2021-09-27Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman1-0/+1
2021-09-21usb: musb: tusb6010: uninitialized data in tusb_fifo_write_unaligned()Dan Carpenter1-0/+1
2021-09-21usb: musb: tusb6010: check return value after calling platform_get_resource()Yang Yingliang1-0/+5
2021-09-14usb: musb: mediatek: Expose role-switch control to userspaceSungbo Eo1-0/+1
2021-08-26usb: musb: musb_dsps: request_irq() after initializing musbNadezda Lutovinova1-7/+6
2021-07-27usb: musb: Fix suspend and resume issues for PHYs on I2C and SPITony Lindgren1-5/+38
2021-06-14usb: musb: Implement tracing for state change eventsTony Lindgren2-16/+35
2021-06-14usb: musb: Simplify cable state handlingTony Lindgren1-20/+20
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman1-2/+1
2021-06-02usb: musb: fix MUSB_QUIRK_B_DISCONNECT_99 handlingThomas Petazzoni1-2/+1
2021-05-21usb: musb: Check devctl status again for a spurious session requestTony Lindgren1-0/+9
2021-05-21usb: musb: Add missing PM suspend and resume functions for 2430 glueTony Lindgren1-0/+32
2021-05-17Merge 5.13-rc2 into usb-nextGreg Kroah-Hartman1-1/+1
2021-05-10usb: musb: Remove unused function argument dma, qh, offset, lengthSaurav Girepunje1-7/+2
2021-05-10usb: musb: Remove unused local variable dma, urb, offsetSaurav Girepunje1-5/+4
2021-05-10usb: musb: Remove duplicate declaration of functionsSaurav Girepunje1-4/+0
2021-05-10usb: musb: Fix spelling mistake "tranfer" -> "transfer"Saurav Girepunje1-1/+1
2021-05-10usb: musb: Fix an error messageChristophe JAILLET1-1/+1
2021-04-22usb: musb: musb_core: Add space after that ','Saurav Girepunje1-2/+2
2021-04-09usb: musb: fix PM reference leak in musb_irq_work()Bixuan Cui1-1/+1
2021-03-26usb: musb: Fix suspend with devices connected for a64Tony Lindgren1-4/+8
2021-02-05usb: musb: jz4740: Add missing CR to error stringsPaul Cercueil1-9/+9
2021-02-05usb: musb: dma: Remove unused variablePaul Cercueil1-4/+0
2021-02-05usb: musb: Fix NULL check on struct musb_request fieldPaul Cercueil1-1/+1
2021-02-05usb: musb: Fix runtime PM race in musb_queue_resume_workPaul Cercueil1-14/+17
2020-11-23usb: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-13Revert "usb: musb: convert to devm_platform_ioremap_resource_byname"Geert Uytterhoeven1-1/+3
2020-10-10usb: musb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva8-19/+18
2020-08-05Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-33/+26
2020-07-29usb: musb: convert to devm_platform_ioremap_resource_bynameChunfeng Yun1-3/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-15USB: musb: Remove unused inline functionYueHaibing1-1/+0
2020-07-09usb: musb: musb_dsps: Demote obvious misuse of kerneldoc to standard comment ...Lee Jones1-4/+4
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman2-22/+18
2020-06-19USB: rename USB OTG hub configuration optionGreg Kroah-Hartman2-3/+3
2020-05-25usb: musb: Fix runtime PM imbalance on errorDinghao Liu1-5/+5
2020-05-25usb: musb: jz4740: Prevent lockup when CONFIG_SMP is setPaul Cercueil1-2/+2
2020-05-25usb: musb: mediatek: add reset FADDR to zero in reset interrupt handleMacpaul Lin1-0/+6
2020-05-25usb: musb: use true for 'use_dma'Jason Yan1-1/+1
2020-05-25usb: musb: start session in resume for host portBin Liu1-0/+7
2020-05-25usb: musb: return -ESHUTDOWN in urb when three-strikes error happenedBin Liu1-2/+8
2020-04-16USB: musb: Use the correct style for SPDX License IdentifierNishad Kamdar11-11/+11
2020-03-17usb: musb: tusb6010: fix a possible missing data type replacementMacpaul Lin1-1/+1
2020-03-17usb: musb: fix crash with highmen PIO and usbmonMans Rullgard1-12/+5
2020-03-17usb: musb: jz4740: Add support for the JZ4770Paul Cercueil1-0/+28
2020-03-17usb: musb: jz4740: Unconditionally depend on devicetreePaul Cercueil2-5/+10
2020-03-17usb: musb: jz4740: Register USB role switchPaul Cercueil2-0/+49
2020-03-17usb: musb: jz4740: Add support for DMAPaul Cercueil2-7/+15
2020-03-17usb: musb: remove redundant assignment to variable retColin Ian King1-1/+1
2020-03-04usb: roles: Provide the switch drivers handle to the switch in the APIHeikki Krogerus1-6/+10
2020-02-19usb: musb: core: remove useless cast for driver.nameCorentin Labbe1-1/+1
2020-02-14USB: musb: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-21usb: musb: fix spelling mistake: "periperal" -> "peripheral"Colin Ian King1-1/+1
2020-01-15usb: musb: remove dummy driver musb_am335x.cBin Liu3-51/+0
2020-01-15usb: musb: davinci: Convert to use GPIO descriptorLinus Walleij1-24/+33
2020-01-15usb: musb: Add support for MediaTek musb controllerMin Guo3-1/+591
2020-01-15usb: musb: Add musb_clearb/w() interfaceMin Guo6-28/+48
2020-01-15usb: musb: Add noirq type of dma create interfaceMin Guo2-17/+46
2020-01-15usb: musb: Add get/set toggle hooksMin Guo4-36/+61
2020-01-15usb: musb/ux500: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-2/+2
2020-01-15USB: musb: fix __iomem in trace functionsBen Dooks (Codethink)1-12/+21
2020-01-15usb: musb: jz4740: Whitespace and indentation fixesPaul Cercueil1-14/+14
2020-01-15usb: musb: jz4740: Comments fixPaul Cercueil1-2/+3
2020-01-15usb: musb: jz4740: Rename platform_device field in priv structPaul Cercueil1-3/+3
2020-01-15usb: musb: jz4740: Constify jz4740_musb_pdata structPaul Cercueil1-8/+7
2020-01-15usb: musb: jz4740: Add local dev variable to clean up probePaul Cercueil1-9/+10
2020-01-15usb: musb: jz4740: Suppress useless field in priv structurePaul Cercueil1-2/+0
2020-01-15usb: musb: Get rid of omap2430_musb_set_vbus()Tony Lindgren1-48/+23
2020-01-15usb: musb: omap2430: Idle musb on initTony Lindgren1-17/+3
2020-01-15usb: musb: omap2430: Clean up enable and remove devctl tinkeringTony Lindgren1-20/+0
2020-01-15usb: musb: Add musb_set_host and peripheral and use them for omap2430Tony Lindgren3-49/+128
2020-01-15usb: musb: omap2430: Handle multiple ID ground interruptsTony Lindgren1-6/+19
2020-01-15usb: musb: omap2430: Wait on enable to avoid babbleTony Lindgren1-0/+3
2020-01-15usb: musb: omap2430: Get rid of musb .set_vbus for omap2430 glueTony Lindgren1-2/+0
2020-01-15usb: musb: jz4740: Drop dependency on NOP_USB_XCEIVPaul Cercueil1-1/+0
2020-01-15usb: musb: sunxi: propagate devicetree node to glue pdevMans Rullgard1-0/+2
2020-01-15usb: musb: core: Update the function descriptionSaurav Girepunje1-1/+0
2020-01-08usb: musb: Disable pullup at initPaul Cercueil1-0/+3
2020-01-08usb: musb: fix idling for suspend after disconnect interruptTony Lindgren1-0/+8
2019-12-30usb: musb: dma: Correct parameter passed to IRQ handlerPaul Cercueil1-1/+1
2019-12-30usb: musb: jz4740: Silence error if code is -EPROBE_DEFERPaul Cercueil1-2/+5
2019-11-21usb: musb: create debugfs directory under usb rootChunfeng Yun1-1/+1
2019-11-14usb: musb: dsps: create debugfs directory under usb rootChunfeng Yun1-1/+1
2019-11-04usb: Spelling s/enpoint/endpoint/Geert Uytterhoeven1-1/+1
2019-10-04usb: musb: musb_gadget.c: Remove unused variableSaurav Girepunje1-2/+1
2019-10-04USB: musb: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-1/+1
2019-08-08USB: musb: convert platform driver to use dev_groupsGreg Kroah-Hartman1-19/+3
2019-08-01usb: musb: remove redundant assignment to variable retColin Ian King1-1/+1
2019-04-30usb: musb: dsps: Use dev_get_drvdata()Kefeng Wang1-4/+2
2019-04-30usb: musb: jz4740: obtain USB PHY from devicetreePaul Cercueil1-10/+7
2019-04-30usb: musb: jz4740: Let the platform probe the PHYPaul Cercueil1-2/+0
2019-04-30soc: sunxi: Fix missing dependency on REGMAP_MMIOSamuel Holland1-1/+1
2019-04-30usb: musb: omap2430: Add support for idling phy when musb is idleTony Lindgren1-0/+6
2019-04-30usb: musb: Silence error about blacklisting hubs if !CONFIG_USBPaul Cercueil1-4/+5
2019-02-13USB: musb: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-02-12usb: musb: Kconfig: Drop dependency on CONFIG_USB for jz4740Paul Cercueil1-1/+1
2019-02-12usb: musb: Kconfig: Drop dependency on MACH_JZ4740 for jz4740Paul Cercueil1-1/+1
2019-02-12usb: musb: jz4740: Add support for devicetreePaul Cercueil1-0/+10
2019-02-12USB: musb: fix indentation issue on a return statementColin Ian King1-1/+1
2019-02-11Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman2-22/+12
2019-01-30usb: gadget: musb: fix short isoc packets with inventra dmaPaul Elder2-22/+12
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman1-0/+1
2018-12-18usb: musb: dsps: fix runtime pm for peripheral modeBin Liu1-3/+9
2018-12-18usb: musb: dsps: fix otg state machineBin Liu1-2/+7
2018-09-20usb: musb: dsps: do not disable CPPI41 irq in driver teardownBin Liu1-11/+1
2018-07-02USB: musb: mark expected switch fall-throughsGustavo A. R. Silva2-1/+2
2018-05-31USB: musb: clean up debugfs file and directory creationGreg Kroah-Hartman4-52/+11
2018-05-31usb: musb: remove an unused variableArnd Bergmann1-1/+0
2018-05-22usb: musb: gadget: fix to_musb_ep() to not return NULLBin Liu1-4/+1
2018-05-22usb: musb: gadget: fix to_musb_request() to not return NULLBin Liu1-4/+1
2018-05-22USB: musb: dsps: propagate device-tree nodeJohan Hovold1-0/+1
2018-05-22usb: musb: disable otg protocol supportBin Liu2-5/+3
2018-05-22usb: musb: remove references to default_a of struct usb_otgBin Liu10-51/+25
2018-05-22usb: musb: break the huge isr musb_stage0_irq() into small functionsBin Liu1-346/+384
2018-05-22usb: musb: remove unused members in struct musb_hdrc_configBin Liu1-4/+0
2018-05-22usb: musb: remove duplicated port mode enumBin Liu7-22/+16
2018-05-22usb: musb: dsps: remove duplicated get_musb_port_mode()Bin Liu1-20/+1
2018-05-22usb: musb: remove duplicated quirks flagBin Liu4-15/+11
2018-05-22usb: musb: remove some register access wrapper functionsBin Liu2-76/+21
2018-05-22usb: musb: remove adjust_channel_params() callback from musb_platform_opsBin Liu2-12/+0
2018-05-22usb: musb: remove readl/writel from struct musb_platform_opsBin Liu3-28/+14
2018-05-22usb: musb: merge musbhsdma.h into musbhsdma.cBin Liu2-73/+65
2018-05-21Merge 4.17-rc6 into usb-nextGreg Kroah-Hartman3-13/+24
2018-05-14usb: musb: fix remote wakeup racing with suspendDaniel Glöckner3-13/+24
2018-05-08Merge 4.17-rc4 into usb-nextGreg Kroah-Hartman2-2/+5
2018-04-30usb: musb: trace: fix NULL pointer dereference in musb_g_tx()Bin Liu1-1/+2
2018-04-30usb: musb: host: fix potential NULL pointer dereferenceBin Liu1-1/+3
2018-04-30Merge 4.17-rc3 into usb-nextGreg Kroah-Hartman2-2/+1
2018-04-23USB: musb: dsps: drop duplicate phy initialisationJohan Hovold1-2/+0
2018-04-23USB: musb: host: prevent core phy initialisationJohan Hovold1-0/+1
2018-04-22USB: musb: omap2430: drop non-DT supportJohan Hovold1-50/+45