]> git.kernelconcepts.de Git - karo-tx-uboot.git/history - drivers/usb/host
net: smsc95xx: Add driver-model support
[karo-tx-uboot.git] / drivers / usb / host /
2015-09-10 Simon Glassdm: usb: Add driver-model support to dwc2
2015-09-10 Simon Glassdm: usb: Prepare dwc2 driver for driver-model conversion
2015-09-10 Tom WarrenTegra: clocks: Add 38.4MHz OSC support for T210 use
2015-09-10 Paul Kocialkowskiusb: USB storage-specific part ifdef in uclass
2015-09-10 Peter Griffinusb: dwc2: Call board_usb_init() from usb_lowlevel_init()
2015-09-09 Nikita Kiryanovarm: mx6: usb: kconfig: add USB_EHCI_MX6 kconfig option
2015-09-09 Tom WarrenARM: Tegra210: Add support to common Tegra source/confi...
2015-09-09 Stefan Roeseusb: ehci-marvell: Drop wrl accessor function
2015-09-09 Nikhil Badoladrivers: usb: fsl: Remove LS102XA immap inclusion
2015-09-09 Nikhil Badoladrivers: usb: fsl: Implement Erratum A-009116 for XHCI...
2015-09-09 Nikhil Badoladrivers: usb: fsl: Remove warnings for 64-bit architectures
2015-09-09 Ramneek Mehreshusb: fsl: Add XHCI driver support
2015-09-09 Ramneek Mehreshusb: xhci: keystone: Remove common dwc3 drv functions...
2015-09-09 Ramneek Mehreshusb: xhci: omap: Remove common dwc3 drv functions calls
2015-09-09 Ramneek Mehreshusb: xhci: exynos: Remove common dwc3 drv functions...
2015-09-09 Ramneek Mehreshusb: dwc3: Add DWC3 controller driver support
2015-09-09 Simon Glassdm: usb: Add driver-model support to ehci-pci
2015-09-09 Simon Glassusb: Update some EHCI driver licenses to use SPDX
2015-09-09 Simon Glassusb: ehci: Correct a missing hypen in an error message
2015-09-09 Hans de Goededm: usb: Do not assume that first child is always a hub
2015-09-09 Hans de Goededm: usb: Allow usb host drivers to implement usb_reset_...
2015-09-09 Hans de Goededm: usb: Rename usb_find_child to usb_find_emul_child
2015-09-09 Hans de Goededm: usb: Use device_unbind_children to clean up usb...
2015-09-09 Hans de Goedeusb: Add an usb_device parameter to usb_reset_root_port
2015-09-09 Hans de Goedeusb: usb_setup_device: Drop unneeded portnr function...
2015-09-09 Hans de Goedeusb: Drop device-model specific copy of usb_legacy_port...
2015-09-09 Stefan Roeseusb: Add EHCI support for Armada 38x (mvebu)
2015-09-08 Hans de Goedeusb: ehci: Properly deal with data toggle for interrupt...
2015-09-08 Simon Glassdm: usb: tegra: Drop legacy USB code
2015-09-08 Simon Glassdm: usb: Implement usb_detect_change() for driver model
2015-09-08 Sanchayan Maityusb: ehci-vf: Add weak function for board specific...
2015-09-08 Nikhil Badoladrivers: usb: fsl: Return if USB_MAX_CONTROLLER_COUNT...
2015-09-08 Masahiro YamadaARM: UniPhier: update the vendor name of UniPhier in...
2015-09-08 Masahiro YamadaARM: UniPhier: replace <asm/io.h> with <linux/io.h>
2015-09-08 Peter Griffinusb: dwc2: Add support for v3 snpsid value
2015-09-08 Hans de Goedeusb: ohci: Add support for interrupt queues
2015-09-08 Hans de Goedeusb: ohci: Add an ohci_alloc_urb() function
2015-09-08 Hans de Goedeusb: ohci: Do not reuse ed for interrupt endpoints...
2015-09-08 Hans de Goedesunxi: ohci: Add ohci usb host controller support
2015-09-08 Hans de Goedesunxi: ehci: Convert to the driver-model
2015-09-08 Hans de Goedeusb: ohci: Add dm support
2015-09-08 Hans de Goedeusb: ohci: Skip unnecessary mdelay(1) calls in various...
2015-09-08 Hans de Goedeusb: ohci: Remove unnecessary delays from hc_start...
2015-09-08 Hans de Goedeusb: ohci: Do not resubmit and leak urbs for interrupt...
2015-09-08 Hans de Goededm: usb: Do not scan companion buses if no devices...
2015-09-08 Hans de Goededm: usb: Add support for companion controllers
2015-09-08 Hans de Goededm: usb: Move printing of usb scan status to usb_scan_bus()
2015-09-08 Hans de Goededm: usb: Add support for interrupt queues to the dm...
2015-09-08 Hans de Goededm: usb: Prefix ehci interrupt-queue functions with...
2015-09-08 Hans de Goedeusb: Stop reset procedure when a dev is handed over...
2015-09-08 Hans de Goedeusb: Fix handover of full-speed devices from ehci to...
2015-09-08 Simon Glassdm: usb: exynos: Drop legacy USB code
2015-09-08 Hans de Goedeusb: ohci: Don't log an error on interrupt packet timeout
2015-09-08 Hans de Goedeusb: ohci: Add proper cache flushing / invalidating...
2015-09-08 Hans de Goedeusb: ohci: Fix ctrl in messages with a data-len of 0
2015-09-08 Hans de Goedeusb: ohci: Move static func and var declarations from...
2015-09-08 Hans de Goedeusb: ohci: Remove unnecessary phcca variable
2015-09-08 Hans de Goedeusb: ohci: Move the td array struct to inside the ohci_...
2015-09-08 Hans de Goedeusb: ohci: Move the ohci_dev struct to inside the main...
2015-09-08 Hans de Goedeusb: ohci: Pass around a pointer to ohci_t rather then...
2015-09-08 Hans de Goedeusb: ohci: Remove unused devgone global variable
2015-09-08 Hans de Goededm: usb: Set desc_before_addr from ehci dm code
2015-09-08 Hans de Goededm: usb: Fix finding of first upstream usb-2 hub in...
2015-09-08 Hans de Goededm: usb: Use usb_get_bus in dm ehci code
2015-09-08 Hans de Goededm: usb: Copy over usb_device values from usb_scan_devi...
2015-09-08 Hans de Goededm: usb: Make usb_get_bus easier to use for callers
2015-09-08 Hans de Goededm: usb: Do not use bus->seq before device_probe(bus)
2015-09-08 Nikhil Badoladrivers: usb: fsl: Workaround for Erratum A004477
2015-09-08 Hans de Goedesunxi: usb: Do not call phy_probe from hcd code
2015-09-08 Hans de Goedesunxi: usb: Rename the usbc.? files to usb_phy.?
2015-09-08 Hans de Goedesunxi: usb: Rename sunxi_usbc_foo functions to sunxi_us...
2015-09-08 Hans de Goedesunxi: usb: Remove sunxi_usbc_get_io_base function
2015-09-08 Hans de Goedesunxi: usb: Move setup of host controller clocks to...
2015-09-08 Nikhil Badoladrivers:usb: Check if USB Erratum A005697 is applicable...
2015-09-08 Nikhil Badoladrivers:usb: Add device-tree fixup to identify socs...
2015-09-08 Simon Glassdm: usb: exynos: Adjust XHCI driver to support driver...
2015-09-08 Simon Glassdm: usb: Rename the XHCI HCD to U-Boot
2015-09-08 Simon Glassdm: usb: Support driver model in XHCI
2015-09-08 Simon Glassdm: usb: xhci: Factor out common init/uninit
2015-09-08 Simon Glassdm: usb: xhci: Use explicit parameters for xhci_setup_a...
2015-09-08 Simon Glassdm: usb: xhci: Use explicit parameters for xhci_alloc_v...
2015-09-08 Simon Glassdm: usb: xhci: Use a function to get xhci_ctrl
2015-09-08 Simon Glassdm: usb: tegra: Add driver model support to tegra EHCI
2015-09-08 Simon Glassdm: usb: tegra: Move most of init/uninit into a function
2015-09-08 Simon Glassdm: usb: tegra: Tidy up error handling and a static...
2015-09-08 Simon Glassdm: usb: tegra: Remove the port_addr_clear_csc variable
2015-09-08 Simon Glassdm: usb: exynos: Add driver model support to exynos...
2015-09-08 Simon Glassdm: usb: sandbox: Add a driver for sandbox
2015-09-08 Simon Glassdm: usb: sandbox: Reset emulation devices in usb stop()
2015-09-08 Simon Glassdm: usb: Allow setting up a USB controller as a device...
2015-09-08 Simon Glassdm: usb: Bind generic USB devices when there is no...
2015-09-08 Simon Glassdm: usb: Allow USB drivers to be declared and auto...
2015-09-08 Simon Glassdm: usb: Add driver model support to EHCI
2015-09-08 Simon Glassdm: usb: Change ehci_reset() to use a pointer
2015-09-08 Simon Glassdm: usb: Drop the EHCI weak functions
2015-09-08 Simon Glassdm: usb: Refactor EHCI init
2015-09-08 Simon Glassdm: usb: ehci: Use a function to find the controller...
2015-09-08 Simon Glassdm: usb: Pass EHCI controller pointer to ehci_get_ports...
2015-09-08 Simon Glassdm: usb: Pass EHCI controller pointer to ehci_set_usbmode()
2015-09-08 Simon Glassdm: usb: tegra: Drop use of global controller variable
next