summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/fotg210-hcd.c
Commit message (Expand)AuthorAgeFilesLines
* usb: fotg210: Collect pieces of dual mode controllerLinus Walleij2022-11-091-5727/+0
* usb: reduce kernel log spam on driver registrationArd Biesheuvel2022-08-311-1/+0
* usb: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-231-1/+1
* usb: host: fotg210: Use struct_size() helper in kzalloc()Gustavo A. R. Silva2022-01-261-3/+1
* usb: host: fotg210: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-211-8/+3
* usb: host: fotg210: Make use of dma_pool_zalloc() instead of dma_pool_alloc/m...Cai Huoqing2021-10-211-2/+1
* usb: host: fotg210: Fix a function name in commentsCai Huoqing2021-10-051-1/+1
* usb: host: fotg210: fix the actual_length of an iso packetKelly Devilliv2021-07-211-3/+2
* usb: host: fotg210: fix the endpoint's transactional opportunities calculationKelly Devilliv2021-07-211-19/+17
* Revert "usb: host: fotg210: Use dma_pool_zalloc"Kelly Devilliv2021-07-211-2/+5
* USB: fotg210-hcd: remove dentry storage for debugfs fileGreg Kroah-Hartman2021-05-271-2/+3
* usb: fotg210-hcd: Fix an error messageChristophe JAILLET2021-05-101-2/+2
* drivers: usb: host: fotg210-hcd.c: Fix alignment of commentShubhankar Kuranagatti2021-03-231-1/+1
* drivers: usb: host: fotg210-hcd.c: Fix indentation errorShubhankar Kuranagatti2021-03-231-5/+5
* usb: fotg210-hcd: remove casting dma_alloc_coherentXu Wang2020-12-091-1/+1
* usb: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-1/+1
* usb: fotg210-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun2020-09-251-11/+9
* usb: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-4/+4
* usb: host: fotg210-hcd: Demote obvious misuse of kerneldoc to standard commen...Lee Jones2020-07-091-2/+2
* usb: host: fotg210-hcd: Remove unused variable 'hcc_params'Lee Jones2020-07-091-2/+1
* usb: host: fotg210: add missed clk_put callsChuhong Yuan2019-11-041-2/+6
* usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig2019-08-211-1/+1
* usb: host: fotg2: restart hcd after port resetHans Ulli Kroll2019-08-151-0/+4
* Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-121-1/+1
|\
| * USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor2019-06-031-1/+1
* | usb: host: fotg2: add device tree probingHans Ulli Kroll2019-06-181-0/+10
|/
* usb: host: Replace empty define with do whileCorentin Labbe2018-09-281-6/+6
* usb: host: fotg2: Fix potential NULL dereferenceLinus Walleij2018-09-201-5/+2
* usb: host: fotg2: add silicon clock handlingLinus Walleij2018-09-101-4/+29
* USB: fotg210-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-25/+9
* USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman2018-01-241-4/+3
* usb: host: fotg210: Use dma_pool_zallocVasyl Gomonovych2017-12-071-5/+2
* 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: fotg210-hcd: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-1/+1
* usb: Make use of ktime_* comparison functionsMariusz Skamra2017-06-031-1/+1
* usb: host: Remove remaining pci_pool in commentsRomain Perier2017-03-161-1/+1
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-2/+1
* ktime: Get rid of the unionThomas Gleixner2016-12-251-1/+1
* usb/host/fotg210: remove dead code in create_sysfs_filesColin Ian King2016-05-091-7/+1
* usb: host: fotg210: use list_for_each_entry_safeGeliang Tang2016-01-241-10/+5
* dma: remove external references to dma_supportedChristoph Hellwig2015-11-091-1/+1
* usb/host/fotg210: Remove return statement inside ifPeter Senna Tschudin2015-10-171-7/+5
* usb/host/fotg210: Add function scan_frame_queue()Peter Senna Tschudin2015-10-161-67/+76
* usb/host/fotg210: Add function: output_buf_tds_dir()Peter Senna Tschudin2015-10-161-31/+31
* usb/host/fotg210: convert macro to inline functionPeter Senna Tschudin2015-10-161-11/+16
* usb/host/fotg210: replace msleep by usleep_rangePeter Senna Tschudin2015-10-161-1/+1
* usb/host/fotg210: change kmalloc by kmalloc_arrayPeter Senna Tschudin2015-10-161-1/+1
* usb/host/fotg210: Remove useless else statementPeter Senna Tschudin2015-10-161-3/+2