aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/host/fotg210-hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-26usb: host: fotg210: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-3/+1
2021-12-21usb: host: fotg210: Use platform_get_irq() to get the interruptLad Prabhakar1-8/+3
2021-10-21usb: host: fotg210: Make use of dma_pool_zalloc() instead of dma_pool_alloc/memset()Cai Huoqing1-2/+1
2021-10-05usb: host: fotg210: Fix a function name in commentsCai Huoqing1-1/+1
2021-07-21usb: host: fotg210: fix the actual_length of an iso packetKelly Devilliv1-3/+2
2021-07-21usb: host: fotg210: fix the endpoint's transactional opportunities calculationKelly Devilliv1-19/+17
2021-07-21Revert "usb: host: fotg210: Use dma_pool_zalloc"Kelly Devilliv1-2/+5
2021-05-27USB: fotg210-hcd: remove dentry storage for debugfs fileGreg Kroah-Hartman1-2/+3
2021-05-10usb: fotg210-hcd: Fix an error messageChristophe JAILLET1-2/+2
2021-03-23drivers: usb: host: fotg210-hcd.c: Fix alignment of commentShubhankar Kuranagatti1-1/+1
2021-03-23drivers: usb: host: fotg210-hcd.c: Fix indentation errorShubhankar Kuranagatti1-5/+5
2020-12-09usb: fotg210-hcd: remove casting dma_alloc_coherentXu Wang1-1/+1
2020-11-23usb: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2020-09-25usb: fotg210-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun1-11/+9
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-07-09usb: host: fotg210-hcd: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-2/+2
2020-07-09usb: host: fotg210-hcd: Remove unused variable 'hcc_params'Lee Jones1-2/+1
2019-11-04usb: host: fotg210: add missed clk_put callsChuhong Yuan1-2/+6
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-1/+1
2019-08-15usb: host: fotg2: restart hcd after port resetHans Ulli Kroll1-0/+4
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2019-06-18usb: host: fotg2: add device tree probingHans Ulli Kroll1-0/+10
2019-06-03USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor1-1/+1
2018-09-28usb: host: Replace empty define with do whileCorentin Labbe1-6/+6
2018-09-20usb: host: fotg2: Fix potential NULL dereferenceLinus Walleij1-5/+2
2018-09-10usb: host: fotg2: add silicon clock handlingLinus Walleij1-4/+29
2018-05-31USB: fotg210-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-25/+9
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman1-4/+3
2017-12-07usb: host: fotg210: Use dma_pool_zallocVasyl Gomonovych1-5/+2
2017-11-07USB: host: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-01usb: host: fotg210-hcd: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-06-03usb: Make use of ktime_* comparison functionsMariusz Skamra1-1/+1
2017-03-16usb: host: Remove remaining pci_pool in commentsRomain Perier1-1/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-2/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2016-05-09usb/host/fotg210: remove dead code in create_sysfs_filesColin Ian King1-7/+1
2016-01-24usb: host: fotg210: use list_for_each_entry_safeGeliang Tang1-10/+5
2015-11-09dma: remove external references to dma_supportedChristoph Hellwig1-1/+1
2015-10-17usb/host/fotg210: Remove return statement inside ifPeter Senna Tschudin1-7/+5
2015-10-16usb/host/fotg210: Add function scan_frame_queue()Peter Senna Tschudin1-67/+76
2015-10-16usb/host/fotg210: Add function: output_buf_tds_dir()Peter Senna Tschudin1-31/+31
2015-10-16usb/host/fotg210: convert macro to inline functionPeter Senna Tschudin1-11/+16
2015-10-16usb/host/fotg210: replace msleep by usleep_rangePeter Senna Tschudin1-1/+1
2015-10-16usb/host/fotg210: change kmalloc by kmalloc_arrayPeter Senna Tschudin1-1/+1
2015-10-16usb/host/fotg210: Remove useless else statementPeter Senna Tschudin1-3/+2
2015-10-16usb/host/fotg210: remove KERN_WARNING from pr_warnPeter Senna Tschudin1-1/+1
2015-10-16usb/host/fotg210: Fix coding style issuesPeter Senna Tschudin1-962/+748
2015-10-04usb: host: fotg210: remove unreachable codeLuis de Bethencourt1-1/+0