summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | include: usb: Move USB controller base address mappingNikhil Badola2015-07-222-9/+7
| * | drivers: usb: fsl: Implement Erratum A-009116 for XHCI controllerNikhil Badola2015-07-223-6/+25
| * | drivers: usb: fsl: Remove warnings for 64-bit architecturesNikhil Badola2015-07-221-4/+4
| * | ls1021aqds: Enable USB IP supportRamneek Mehresh2015-07-221-5/+17
| * | ls1021atwr: Enable USB IP supportRamneek Mehresh2015-07-221-0/+38
| * | arch: arm: fsl: Add XHCI support for LS1021ARamneek Mehresh2015-07-222-0/+11
| * | usb: fsl: Add XHCI driver supportRamneek Mehresh2015-07-223-0/+164
| * | usb: xhci: keystone: Remove common dwc3 drv functions callsRamneek Mehresh2015-07-222-88/+1
| * | usb: xhci: omap: Remove common dwc3 drv functions callsRamneek Mehresh2015-07-225-78/+3
| * | usb: xhci: exynos: Remove common dwc3 drv functions callsRamneek Mehresh2015-07-222-78/+1
| * | usb: dwc3: Add DWC3 controller driver supportRamneek Mehresh2015-07-223-0/+98
* | | 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
* | | spl: spl_mmc: Add option to boot from a MMC partition with offsetStefan Roese2015-07-241-0/+5
* | | kwbimage: Rename CONFIG_SYS_SPI_U_BOOT_OFFS to CONFIG_SYS_U_BOOT_OFFSStefan Roese2015-07-242-8/+8
* | | kwbimage: Add support for SDIO/MMC boot device selectionStefan Roese2015-07-241-0/+1
* | | arm: mvebu: Add SPL SDIO/MMC boot supportStefan Roese2015-07-241-1/+12
| |/ |/|
* | Merge git://git.denx.de/u-boot-uniphierTom Rini2015-07-2328-45/+603
|\ \
| * | ARM: UniPhier: document reference support cardMasahiro Yamada2015-07-231-2/+44
| * | ARM: dts: UniPhier: add I2C ch4 device node for PH1-sLD3Masahiro Yamada2015-07-231-0/+9
| * | ARM: UniPhier: add PH1-sLD3 SoC supportMasahiro Yamada2015-07-2323-16/+494
| * | ARM: UniPhier: update CONFIG_BOOTARGSMasahiro Yamada2015-07-231-1/+1
| * | ARM: UniPhier: disable CONFIG_FITMasahiro Yamada2015-07-233-6/+0
| * | 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
| * | ARM: dts: UniPhier: add device-specific compatible string for EEPROMMasahiro Yamada2015-07-231-1/+1
| |/
* | Merge git://git.denx.de/u-boot-marvellTom Rini2015-07-2398-10/+22783
|\ \
| * | arm: mvebu: db-88f6820: Add SPL support with DDR init codeStefan Roese2015-07-235-1/+86
| * | arm: mvebu: a38x: Use correct PEX register access macrosStefan Roese2015-07-232-5/+4
| * | arm: mvebu: Add Armada 38x DDR3 training code from Marvell bin_hdrStefan Roese2015-07-2344-0/+17369
| * | arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directoryStefan Roese2015-07-2326-5/+5
| * | arm: mvebu: Add Armada 38x SERDES / PHY init code from Marvell bin_hdrStefan Roese2015-07-2313-0/+5204
| * | arm: mvebu: serdes: Move Armada XP SERDES / PHY init code into new directoryStefan Roese2015-07-237-3/+4
| * | Makefile: Fix mvebu build target to use SPL load and exe-addressStefan Roese2015-07-231-1/+1
| * | arm: mvebu: Disable MMU before changing register base addressStefan Roese2015-07-231-0/+18
| * | arm: mvebu: spl.c: Add call to board_early_init_f()Stefan Roese2015-07-231-0/+7
| * | arm: mvebu: Use default reg base address for SPL on A38xStefan Roese2015-07-231-0/+10
| * | arm: mvebu: Call timer_init early before PHY and DDR initStefan Roese2015-07-232-0/+9
| * | arm: mvebu: add Armada XP SATA supportAnton Schubert2015-07-233-0/+71
| |/
* | linux_compat: handle __GFP_ZERO in kmalloc()Masahiro Yamada2015-07-222-15/+18
* | linux_compat: move vzalloc() to header file as an inline functionMasahiro Yamada2015-07-222-7/+4
* | linux_compat: remove cpu_relax() defineMasahiro Yamada2015-07-222-2/+1
* | x86: delete unneeded declarations of disable_irq() and enable_irq()Masahiro Yamada2015-07-221-4/+0
* | net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass2015-07-212-1/+9
* | dm: usb: eth: Add driver-model support to the asix driverSimon Glass2015-07-211-21/+216
* | dm: usb: Add driver-model support to ehci-pciSimon Glass2015-07-211-20/+77
* | x86: minnowmax: Drop the cache line size hackSimon Glass2015-07-211-3/+0
* | dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass2015-07-216-9/+25
* | dm: usb: eth: Support driver model with USB EthernetSimon Glass2015-07-213-12/+206
* | dm: eth: Avoid blocking on packet receptionSimon Glass2015-07-216-6/+17
OpenPOWER on IntegriCloud