summaryrefslogtreecommitdiff
path: root/drivers/usb/host/fotg210-hcd.c
AgeCommit message (Expand)Author
2021-10-21usb: host: fotg210: Make use of dma_pool_zalloc() instead of dma_pool_alloc/m...Cai Huoqing
2021-10-05usb: host: fotg210: Fix a function name in commentsCai Huoqing
2021-07-21usb: host: fotg210: fix the actual_length of an iso packetKelly Devilliv
2021-07-21usb: host: fotg210: fix the endpoint's transactional opportunities calculationKelly Devilliv
2021-07-21Revert "usb: host: fotg210: Use dma_pool_zalloc"Kelly Devilliv
2021-05-27USB: fotg210-hcd: remove dentry storage for debugfs fileGreg Kroah-Hartman
2021-05-10usb: fotg210-hcd: Fix an error messageChristophe JAILLET
2021-03-23drivers: usb: host: fotg210-hcd.c: Fix alignment of commentShubhankar Kuranagatti
2021-03-23drivers: usb: host: fotg210-hcd.c: Fix indentation errorShubhankar Kuranagatti
2020-12-09usb: fotg210-hcd: remove casting dma_alloc_coherentXu Wang
2020-11-23usb: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-09-25usb: fotg210-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-09usb: host: fotg210-hcd: Demote obvious misuse of kerneldoc to standard commen...Lee Jones
2020-07-09usb: host: fotg210-hcd: Remove unused variable 'hcc_params'Lee Jones
2019-11-04usb: host: fotg210: add missed clk_put callsChuhong Yuan
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig
2019-08-15usb: host: fotg2: restart hcd after port resetHans Ulli Kroll
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-06-18usb: host: fotg2: add device tree probingHans Ulli Kroll
2019-06-03USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor
2018-09-28usb: host: Replace empty define with do whileCorentin Labbe
2018-09-20usb: host: fotg2: Fix potential NULL dereferenceLinus Walleij
2018-09-10usb: host: fotg2: add silicon clock handlingLinus Walleij
2018-05-31USB: fotg210-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman
2017-12-07usb: host: fotg210: Use dma_pool_zallocVasyl Gomonovych
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: fotg210-hcd: mark expected switch fall-throughGustavo A. R. Silva
2017-06-03usb: Make use of ktime_* comparison functionsMariusz Skamra
2017-03-16usb: host: Remove remaining pci_pool in commentsRomain Perier
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-05-09usb/host/fotg210: remove dead code in create_sysfs_filesColin Ian King
2016-01-24usb: host: fotg210: use list_for_each_entry_safeGeliang Tang
2015-11-09dma: remove external references to dma_supportedChristoph Hellwig
2015-10-17usb/host/fotg210: Remove return statement inside ifPeter Senna Tschudin
2015-10-16usb/host/fotg210: Add function scan_frame_queue()Peter Senna Tschudin
2015-10-16usb/host/fotg210: Add function: output_buf_tds_dir()Peter Senna Tschudin
2015-10-16usb/host/fotg210: convert macro to inline functionPeter Senna Tschudin
2015-10-16usb/host/fotg210: replace msleep by usleep_rangePeter Senna Tschudin
2015-10-16usb/host/fotg210: change kmalloc by kmalloc_arrayPeter Senna Tschudin
2015-10-16usb/host/fotg210: Remove useless else statementPeter Senna Tschudin
2015-10-16usb/host/fotg210: remove KERN_WARNING from pr_warnPeter Senna Tschudin
2015-10-16usb/host/fotg210: Fix coding style issuesPeter Senna Tschudin
2015-10-04usb: host: fotg210: remove unreachable codeLuis de Bethencourt
2015-10-04usb: host: drop null test before destroy functionsJulia Lawall
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman