summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/tusb6010.c
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: Use read_poll_timeout()Andy Shevchenko2023-07-251-10/+7
* ARM/musb: omap2: Remove global GPIO numbers from TUSB6010Linus Walleij2023-05-241-14/+39
* usb: musb: tusb6010: Convert to platform remove callback returning voidUwe Kleine-König2023-04-051-4/+2
* usb/musb: fix repeated words in commentsJilin Yuan2022-07-271-1/+1
* Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman2021-09-271-0/+1
|\
| * usb: musb: tusb6010: uninitialized data in tusb_fifo_write_unaligned()Dan Carpenter2021-09-211-0/+1
* | usb: musb: tusb6010: check return value after calling platform_get_resource()Yang Yingliang2021-09-211-0/+5
|/
* usb: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* usb: musb: tusb6010: fix a possible missing data type replacementMacpaul Lin2020-03-171-1/+1
* usb: musb: Add musb_clearb/w() interfaceMin Guo2020-01-151-1/+1
* USB: musb: Remove redundant license textGreg Kroah-Hartman2017-11-071-4/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: musb: Convert timers to use timer_setup()Kees Cook2017-11-011-11/+9
* usb: musb: tusb6010: Handle DMA TX completion in DMA callback as wellPeter Ujfalusi2017-06-201-15/+3
* usb: musb: tusb6010: Add MUSB_G_NO_SKB_RESERVE to quirksPeter Ujfalusi2017-06-201-1/+2
* usb: musb: Fix PM for hub disconnectTony Lindgren2016-11-171-3/+3
* usb: musb: Set up function pointers for DMATony Lindgren2015-05-071-0/+4
* usb: musb: Fix up DMA related macrosTony Lindgren2015-05-071-2/+2
* usb: musb: Change end point selection to use new IO accessTony Lindgren2014-11-251-0/+13
* usb: musb: Change to use new IO accessTony Lindgren2014-11-251-4/+4
* usb: musb: Populate new IO functions for tusb6010Tony Lindgren2014-11-251-0/+41
* usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart2014-11-031-20/+20
* usb: musb: tusb6010: delete unnecessary 'out of memory' messagesPeter Chen2014-11-031-3/+1
* usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2014-09-231-1/+1
* usb: musb: tusb6010: Introduce the use of the managed version of kzallocHimangi Saraogi2014-06-301-11/+5
* usb: musb: tusb6010: Use musb->tusb_revision instead of tusb_get_revision call.Matwey V. Kornilov2014-05-161-11/+8
* usb: musb: tusb6010: Add tusb_revision to struct musb to store the revision.Matwey V. Kornilov2014-05-161-0/+1
* usb: phy: generic: allow multiples calls to usb_phy_generic_register()Felipe Balbi2014-04-211-1/+2
* usb: musb: move usb_phy_generic_{un,}register calls to probe()/remove()Felipe Balbi2014-04-211-3/+2
* usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generi...Felipe Balbi2014-04-211-1/+1
* usb: phy: rename usb_nop_xceiv to usb_phy_genericFelipe Balbi2014-04-211-3/+3
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* usb: musb: use platform_device_register_full() to avoid directly messing with...Russell King2013-10-011-32/+17
* Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-08-131-2/+2
|\
| * Merge branch 'nop-phy-rename' into nextFelipe Balbi2013-08-091-1/+1
| |\
| | * usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior2013-08-091-1/+1
| * | usb: musb: use dev_get_platdata()Jingoo Han2013-07-301-1/+1
| |/
* / usb: musb: fix resource passed from glue layer to musbKishon Vijay Abraham I2013-07-171-1/+6
|/
* usb: musb: fix incorrect usage of resource pointerFelipe Balbi2013-05-281-2/+16
* usb: otg: prefix otg_state_string with usb_Felipe Balbi2013-03-181-7/+7
* usb: musb: fix dependency on transceiver driverMing Lei2013-01-171-1/+1
* musb: tusb6010: use io{read,write}*_rep accessorsMatthew Leach2012-12-171-2/+3
* usb: remove use of __devexitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devinitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* usb: musb: remove hand-crafted id handlingSebastian Andrzej Siewior2012-11-011-16/+2
* usb: musb: tusb6010: use platform_device_unregister in tusb_remove()Wei Yongjun2012-10-261-2/+1
* usb: musb: tusb6010: use module_platform_driver macroSrinivas Kandagatla2012-10-151-12/+1
* Merge tag 'musb-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-09-111-29/+27
|\