summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-22fpga: xilinx: zynqmp: Add PL bitstream download support for ZynqMPSiva Durga Prasad Paladugu
2016-09-22ARM64: zynqmp: Fix USB ulpi phy sequenceMichal Simek
2016-09-22ARM64: zynqmp: Add support for USB ulpi phy reset via mode pinsMichal Simek
2016-09-22ARM64: zynqmp: Add support for DFU from SPLMichal Simek
2016-09-22ARM: Add new BOOT_DEVICE_DFU boot modeMichal Simek
2016-09-22ARM64: zynqmp: Add USB boot modeMichal Simek
2016-09-22ARM64: zynqmp: Move BSS location to the beginning of ramMichal Simek
2016-09-22spi: zynq: Use variable to remove u32 to u64 conversionsMichal Simek
2016-09-22ARM64: zynqmp: Fix usb_gadget_handle_interrupt routineMichal Simek
2016-09-22ARM64: zynqmp: Force certain bootmode for SPLMichal Simek
2016-09-22ARM64: zynqmp: Wire up both USBs available on ZynqMPMichal Simek
2016-09-22fpga: Add Kconfig to fpga subsystemMichal Simek
2016-09-21omap4_panda: Disable ext2/3/4 support in SPLTom Rini
2016-09-21clk.h: Add <asm/errno.h>Tom Rini
2016-09-22sf: Move flags macro's to spi_flash_params{} membersJagan Teki
2016-09-22sf: Add CONFIG_SPI_FLASH_USE_4K_SECTORS in spi_flashJagan Teki
2016-09-22sf: Remove SECT_32KJagan Teki
2016-09-22spi: Remove SPI_RX_FASTJagan Teki
2016-09-22spi: Use mode for rx mode flagsJagan Teki
2016-09-22sf: Remove e_rd_cmd from param tableJagan Teki
2016-09-22sf: Simplify fastest read cmd codeJagan Teki
2016-09-22spi: ti_qspi: Remove unnecessary udelay for AM437xVignesh R
2016-09-22spi: ti_qspi: use 128 bit transfer mode when writing to flashVignesh R
2016-09-22spi: zynq_spi: Fix infinite looping while xferLad, Prabhakar
2016-09-21Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2016-09-21Merge branch 'master' of http://git.denx.de/u-boot-mmcTom Rini
2016-09-21MIPS: Hang if run on a secondary CPUPaul Burton
2016-09-21MIPS: Fix cache maintenance in relocate_code & simplifyPaul Burton
2016-09-21boston: Introduce support for the MIPS Boston development boardPaul Burton
2016-09-21clk: boston: Providea simple driver for Boston board clocksPaul Burton
2016-09-21dm: syscon: Provide a generic syscon driverPaul Burton
2016-09-21dm: core: Match compatible strings in order of priorityPaul Burton
2016-09-21dm: regmap: Implement simple regmap_read & regmap_writePaul Burton
2016-09-21net: pch_gbe: Make 64 bit safePaul Burton
2016-09-21net: pch_gbe: Use dm_pci_map_bar to discover MMIO basePaul Burton
2016-09-21pci: Flip condition for detecting non-PCI parent devicesPaul Burton
2016-09-21pci: xilinx: Add a driver for Xilinx AXI to PCIe bridgePaul Burton
2016-09-21dt-bindings: Add interrupt-controller/mips-gic.h headerPaul Burton
2016-09-21serial: ns16550: Support clocks via phandlePaul Burton
2016-09-21clk: Use dummy clk_get_by_* functions when CONFIG_CLK is disabledPaul Burton
2016-09-21MIPS: Ensure cache ops complete in mips_cache_resetPaul Burton
2016-09-21MIPS: Clear hazard between TagLo writes & cache opsPaul Burton
2016-09-21MIPS: Ensure Config.K0=2 applies before any memory accessesPaul Burton
2016-09-21MIPS: Malta: Enable CM & L2 supportPaul Burton
2016-09-21MIPS: Join the coherent domain when a CM is presentPaul Burton
2016-09-21MIPS: L2 cache supportPaul Burton
2016-09-21MIPS: Map CM Global Control RegistersPaul Burton
2016-09-21MIPS: Define register names for cache initPaul Burton
2016-09-21MIPS: If we don't need DDR for cache init, init cache firstPaul Burton
2016-09-21MIPS: Preserve Config implementation-defined bitsPaul Burton