aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-07-27stm32f429: pass the device unique ID in DTBAntonio Borneo1-0/+1
2015-07-27siemens-am33x-common: Hardcoded value instead of non-included definePaul Kocialkowski1-1/+1
2015-07-27omap-common: Common boot code OMAP3 support and cleanupPaul Kocialkowski1-0/+1
2015-07-27nds32: include <asm/arch-*/*.h> instead of <asm/arch/*.h>Masahiro Yamada3-3/+3
2015-07-27stm32f429-discovery: Use ttyS0 as the console devicerev13@wp.pl1-1/+1
2015-07-27config: ti_omap5_common: Palmas power support in SPLPaul Kocialkowski2-2/+1
2015-07-25Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-5/+0
2015-07-25sunxi: Enable CMD_USB and USB_STORAGE by default on sunxiHans de Goede1-5/+0
2015-07-24Merge git://git.denx.de/u-boot-usbTom Rini28-69/+230
2015-07-24arm: marvell: Increase MAXARGS to 32Stefan Roese1-1/+1
2015-07-24arm: mvebu: db-88f6820-gp: Add SDIO/MMC SPL boot supportStefan Roese1-0/+28
2015-07-23Merge git://git.denx.de/u-boot-uniphierTom Rini1-24/+79
2015-07-23ARM: UniPhier: add PH1-sLD3 SoC supportMasahiro Yamada1-4/+24
2015-07-23ARM: UniPhier: update CONFIG_BOOTARGSMasahiro Yamada1-1/+1
2015-07-23ARM: UniPhier: add environment variable for TFTP bootMasahiro Yamada1-0/+10
2015-07-23ARM: UniPhier: add environment sets for non-FIT Linux bootMasahiro Yamada1-18/+43
2015-07-23Merge git://git.denx.de/u-boot-marvellTom Rini3-2/+66
2015-07-23arm: mvebu: db-88f6820: Add SPL support with DDR init codeStefan Roese1-0/+35
2015-07-23arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directoryStefan Roese2-2/+2
2015-07-23arm: mvebu: add Armada XP SATA supportAnton Schubert1-0/+29
2015-07-22linux_compat: handle __GFP_ZERO in kmalloc()Masahiro Yamada1-8/+12
2015-07-22linux_compat: move vzalloc() to header file as an inline functionMasahiro Yamada1-2/+4
2015-07-22linux_compat: remove cpu_relax() defineMasahiro Yamada1-2/+0
2015-07-22usb: CONFIG_USB_FASTBOOT prefix replacement for consistencyPaul Kocialkowski6-12/+12
2015-07-22implement Fastboot via USB OTG on bcm28155_ap boardsJiandong Zheng1-0/+20
2015-07-22g_dnl: add missing declarationSteve Rae1-0/+1
2015-07-22usb: board_usb_init and board_usb_cleanup calls in the fastboot commandPaul Kocialkowski1-1/+1
2015-07-22usb: Fastboot function config for better consistency with other functionsPaul Kocialkowski5-0/+5
2015-07-22usb: USB download gadget and functions config options coherent namingPaul Kocialkowski18-47/+47
2015-07-22include: usb: Map USB controller base addresses for LS2085ANikhil Badola1-0/+3
2015-07-22include: usb: Move USB controller base address mappingNikhil Badola1-0/+7
2015-07-22drivers: usb: fsl: Implement Erratum A-009116 for XHCI controllerNikhil Badola1-6/+16
2015-07-22ls1021aqds: Enable USB IP supportRamneek Mehresh1-5/+17
2015-07-22ls1021atwr: Enable USB IP supportRamneek Mehresh1-0/+38
2015-07-22usb: fsl: Add XHCI driver supportRamneek Mehresh1-0/+54
2015-07-22usb: xhci: keystone: Remove common dwc3 drv functions callsRamneek Mehresh1-0/+1
2015-07-22usb: xhci: omap: Remove common dwc3 drv functions callsRamneek Mehresh3-0/+3
2015-07-22usb: xhci: exynos: Remove common dwc3 drv functions callsRamneek Mehresh1-0/+1
2015-07-22usb: dwc3: Add DWC3 controller driver supportRamneek Mehresh1-0/+6
2015-07-21net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass1-1/+3
2015-07-21x86: minnowmax: Drop the cache line size hackSimon Glass1-3/+0
2015-07-21dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass1-1/+17
2015-07-21dm: usb: eth: Support driver model with USB EthernetSimon Glass1-11/+78
2015-07-21dm: eth: Avoid blocking on packet receptionSimon Glass1-1/+9
2015-07-21dm: usb: Correct the struct usb_driver_entry commentSimon Glass1-2/+2
2015-07-21dm: pci: Add a function to get the BDF for a deviceSimon Glass1-0/+8
2015-07-21dm: pci: Add support for PCI driver matchingSimon Glass1-2/+77
2015-07-21dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede1-0/+5
2015-07-21dm: Export device_remove_children / device_unbind_childrenHans de Goede1-0/+26
2015-07-21usb: Add an usb_device parameter to usb_reset_root_portHans de Goede1-6/+2