summaryrefslogtreecommitdiff
path: root/drivers/usb/host/oxu210hp-hcd.c
AgeCommit message (Expand)Author
2023-07-27usb: oxu210hp-hcd: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-05-28usb: oxu210hp-hcd: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-09usb: host: oxu210hp-hcd: Replace fake flex-array with flexible-array memberGustavo A. R. Silva
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol
2022-04-23drivers: usb: host: Fix deadlock in oxu_bus_suspend()Duoming Zhou
2022-04-21usb:oxu210hp-hcd: Use platform_get_irq() to get the interruptMinghao Chi
2022-03-15usb: oxu210hp-hcd: remove redundant call to max_packet() macroVincent Mailhol
2021-10-05usb: host: oxu210hp: Fix a function name in commentsCai Huoqing
2020-12-09usb: oxu210hp-hcd: Fix memory leak in oxu_createZhang Qilong
2020-11-23usb: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-09-25usb: oxu210hp-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-03usb: host: oxu210hp-hcd: Move declaration of 'qtd' into 'ifdef OXU_URB_TRACE'Lee Jones
2020-01-08usb: host: oxu210hp-hcd: fix gcc warningArnd Bergmann
2019-11-04usb: host: oxu210hp-hcd: fix __iomem annotationsBen Dooks (Codethink)
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig
2019-07-25usb: host: oxu210hp-hcd: squash oxu210hp.h into oxu210hp-hcd.cMasahiro Yamada
2019-02-19usb: host: oxu210hp-hcd: remove set but not used variables 'uframes, transfer...YueHaibing
2019-02-12usb: host: oxu210hp-hcd: fix indentation issueColin Ian King
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-07USB: host: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-01usb: host: oxu210hp-hcd: mark expected switch fall-throughGustavo A. R. Silva
2017-03-16usb: host: Remove remaining pci_pool in commentsRomain Perier
2017-01-19usb: host: oxu210hp-hcd: remove unused variableSudip Mukherjee
2016-01-24usb: host: oxu210hp-hcd: use list_for_each_entry_safeGeliang Tang
2015-12-04usb: use BUG_ON() instead of BUG()Geyslan G. Bem
2015-11-09dma: remove external references to dma_supportedChristoph Hellwig
2015-08-05usb: host: oxu210hp-hcd: Simplify return statementSaurabh Karajgaonkar
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2015-04-07usb: host: oxu210hp: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-04-03oxu210hp-hcd: use USB_DT_HUBSergei Shtylyov
2015-01-25oxu210hp-hcd: use HUB_CHAR_*Sergei Shtylyov
2015-01-09usb: oxu210hp-hcd: Use setup_timerJulia Lawall
2014-12-19PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki
2014-11-03usb: host: oxu210hp-hcd: delete unnecessary 'out of memory' messagesPeter Chen
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek
2014-07-09USB: oxu210hp-hcd.c: use devm_ functionsHimangi Saraogi
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen
2013-12-03usb: kill DEBUG compile optionOliver Neukum
2013-05-27Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman
2013-05-17usb: host: oxu210hp-hcd: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-15USB: remove remaining instances of USB_SUSPENDAlan Stern
2012-05-01USB: oxu210hp-hcd.c: remove dbg() usageGreg Kroah-Hartman
2012-04-20USB: oxu210hp-hcd.c: remove err() usageGreg Kroah-Hartman
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-11-28usb: convert drivers/usb/* to use module_platform_driver()Axel Lin
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches