| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-10-04 | usb: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-05-28 | usb: ehci-xilinx-of: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2022-05-12 | usb: host: ehci-xilinx: adding description for return value | Piyush Mehta | 1 | -0/+6 |
| 2022-05-12 | usb: host: ehci-xilinx: Fix quoted string split across lines | Piyush Mehta | 1 | -4/+2 |
| 2019-08-21 | usb: add a HCD_DMA flag instead of guestimating DMA capabilities | Christoph Hellwig | 1 | -1/+1 |
| 2017-11-07 | USB: host: ehci: Remove redundant license text | Greg Kroah-Hartman | 1 | -15/+0 |
| 2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 1 | -0/+1 |
| 2015-01-09 | usb: host: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-09-23 | drivers/usb/host/ehci-xilinx-of.c: Include "linux/of_irq.h" to avoid compilin... | Chen Gang | 1 | -0/+1 |
| 2013-12-18 | USB: ehci-xilinx-of: use dev_err() instead of printk() | Jingoo Han | 1 | -1/+2 |
| 2013-12-08 | usb: hcd: move controller wakeup setting initialization to individual driver | Peter Chen | 1 | -1/+3 |
| 2013-09-23 | Revert "Revert "USB: EHCI: support running URB giveback in tasklet context"" | Greg Kroah-Hartman | 1 | -1/+1 |
| 2013-09-17 | Revert "USB: EHCI: support running URB giveback in tasklet context" | Greg Kroah-Hartman | 1 | -1/+1 |
| 2013-08-12 | USB: EHCI: support running URB giveback in tasklet context | Ming Lei | 1 | -1/+1 |
| 2013-07-25 | USB: host: Use usb_hcd_platform_shutdown() wherever possible | Roger Quadros | 1 | -16/+1 |
| 2013-05-30 | USB: host: use platform_{get,set}_drvdata() | Jingoo Han | 1 | -3/+2 |
| 2013-01-22 | usb: Convert to devm_ioremap_resource() | Thierry Reding | 1 | -4/+4 |
| 2012-11-21 | usb: remove use of __devinit | Bill Pemberton | 1 | -1/+1 |
| 2012-08-10 | drivers/usb/host/ehci-xilinx-of.c: use devm_ functions | Julia Lawall | 1 | -17/+3 |
| 2012-07-09 | EHCI: centralize controller initialization | Alan Stern | 1 | -30/+1 |
| 2012-06-13 | USB: EHCI: Fix build warning in xilinx ehci driver | Herton Ronaldo Krzesinski | 1 | -3/+1 |
| 2012-01-16 | USB: EHCI: Don't use NO_IRQ in xilinx ehci driver | Michal Simek | 1 | -1/+1 |
| 2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 1 | -1/+1 |
| 2011-05-03 | USB: EHCI: Support controllers with big endian capability regs | Jan Andersson | 1 | -1/+1 |
| 2011-03-16 | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -4/+2 |
| 2011-03-02 | of: Add missing of_address.h to xilinx ehci driver | Michal Simek | 1 | -0/+1 |
| 2011-02-28 | dt/usb: Eliminate users of of_platform_{,un}register_driver | Grant Likely | 1 | -4/+2 |
| 2010-11-30 | usb: Add in missing EHCI helpers. | Paul Mundt | 1 | -0/+1 |
| 2010-08-06 | of/device: Replace struct of_device with struct platform_device | Grant Likely | 1 | -6/+6 |
| 2010-06-02 | of/usb: fix build error due to of_node pointer move | Grant Likely | 1 | -1/+1 |
| 2010-05-22 | of: Remove duplicate fields from of_platform_driver | Grant Likely | 1 | -5/+4 |
| 2010-03-02 | USB: Convert concatenated __FILE__ to %s, __FILE__ | Joe Perches | 1 | -3/+3 |
| 2010-03-02 | USB host: make Open Firmware device id constant | Németh Márton | 1 | -1/+1 |
| 2009-12-11 | USB: Add support for Xilinx USB host controller | Julie Zhu | 1 | -0/+300 |