summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* config: ti_omap5_common: Palmas power support in SPLPaul Kocialkowski2015-07-272-2/+1
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2015-07-251-5/+0
|\
| * sunxi: Enable CMD_USB and USB_STORAGE by default on sunxiHans de Goede2015-07-251-5/+0
* | Merge git://git.denx.de/u-boot-usbTom Rini2015-07-2428-69/+230
|\ \
| * | usb: CONFIG_USB_FASTBOOT prefix replacement for consistencyPaul Kocialkowski2015-07-226-12/+12
| * | implement Fastboot via USB OTG on bcm28155_ap boardsJiandong Zheng2015-07-221-0/+20
| * | g_dnl: add missing declarationSteve Rae2015-07-221-0/+1
| * | usb: board_usb_init and board_usb_cleanup calls in the fastboot commandPaul Kocialkowski2015-07-221-1/+1
| * | usb: Fastboot function config for better consistency with other functionsPaul Kocialkowski2015-07-225-0/+5
| * | usb: USB download gadget and functions config options coherent namingPaul Kocialkowski2015-07-2218-47/+47
| * | include: usb: Map USB controller base addresses for LS2085ANikhil Badola2015-07-221-0/+3
| * | include: usb: Move USB controller base address mappingNikhil Badola2015-07-221-0/+7
| * | drivers: usb: fsl: Implement Erratum A-009116 for XHCI controllerNikhil Badola2015-07-221-6/+16
| * | ls1021aqds: Enable USB IP supportRamneek Mehresh2015-07-221-5/+17
| * | ls1021atwr: Enable USB IP supportRamneek Mehresh2015-07-221-0/+38
| * | usb: fsl: Add XHCI driver supportRamneek Mehresh2015-07-221-0/+54
| * | usb: xhci: keystone: Remove common dwc3 drv functions callsRamneek Mehresh2015-07-221-0/+1
| * | usb: xhci: omap: Remove common dwc3 drv functions callsRamneek Mehresh2015-07-223-0/+3
| * | usb: xhci: exynos: Remove common dwc3 drv functions callsRamneek Mehresh2015-07-221-0/+1
| * | usb: dwc3: Add DWC3 controller driver supportRamneek Mehresh2015-07-221-0/+6
* | | arm: marvell: Increase MAXARGS to 32Stefan Roese2015-07-241-1/+1
* | | arm: mvebu: db-88f6820-gp: Add SDIO/MMC SPL boot supportStefan Roese2015-07-241-0/+28
| |/ |/|
* | Merge git://git.denx.de/u-boot-uniphierTom Rini2015-07-231-24/+79
|\ \
| * | ARM: UniPhier: add PH1-sLD3 SoC supportMasahiro Yamada2015-07-231-4/+24
| * | ARM: UniPhier: update CONFIG_BOOTARGSMasahiro Yamada2015-07-231-1/+1
| * | ARM: UniPhier: add environment variable for TFTP bootMasahiro Yamada2015-07-231-0/+10
| * | ARM: UniPhier: add environment sets for non-FIT Linux bootMasahiro Yamada2015-07-231-18/+43
| |/
* | Merge git://git.denx.de/u-boot-marvellTom Rini2015-07-233-2/+66
|\ \
| * | arm: mvebu: db-88f6820: Add SPL support with DDR init codeStefan Roese2015-07-231-0/+35
| * | arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directoryStefan Roese2015-07-232-2/+2
| * | arm: mvebu: add Armada XP SATA supportAnton Schubert2015-07-231-0/+29
| |/
* | linux_compat: handle __GFP_ZERO in kmalloc()Masahiro Yamada2015-07-221-8/+12
* | linux_compat: move vzalloc() to header file as an inline functionMasahiro Yamada2015-07-221-2/+4
* | linux_compat: remove cpu_relax() defineMasahiro Yamada2015-07-221-2/+0
* | net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass2015-07-211-1/+3
* | x86: minnowmax: Drop the cache line size hackSimon Glass2015-07-211-3/+0
* | dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass2015-07-211-1/+17
* | dm: usb: eth: Support driver model with USB EthernetSimon Glass2015-07-211-11/+78
* | dm: eth: Avoid blocking on packet receptionSimon Glass2015-07-211-1/+9
* | dm: usb: Correct the struct usb_driver_entry commentSimon Glass2015-07-211-2/+2
* | dm: pci: Add a function to get the BDF for a deviceSimon Glass2015-07-211-0/+8
* | dm: pci: Add support for PCI driver matchingSimon Glass2015-07-211-2/+77
* | dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede2015-07-211-0/+5
* | dm: Export device_remove_children / device_unbind_childrenHans de Goede2015-07-211-0/+26
* | usb: Add an usb_device parameter to usb_reset_root_portHans de Goede2015-07-211-6/+2
* | usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede2015-07-211-3/+3
* | usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede2015-07-211-8/+0
* | test: Add a macro to check that a value is not an error pointerSimon Glass2015-07-211-0/+15
* | led: Return -ENODEV if the LED device cannot be foundSimon Glass2015-07-211-1/+1
* | dm: reset: Allow reset_walk() to returnSimon Glass2015-07-211-1/+10
OpenPOWER on IntegriCloud