]> git.ipfire.org Git - people/ms/u-boot.git/history - drivers/usb
siemens,am33x,rastaban: add rastaban config
[people/ms/u-boot.git] / drivers / usb /
2015-06-17  Hans de Goedesunxi: musb: Remove unused sunxi_musb_exit method
2015-06-17  Hans de Goedesunxi: musb: Do not fully reset the controler from...
2015-06-16  Tom RiniMerge git://git.denx.de/u-boot-usb
2015-06-12  Tom RiniMerge git://git.denx.de/u-boot-dm
2015-06-11  Simon Glassdm: usb: tegra: Drop legacy USB code
2015-06-11  Simon Glassdm: usb: Implement usb_detect_change() for driver model
2015-06-08  Inha Songusb: f_mass_storage: sleep_thread: decrease the interva...
2015-06-08  Lukasz Majewskisamsung: usb: phy: Support for DWC3 PHY
2015-06-08  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2015-06-08  Sanchayan Maityusb: ehci-vf: Add weak function for board specific...
2015-06-07  Nikhil Badoladrivers: usb: fsl: Return if USB_MAX_CONTROLLER_COUNT...
2015-06-02  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2015-06-01  Tom RiniMerge branch 'rmobile' of git://git.denx.de/u-boot-sh
2015-05-31  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-uniphier
2015-05-31  Tom RiniMerge branch 'master' of http://git.denx.de/u-boot...
2015-05-30  Masahiro YamadaARM: UniPhier: update the vendor name of UniPhier in...
2015-05-30  Masahiro YamadaARM: UniPhier: replace <asm/io.h> with <linux/io.h>
2015-05-29  Tom RiniMerge git://git.denx.de/u-boot-usb
2015-05-29  Peter Griffinusb: dwc2: Add support for v3 snpsid value
2015-05-29  Siva Durga Prasad... ci_udc: Update the ci_udc driver to support bulk transfers
2015-05-18  Tom RiniMerge git://git.denx.de/u-boot-samsung
2015-05-15  Hans de Goedeusb: ohci: Add support for interrupt queues
2015-05-15  Hans de Goedeusb: ohci: Add an ohci_alloc_urb() function
2015-05-15  Hans de Goedeusb: ohci: Do not reuse ed for interrupt endpoints...
2015-05-15  Hans de Goedesunxi: ohci: Add ohci usb host controller support
2015-05-15  Hans de Goedesunxi: ehci: Convert to the driver-model
2015-05-15  Hans de Goedeusb: ohci: Add dm support
2015-05-15  Hans de Goedeusb: ohci: Skip unnecessary mdelay(1) calls in various...
2015-05-15  Hans de Goedeusb: ohci: Remove unnecessary delays from hc_start...
2015-05-15  Hans de Goedeusb: ohci: Do not resubmit and leak urbs for interrupt...
2015-05-15  Hans de Goededm: usb: Do not scan companion buses if no devices...
2015-05-15  Hans de Goededm: usb: Add support for companion controllers
2015-05-15  Hans de Goededm: usb: Move printing of usb scan status to usb_scan_bus()
2015-05-15  Hans de Goededm: usb: Add support for interrupt queues to the dm...
2015-05-15  Hans de Goededm: usb: Prefix ehci interrupt-queue functions with...
2015-05-15  Hans de Goedeusb: Stop reset procedure when a dev is handed over...
2015-05-15  Hans de Goedeusb: Fix handover of full-speed devices from ehci to...
2015-05-08  Tom RiniMerge git://git.denx.de/u-boot-dm
2015-05-06  Simon Glassdm: usb: exynos: Drop legacy USB code
2015-05-06  Hans de Goedeusb: ohci: Don't log an error on interrupt packet timeout
2015-05-06  Hans de Goedeusb: ohci: Add proper cache flushing / invalidating...
2015-05-06  Hans de Goedeusb: ohci: Fix ctrl in messages with a data-len of 0
2015-05-06  Hans de Goedeusb: ohci: Move static func and var declarations from...
2015-05-06  Hans de Goedeusb: ohci: Remove unnecessary phcca variable
2015-05-06  Hans de Goedeusb: ohci: Move the td array struct to inside the ohci_...
2015-05-06  Hans de Goedeusb: ohci: Move the ohci_dev struct to inside the main...
2015-05-06  Hans de Goedeusb: ohci: Pass around a pointer to ohci_t rather then...
2015-05-06  Hans de Goedeusb: ohci: Remove unused devgone global variable
2015-05-06  Hans de Goededm: usb: Set desc_before_addr from ehci dm code
2015-05-06  Hans de Goededm: usb: Fix finding of first upstream usb-2 hub in...
2015-05-06  Hans de Goededm: usb: Use usb_get_bus in dm ehci code
2015-05-06  Hans de Goededm: usb: Copy over usb_device values from usb_scan_devi...
2015-05-06  Hans de Goededm: usb: Make usb_get_bus easier to use for callers
2015-05-06  Hans de Goededm: usb: Do not use bus->seq before device_probe(bus)
2015-05-05  Tom RiniMerge git://git.denx.de/u-boot-mpc85xx
2015-05-05  Tom RiniMerge git://git.denx.de/u-boot-marvell
2015-05-05  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mmc
2015-05-05  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-arm
2015-05-05  Albert ARIBAUDMerge branch 'u-boot/master' into 'u-boot-arm/master'
2015-05-04  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2015-05-04  Nikhil Badoladrivers: usb: fsl: Workaround for Erratum A004477
2015-05-04  Hans de Goedesunxi: usb: Do not call phy_probe from hcd code
2015-05-04  Hans de Goedesunxi: usb: Rename the usbc.? files to usb_phy.?
2015-05-04  Hans de Goedesunxi: usb: Rename sunxi_usbc_foo functions to sunxi_us...
2015-05-04  Hans de Goedesunxi: usb: Remove sunxi_usbc_get_io_base function
2015-05-04  Hans de Goedesunxi: usb: Move setup of host controller clocks to...
2015-05-04  Vishnu Patekarsunxi: Add basic A33 basic support
2015-04-29  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot...
2015-04-28  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2015-04-28  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2015-04-24  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-fdt
2015-04-24  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mips
2015-04-24  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-fsl...
2015-04-23  Tom RiniMerge branch 'buildman' of git://git.denx.de/u-boot-x86
2015-04-23  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-dm
2015-04-23  Sanchayan Maityusb: host: Add ehci-vf USB driver for ARM Vybrid SoC's
2015-04-22  Simon Glassdm: usb: Add a terminator to the string destructor...
2015-04-21  Nikhil Badoladrivers:usb: Check if USB Erratum A005697 is applicable...
2015-04-21  Nikhil Badoladrivers:usb: Add device-tree fixup to identify socs...
2015-04-20  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2015-04-18  Tom RiniMerge branch 'buildman' of git://git.denx.de/u-boot-x86
2015-04-18  Joe Hershbergernet: cosmetic: Fix var naming net <-> eth drivers
2015-04-18  Joe Hershbergernet: cosmetic: Name ethaddr variables consistently
2015-04-18  Simon Glassdm: usb: exynos: Adjust XHCI driver to support driver...
2015-04-18  Simon Glassdm: usb: Rename the XHCI HCD to U-Boot
2015-04-18  Simon Glassdm: usb: Support driver model in XHCI
2015-04-18  Simon Glassdm: usb: xhci: Factor out common init/uninit
2015-04-18  Simon Glassdm: usb: xhci: Use explicit parameters for xhci_setup_a...
2015-04-18  Simon Glassdm: usb: xhci: Use explicit parameters for xhci_alloc_v...
2015-04-18  Simon Glassdm: usb: xhci: Use a function to get xhci_ctrl
2015-04-18  Simon Glassdm: usb: tegra: Add driver model support to tegra EHCI
2015-04-18  Simon Glassdm: usb: tegra: Move most of init/uninit into a function
2015-04-18  Simon Glassdm: usb: tegra: Tidy up error handling and a static...
2015-04-18  Simon Glassdm: usb: tegra: Remove the port_addr_clear_csc variable
2015-04-18  Simon Glassdm: usb: exynos: Add driver model support to exynos...
2015-04-18  Simon Glassdm: usb: Add support for USB ethernet devices with...
2015-04-18  Simon Glassdm: usb: sandbox: Add a driver for sandbox
2015-04-18  Simon Glassdm: usb: sandbox: Add an emulator for USB hub emulation
2015-04-18  Simon Glassdm: usb: sandbox: Add an emulator for USB flash devices
2015-04-18  Simon Glassdm: usb: sandbox: Reset emulation devices in usb stop()
next