aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/tusb6010.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08Ingo Molnar1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-4/+4
2024-10-04usb: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2023-07-25usb: musb: Use read_poll_timeout()Andy Shevchenko1-10/+7
2023-05-24ARM/musb: omap2: Remove global GPIO numbers from TUSB6010Linus Walleij1-14/+39
2023-04-05usb: musb: tusb6010: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-07-27usb/musb: fix repeated words in commentsJilin Yuan1-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
2020-11-23usb: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-03-17usb: musb: tusb6010: fix a possible missing data type replacementMacpaul Lin1-1/+1
2020-01-15usb: musb: Add musb_clearb/w() interfaceMin Guo1-1/+1
2017-11-07USB: musb: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-01usb: musb: Convert timers to use timer_setup()Kees Cook1-11/+9
2017-06-20usb: musb: tusb6010: Handle DMA TX completion in DMA callback as wellPeter Ujfalusi1-15/+3
2017-06-20usb: musb: tusb6010: Add MUSB_G_NO_SKB_RESERVE to quirksPeter Ujfalusi1-1/+2
2016-11-17usb: musb: Fix PM for hub disconnectTony Lindgren1-3/+3
2015-05-07usb: musb: Set up function pointers for DMATony Lindgren1-0/+4
2015-05-07usb: musb: Fix up DMA related macrosTony Lindgren1-2/+2
2014-11-25usb: musb: Change end point selection to use new IO accessTony Lindgren1-0/+13
2014-11-25usb: musb: Change to use new IO accessTony Lindgren1-4/+4
2014-11-25usb: musb: Populate new IO functions for tusb6010Tony Lindgren1-0/+41
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart1-20/+20
2014-11-03usb: musb: tusb6010: delete unnecessary 'out of memory' messagesPeter Chen1-3/+1
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek1-1/+1
2014-06-30usb: musb: tusb6010: Introduce the use of the managed version of kzallocHimangi Saraogi1-11/+5
2014-05-16usb: musb: tusb6010: Use musb->tusb_revision instead of tusb_get_revision call.Matwey V. Kornilov1-11/+8
2014-05-16usb: musb: tusb6010: Add tusb_revision to struct musb to store the revision.Matwey V. Kornilov1-0/+1
2014-04-21usb: phy: generic: allow multiples calls to usb_phy_generic_register()Felipe Balbi1-1/+2
2014-04-21usb: musb: move usb_phy_generic_{un,}register calls to probe()/remove()Felipe Balbi1-3/+2
2014-04-21usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generi...Felipe Balbi1-1/+1
2014-04-21usb: phy: rename usb_nop_xceiv to usb_phy_genericFelipe Balbi1-3/+3
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-01usb: musb: use platform_device_register_full() to avoid directly messing with...Russell King1-32/+17
2013-08-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-2/+2
2013-08-09Merge branch 'nop-phy-rename' into nextFelipe Balbi1-1/+1
2013-08-09usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior1-1/+1
2013-07-30usb: musb: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-17usb: musb: fix resource passed from glue layer to musbKishon Vijay Abraham I1-1/+6
2013-05-28usb: musb: fix incorrect usage of resource pointerFelipe Balbi1-2/+16
2013-03-18usb: otg: prefix otg_state_string with usb_Felipe Balbi1-7/+7
2013-01-17usb: musb: fix dependency on transceiver driverMing Lei1-1/+1
2012-12-17musb: tusb6010: use io{read,write}*_rep accessorsMatthew Leach1-2/+3
2012-11-21usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devinitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-01usb: musb: remove hand-crafted id handlingSebastian Andrzej Siewior1-16/+2
2012-10-26usb: musb: tusb6010: use platform_device_unregister in tusb_remove()Wei Yongjun1-2/+1
2012-10-15usb: musb: tusb6010: use module_platform_driver macroSrinivas Kandagatla1-12/+1
2012-09-11Merge tag 'musb-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-29/+27
2012-09-11usb: musb: add musb_ida for multi instance supportB, Ravi1-6/+20
2012-08-09usb: musb: drop useless board_mode usageFelipe Balbi1-22/+6
2012-08-07usb: musb: fix sparse warningsFelipe Balbi1-1/+1
2012-08-03usb: xceiv: create nop-usb-xceiv.h and avoid pollution on otg.hFelipe Balbi1-0/+1
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I1-1/+2
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I1-1/+1
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I1-3/+3
2012-03-01Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman1-10/+12
2012-02-27usb: Convert all users to new usb_phyHeikki Krogerus1-3/+3
2012-02-13usb: musb: Start using struct usb_otgHeikki Krogerus1-6/+8
2012-02-13usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus1-1/+1
2012-01-31usb: musb: make modules behave betterFelipe Balbi1-5/+6
2011-12-12usb: musb: allow building USB_MUSB_TUSB6010 as a moduleArnd Bergmann1-0/+1
2011-08-12usb: musb: tusb6010: fix compilationFelipe Balbi1-0/+1
2011-07-01usb: musb: drop a gigantic amount of ifdeferryFelipe Balbi1-23/+3
2011-05-18usb: musb: fix compile errorFelipe Balbi1-0/+2
2011-05-13usb: musb: drop unneeded musb_debug trickeryFelipe Balbi1-24/+24
2011-05-06usb: fix building musb driversAnatolij Gustschin1-7/+9
2011-03-29drivers: Final irq namespace conversionThomas Gleixner1-1/+1
2010-12-10usb: musb: move clock handling to glue layerFelipe Balbi1-15/+0
2010-12-10usb: musb: pass platform_ops via platform_dataFelipe Balbi1-1/+3
2010-12-10usb: musb: tusb6010: give it a context structureFelipe Balbi1-8/+27
2010-12-10usb: musb: split tusb6010 to its own platform_driverFelipe Balbi1-0/+83
2010-12-07usb: musb: make all glue layer export struct musb_platform_opsFelipe Balbi1-25/+37
2010-12-01usb: musb: remove board_data parameter from musb_platform_init()Hema Kalliguddi1-1/+1
2010-10-22USB: MUSB: fix kernel WARNING/oops when unloading module in OTG modeSergei Shtylyov1-0/+4
2010-07-26USB: musb: tusb6010: fix compile error with n8x0_defconfigFelipe Balbi1-13/+0
2010-05-20usb: musb: Set transceiver interface typeMaulik Mankad1-1/+1
2010-04-30usb: Fix tusb6010 for DMA APITony Lindgren1-0/+13
2010-03-02USB: musb: tusb6010: use resource_sizeFelipe Balbi1-1/+1
2009-06-15musb: proper hookup to transceiver driversDavid Brownell1-26/+44
2009-04-23USB: musb: Remove my email address from few musb related driversJarkko Nikula1-1/+0
2009-01-07USB: musb: sysfs mode updatesDavid Brownell1-2/+5
2008-11-13usb: musb: tusb6010: kill compile warningFelipe Balbi1-1/+1
2008-08-13USB: Add MUSB and TUSB supportFelipe Balbi1-0/+1151