1. 81dddf7 usb: host: fotg210: Make use of dma_pool_zalloc() instead of dma_pool_alloc/memset() by Cai Huoqing · 3 years, 2 months ago
  2. 4b0f13e usb: host: fotg210: Fix a function name in comments by Cai Huoqing · 3 years, 3 months ago
  3. 091cb2f usb: host: fotg210: fix the actual_length of an iso packet by Kelly Devilliv · 3 years, 6 months ago
  4. c2e8987 usb: host: fotg210: fix the endpoint's transactional opportunities calculation by Kelly Devilliv · 3 years, 6 months ago
  5. c4c1faf Revert "usb: host: fotg210: Use dma_pool_zalloc" by Kelly Devilliv · 3 years, 6 months ago
  6. 0f60203 USB: fotg210-hcd: remove dentry storage for debugfs file by Greg Kroah-Hartman · 3 years, 7 months ago
  7. a60a343 usb: fotg210-hcd: Fix an error message by Christophe JAILLET · 3 years, 8 months ago
  8. 575b1ac drivers: usb: host: fotg210-hcd.c: Fix alignment of comment by Shubhankar Kuranagatti · 3 years, 10 months ago
  9. 4e6e851 drivers: usb: host: fotg210-hcd.c: Fix indentation error by Shubhankar Kuranagatti · 3 years, 10 months ago
  10. 3b78ef0 usb: fotg210-hcd: remove casting dma_alloc_coherent by Xu Wang · 4 years, 1 month ago
  11. 93c747e usb: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
  12. e7d8263 usb: fotg210-hcd: convert to readl_poll_timeout_atomic() by Chunfeng Yun · 4 years, 3 months ago
  13. 0d9b6d4 usb: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  14. 15ee5d0 usb: host: fotg210-hcd: Demote obvious misuse of kerneldoc to standard comment blocks by Lee Jones · 4 years, 6 months ago
  15. 522514e usb: host: fotg210-hcd: Remove unused variable 'hcc_params' by Lee Jones · 4 years, 6 months ago
  16. a363d50 usb: host: fotg210: add missed clk_put calls by Chuhong Yuan · 5 years ago
  17. 7b81cb6 usb: add a HCD_DMA flag instead of guestimating DMA capabilities by Christoph Hellwig · 5 years ago
  18. 7777588 usb: host: fotg2: restart hcd after port reset by Hans Ulli Kroll · 5 years ago
  19. 9e3a25d Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  20. d7863de usb: host: fotg2: add device tree probing by Hans Ulli Kroll · 6 years ago
  21. 2d7a3dc USB: drop HCD_LOCAL_MEM flag by Laurentiu Tudor · 6 years ago
  22. a0ef2bd usb: host: Replace empty define with do while by Corentin Labbe · 6 years ago
  23. 4621650 usb: host: fotg2: Fix potential NULL dereference by Linus Walleij · 6 years ago
  24. ffa8a31 usb: host: fotg2: add silicon clock handling by Linus Walleij · 6 years ago
  25. 9b10516 USB: fotg210-hcd: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  26. ed5bd7a USB: move many drivers to use DEVICE_ATTR_RW by Greg Kroah-Hartman · 7 years ago
  27. cb6a0db usb: host: fotg210: Use dma_pool_zalloc by Vasyl Gomonovych · 7 years ago
  28. ba2e73b USB: host: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  29. 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
  30. c3a831a usb: host: fotg210-hcd: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  31. fa72e6a usb: Make use of ktime_* comparison functions by Mariusz Skamra · 8 years ago
  32. 324c54f usb: host: Remove remaining pci_pool in comments by Romain Perier · 8 years ago
  33. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  34. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  35. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  36. 9f3b3f6 usb/host/fotg210: remove dead code in create_sysfs_files by Colin Ian King · 9 years ago
  37. 2f4c8e5 usb: host: fotg210: use list_for_each_entry_safe by Geliang Tang · 9 years ago
  38. 0e77ace dma: remove external references to dma_supported by Christoph Hellwig · 9 years ago
  39. ffa2366 usb/host/fotg210: Remove return statement inside if by Peter Senna Tschudin · 9 years ago
  40. 50bdb12 usb/host/fotg210: Add function scan_frame_queue() by Peter Senna Tschudin · 9 years ago
  41. 32fb193 usb/host/fotg210: Add function: output_buf_tds_dir() by Peter Senna Tschudin · 9 years ago
  42. c4d66b5 usb/host/fotg210: convert macro to inline function by Peter Senna Tschudin · 9 years ago
  43. 05ebc36 usb/host/fotg210: replace msleep by usleep_range by Peter Senna Tschudin · 9 years ago
  44. 0d88002 usb/host/fotg210: change kmalloc by kmalloc_array by Peter Senna Tschudin · 9 years ago
  45. f238b4e usb/host/fotg210: Remove useless else statement by Peter Senna Tschudin · 9 years ago
  46. 5ec9b89 usb/host/fotg210: remove KERN_WARNING from pr_warn by Peter Senna Tschudin · 9 years ago
  47. 259127b usb/host/fotg210: Fix coding style issues by Peter Senna Tschudin · 9 years ago
  48. d0452fe usb: host: fotg210: remove unreachable code by Luis de Bethencourt · 9 years ago
  49. a4c1f0c usb: host: drop null test before destroy functions by Julia Lawall · 9 years ago
  50. c8d1bc1 Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testing by Greg Kroah-Hartman · 10 years ago
  51. 7e136bb usb: host: fotg210: use new USB_RESUME_TIMEOUT by Felipe Balbi · 10 years ago
  52. 4631f4e fotg210-hcd: use USB_DT_HUB by Sergei Shtylyov · 10 years ago
  53. 7538bd6 fotg210-hcd: use HUB_CHAR_* by Sergei Shtylyov · 10 years ago
  54. 6774def treewide: fix typo in printk and Kconfig by Masanari Iida · 10 years ago
  55. 37ebb54 usb: hub: rename khubd to hub_wq in documentation and comments by Petr Mladek · 10 years ago
  56. 0e278b3 fotg210: Use managed interfaces for allocation of resources by Himangi Saraogi · 10 years ago
  57. 3c9740a usb: hcd: move controller wakeup setting initialization to individual driver by Peter Chen · 11 years ago
  58. c793d08 USB: kill #undef VERBOSE_DEBUG by Oliver Neukum · 11 years ago
  59. be5ac4c fotg210: kill fotg210_vdbg() by Oliver Neukum · 11 years ago
  60. 3b707ec fotg210: remove conditional compilation by Oliver Neukum · 11 years ago
  61. f848a88 fotg210: change dbg_port() to evaluate parameters only if needed by Oliver Neukum · 11 years ago
  62. 063635e fotg210: always compile the support for debugfs by Oliver Neukum · 11 years ago
  63. a90b8fc fotg210: remove conditional compilation by Oliver Neukum · 11 years ago
  64. 2b84f92 usb: Remove unnecessary semicolons by Joe Perches · 11 years ago
  65. 7d50195 usb: host: Faraday fotg210-hcd driver by Feng-Hsin Chiang · 11 years ago
  66. 5447e0a Revert "usb: host: Faraday fotg210-hcd driver" by Greg Kroah-Hartman · 11 years ago
  67. 1dd3d12 usb: host: Faraday fotg210-hcd driver by Yuan-Hsin Chen · 12 years ago