1. 60d789f usb: isp1760: add support for isp1763 by Rui Miguel Silva · 3 years, 8 months ago
  2. 3eb96e0 usb: isp1760: use dr_mode binding by Rui Miguel Silva · 3 years, 8 months ago
  3. f9a8837 usb: isp1760: remove platform data struct and code by Rui Miguel Silva · 3 years, 8 months ago
  4. 1da9e1c usb: isp1760: move to regmap for register access by Rui Miguel Silva · 3 years, 8 months ago
  5. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  6. 7b81cb6 usb: add a HCD_DMA flag instead of guestimating DMA capabilities by Christoph Hellwig · 5 years ago
  7. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  8. 2c93e79 usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW by yuan linyu · 8 years ago
  9. a4e6a852 usb: Convert pr_warning to pr_warn by Joe Perches · 8 years ago
  10. 2b320d8 usb: Remove unnecessary space before open square bracket. by Sandhya Bankar · 9 years ago
  11. 1f8d9b9 usb: isp1760: Remove duplicate usb_disabled() check by Laurent Pinchart · 10 years ago
  12. 7ef077a usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/ by Laurent Pinchart · 10 years ago[Renamed from drivers/usb/host/isp1760-if.c]
  13. 667c45c usb: isp1760: Set IRQF_SHARED flag in core code by Laurent Pinchart · 10 years ago
  14. 4b1a577 usb: isp1760: Move core code to isp1760-core.c by Laurent Pinchart · 10 years ago
  15. e19c99e usb: isp1760: Reorganize header files by Laurent Pinchart · 10 years ago
  16. c770e00 usb: isp1760: Refactor PCI initialization code by Laurent Pinchart · 10 years ago
  17. 10feee1 usb: isp1760: Use the managed devm_ioremap_resource() API by Laurent Pinchart · 10 years ago
  18. 4942e00 usb: isp1760: Pass resource pointer to isp1760_register by Laurent Pinchart · 10 years ago
  19. d69292a usb: isp1760: Remove busname argument to isp1760_register by Laurent Pinchart · 10 years ago
  20. 5a6356a usb: isp1760: Prefix init_kmem_once and deinit_kmem_cache with isp1760_ by Laurent Pinchart · 10 years ago
  21. f0bdbb0 usb: isp1760: Don't expose hcd to glue code from isp1760_register by Laurent Pinchart · 10 years ago
  22. 57f068b usb: isp1760: Manage device driver data in common code by Laurent Pinchart · 10 years ago
  23. 10c73f0 usb: isp1760: Move removal cleanup code to isp1760-hcd.c by Laurent Pinchart · 10 years ago
  24. c3cc40c usb: isp1760: Merge platform and OF glue codes by Laurent Pinchart · 10 years ago
  25. 5324713 usb: isp1760: Unmap I/O registers at platform device removal by Laurent Pinchart · 10 years ago
  26. fcead84 usb: isp1760: Retrieve pdev memory resource from hcd at remove time by Laurent Pinchart · 10 years ago
  27. 8a8b96f4 usb: isp1760: Remove isp1760 glue structure by Laurent Pinchart · 10 years ago
  28. 7eb42c6 usb: isp1760: Use the gpio descriptor API by Laurent Pinchart · 10 years ago
  29. 566e026 usb: host: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  30. d4f09e2 USB: host: use dev_get_platdata() by Jingoo Han · 11 years ago
  31. 477527b USB: host: use platform_{get,set}_drvdata() by Jingoo Han · 12 years ago
  32. 72d9c8b usb: isp1760-if: fix memleak when platform_get_resource fail by Libo Chen · 12 years ago
  33. fb4e98a usb: remove use of __devexit by Bill Pemberton · 12 years ago
  34. 41ac7b3 usb: remove use of __devinit by Bill Pemberton · 12 years ago
  35. 7690417 usb: remove use of __devexit_p by Bill Pemberton · 12 years ago
  36. d124a60 USB: isp1760-if: Change to use irq_of_parse_and_map by Nobuhiro Iwamatsu · 12 years ago
  37. 310e9e3 isp1760-if: make module unloads correctly by Michael Grzeschik · 13 years ago
  38. 55b81e6 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  39. 30a0dee drivers/usb/host/isp1760-if.c: introduce missing kfree by Julia Lawall · 13 years ago
  40. abf058e USB: Fix usb/isp1760 build on sparc by David Miller · 13 years ago
  41. 8ad028b USB: isp1760: Fix endianness-sensitivity in of_isp1760_probe() by Dave Martin · 13 years ago
  42. 6eb0de8 usb: Add module.h to drivers/usb consumers who really use it. by Paul Gortmaker · 13 years ago
  43. 3a7655f usb/isp1760: Allow to optionally trigger low-level chip reset via GPIOLIB. by Joachim Foerster · 13 years ago
  44. 8f5d621 usb/isp1760: Let OF bindings depend on general CONFIG_OF instead of PPC_OF . by Joachim Foerster · 13 years ago
  45. b5dd18d USB: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  46. d35fb64 dt/usb: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 14 years ago
  47. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  48. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 15 years ago
  49. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 15 years ago
  50. e07afd3 USB: isp1760: Use resource_size by Tobias Klauser · 15 years ago
  51. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 15 years ago
  52. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 15 years ago
  53. c4386ad USB host: make Open Firmware device id constant by Németh Márton · 15 years ago
  54. 9da69c6 USB: isp1760: allow platform devices to customize devflags by Michael Hennerich · 15 years ago
  55. 4198e4f USB: isp1760: use __devexit_p() for remove function by Mike Frysinger · 16 years ago
  56. f7e7aa5 USB: Add platform device support for the ISP1760 USB chip by Catalin Marinas · 16 years ago
  57. 42c6539 USB: isp1760: don't auto disable Port1 on ISP1761 by Thomas Hommel · 16 years ago
  58. 6013bbb USB: isp1760: Fix probe in PCI glue code by Karl Bongers · 16 years ago
  59. 6c07356 USB: isp1760: use a specific PLX bridge instead of any bdridge by Sebastian Andrzej Siewior · 16 years ago
  60. ff30bf1 USB: remove optional bus bindings in isp1760, fixing runtime warning by Sebastian Andrzej Siewior · 16 years ago
  61. 802f389 USB: remove err() macro from more usb drivers by Greg Kroah-Hartman · 16 years ago
  62. ce5dee5 USB: isp1760: Use an IS_ERR test rather than a NULL test by Julien Brunel · 16 years ago
  63. 3faefc8 USB: isp1760: Support board-specific hardware configurations by Nate Case · 17 years ago
  64. 7071a3c USB: usb dev_name() instead of dev->bus_id by Kay Sievers · 17 years ago
  65. 6399e7a isp1760-if iomem annotations by Al Viro · 17 years ago
  66. fe312e7 usb: fix compile warning in isp1760 by Sebastian Siewior · 17 years ago
  67. db11e47 USB: ISP1760 HCD driver by Sebastian Siewior · 17 years ago