summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-09-21MIPS: Enable use of the instruction cache earlierPaul Burton
2016-09-21MIPS: Probe cache line sizes once during bootPaul Burton
2016-09-21MIPS: ath79: Use mach_cpu_init instead of arch_cpu_initPaul Burton
2016-09-21board_f: Add a mach_cpu_init callbackPaul Burton
2016-09-21mips: Add MIPSfpga platform supportZubair Lutfullah Kakakhel
2016-09-21mips: xilfpga: Add device tree filesZubair Lutfullah Kakakhel
2016-09-21net: emaclite: Enable driver for MIPSZubair Lutfullah Kakakhel
2016-09-21net: emaclite: use __raw_readl/writel instead of weird defineZubair Lutfullah Kakakhel
2016-09-21net: emaclite: Use ioremap_nocacheZubair Lutfullah Kakakhel
2016-09-21mmc: dw_mmc: push/pop all FIFO data if any data requestJacob Chen
2016-09-20Merge git://git.denx.de/u-boot-dmTom Rini
2016-09-20PowerPC: Update last users of CONFIG_ISO_STRING to KconfigTom Rini
2016-09-20PowerPC: Update MIP405/MIP405T to use Kconfig betterTom Rini
2016-09-20Kconfig: Move config IDENT_STRING to KconfigSiva Durga Prasad Paladugu
2016-09-20configs: Re-syncTom Rini
2016-09-19mmc: sdhci: Add the programmable clock mode supportWenyou Yang
2016-09-19mmc: sd: optimize erasePeng Fan
2016-09-19mmc: sd: extracting erase related information from sd statusPeng Fan
2016-09-19mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUTMasahiro Yamada
2016-09-19mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIMEMasahiro Yamada
2016-09-19mmc: sdhci: move SDMA capability check to sdhci_setup_cfg()Masahiro Yamada
2016-09-19mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg()Masahiro Yamada
2016-09-19mmc: sdhci: move error message to more relevant placeMasahiro Yamada
2016-09-19mmc: sdhci: move sdhci_reset() call to sdhci_init()Masahiro Yamada