summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/oxu210hp-hcd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers/usb/host: refactor min/max with min_t/max_tSabyrzhan Tasbolatov2024-11-131-2/+2
* Merge 6.12-rc3 into usb-nextGreg Kroah-Hartman2024-10-141-1/+1
|\
| * move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* | usb: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-041-1/+1
* | usb: host: fix typo in the commentYan Zhen2024-10-041-1/+1
|/
* usb: host: oxu210hp: remove unused struct 'ehci_dbg_port'Dr. David Alan Gilbert2024-06-041-25/+0
* usb: oxu210hp-hcd: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-271-2/+1
* usb: oxu210hp-hcd: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
* usb: host: oxu210hp-hcd: Replace fake flex-array with flexible-array memberGustavo A. R. Silva2023-03-091-1/+1
* usb: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-231-2/+2
* drivers: usb: host: Fix deadlock in oxu_bus_suspend()Duoming Zhou2022-04-231-0/+2
* usb:oxu210hp-hcd: Use platform_get_irq() to get the interruptMinghao Chi2022-04-211-7/+3
* usb: oxu210hp-hcd: remove redundant call to max_packet() macroVincent Mailhol2022-03-151-1/+1
* usb: host: oxu210hp: Fix a function name in commentsCai Huoqing2021-10-051-1/+1
* usb: oxu210hp-hcd: Fix memory leak in oxu_createZhang Qilong2020-12-091-1/+3
* usb: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+1
* usb: oxu210hp-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun2020-09-251-11/+10
* usb: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-4/+4
* usb: host: oxu210hp-hcd: Move declaration of 'qtd' into 'ifdef OXU_URB_TRACE'Lee Jones2020-07-031-4/+3
* usb: host: oxu210hp-hcd: fix gcc warningArnd Bergmann2020-01-081-5/+9
* usb: host: oxu210hp-hcd: fix __iomem annotationsBen Dooks (Codethink)2019-11-041-7/+7
* usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig2019-08-211-3/+0
* usb: host: oxu210hp-hcd: squash oxu210hp.h into oxu210hp-hcd.cMasahiro Yamada2019-07-251-2/+441
* usb: host: oxu210hp-hcd: remove set but not used variables 'uframes, transfer...YueHaibing2019-02-191-7/+1
* usb: host: oxu210hp-hcd: fix indentation issueColin Ian King2019-02-121-1/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-3/+3
* USB: host: Remove redundant license textGreg Kroah-Hartman2017-11-071-14/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: host: oxu210hp-hcd: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-1/+1
* usb: host: Remove remaining pci_pool in commentsRomain Perier2017-03-161-1/+1
* usb: host: oxu210hp-hcd: remove unused variableSudip Mukherjee2017-01-191-2/+0
* usb: host: oxu210hp-hcd: use list_for_each_entry_safeGeliang Tang2016-01-251-10/+5
* usb: use BUG_ON() instead of BUG()Geyslan G. Bem2015-12-041-5/+3
* dma: remove external references to dma_supportedChristoph Hellwig2015-11-101-1/+1
* usb: host: oxu210hp-hcd: Simplify return statementSaurabh Karajgaonkar2015-08-051-6/+1
* Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-04-101-3/+4
|\
| * usb: host: oxu210hp: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-071-3/+4
* | oxu210hp-hcd: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
|/
* oxu210hp-hcd: use HUB_CHAR_*Sergei Shtylyov2015-01-251-3/+3
* usb: oxu210hp-hcd: Use setup_timerJulia Lawall2015-01-091-3/+1
* PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki2014-12-191-1/+1
* usb: host: oxu210hp-hcd: delete unnecessary 'out of memory' messagesPeter Chen2014-11-041-1/+0
* usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2014-09-241-5/+5
* USB: oxu210hp-hcd.c: use devm_ functionsHimangi Saraogi2014-07-101-39/+9
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-091-1/+0
* usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-091-0/+1
* usb: kill DEBUG compile optionOliver Neukum2013-12-031-0/+4
* Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman2013-05-271-1/+1
|\
| * USB: remove remaining instances of USB_SUSPENDAlan Stern2013-05-151-1/+1
* | usb: host: oxu210hp-hcd: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-171-2/+0
|/