summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-18dm: usb: Support driver model with USB keyboardsSimon Glass
2015-04-18dm: usb: Split out the keyboard probe into its own functionSimon Glass
2015-04-18dm: usb: Allow setting up a USB controller as a device/gadgetSimon Glass
2015-04-18dm: usb: Bind generic USB devices when there is no driverSimon Glass
2015-04-18dm: usb: Allow USB drivers to be declared and auto-probedSimon Glass
2015-04-18dm: usb: Add driver model support to EHCISimon Glass
2015-04-18dm: usb: Change ehci_reset() to use a pointerSimon Glass
2015-04-18dm: usb: Drop the EHCI weak functionsSimon Glass
2015-04-18dm: usb: Refactor EHCI initSimon Glass
2015-04-18dm: usb: ehci: Use a function to find the controller from struct udeviceSimon Glass
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()Simon Glass
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()Simon Glass
2015-04-18dm: usb: tegra: Drop use of global controller variableSimon Glass
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()Simon Glass
2015-04-18dm: usb: tegra: Store the controller type explicitlySimon Glass
2015-04-18dm: usb: Allow ECHI to hold private data for the controllerSimon Glass
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()Simon Glass
2015-04-18dm: usb: Move all the EHCI weak functions together and declare themSimon Glass
2015-04-18dm: usb: Convert usb_storage to driver modelSimon Glass
2015-04-18dm: usb: Move storage device scanning into its own functionSimon Glass
2015-04-18Revert "usb_storage : scan all interfaces to find a storage device"Simon Glass
2015-04-18dm: usb: Adjust usb_storage to work with sandboxSimon Glass
2015-04-18dm: usb: Simply device finding code in usb_storageSimon Glass
2015-04-18dm: usb: Fix type problems in usb_stor_get_info()Simon Glass
2015-04-18dm: usb: Move USB storage definitions to usb_defs.hSimon Glass
2015-04-18dm: usb: Add driver model support for hubsSimon Glass
2015-04-18dm: usb: Split hub detection into its own functionSimon Glass
2015-04-18dm: usb: Convert core usb.c file to support driver modelSimon Glass
2015-04-18dm: usb: Complete the splitting up of usb_new_device()Simon Glass
2015-04-18dm: usb: Split out more code from usb_new_device()Simon Glass
2015-04-18dm: usb: Move descriptor setup code into its own functionSimon Glass
2015-04-18dm: usb: Refactor port resetsSimon Glass
2015-04-18dm: usb: Drop the legacy USB init sequenceSimon Glass
2015-04-18dm: usb: Convert 'usb' command to support driver modelSimon Glass
2015-04-18dm: usb: Adjust usb_alloc_new_device() to return an errorSimon Glass
2015-04-18dm: usb: Adjust usb command to prepare for driver modelSimon Glass
2015-04-18dm: usb: Add a uclass for USB controllersSimon Glass
2015-04-18dm: gpio: Add an implementation for gpio_get_number()Simon Glass
2015-04-18dm: core: Add device children and sibling functionsSimon Glass
2015-04-18dm: core: Mark device as active before calling uclass probe() methodsSimon Glass
2015-04-18dm: core: Rename driver data function to dev_get_driver_data()Simon Glass
2015-04-18dm: core: Convert driver_bind() to use constSimon Glass
2015-04-18dm: core: Support allocating driver-private data for DMASimon Glass
2015-04-18dm: test: bus: Use a local variable to simplify codeSimon Glass
2015-04-18sandbox: Fix comment for os_open()Simon Glass
2015-04-18linker_lists: Add a function to access a linker list entrySimon Glass
2015-04-18dm: eth: Provide a way for drivers to manage packet buffersJoe Hershberger
2015-04-18dm: spi: Convert Freescale QSPI driver to driver modelHaikun.Wang@freescale.com
2015-04-18dm: spi: Convert Freescale DSPI driver to driver modelHaikun.Wang@freescale.com
2015-04-18dm: ls1021a: dts: Add QSPI dts nodeHaikun.Wang@freescale.com