aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-01Merge git://git.denx.de/u-boot-imxTom Rini47-279/+1156
2017-09-01Merge git://git.denx.de/u-boot-marvellTom Rini1-1/+1
2017-09-01Merge git://git.denx.de/u-boot-uniphierTom Rini51-169/+554
2017-09-01Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini6-7/+40
2017-09-01mmc: sunxi: Only update timing mode bit when enabling new timing modeChen-Yu Tsai1-1/+1
2017-08-30i.MX6Q: icorem6: Add falcon modeJagan Teki3-0/+26
2017-08-30i.MX6Q: spl: Fix falcon to use dram_init_banksizeJagan Teki1-0/+12
2017-08-30imx: remove SATA boot mode for i.MX 6UL and 6ULLStefan Agner1-0/+2
2017-08-30ARM: mvebu: add "spi-flash" compatible stringChris Packham1-1/+1
2017-08-30ARM: uniphier: enable Denali NAND driver for 64bit SoCsMasahiro Yamada1-0/+5
2017-08-30ARM: uniphier: set system bus pinmux for PXs3Masahiro Yamada1-0/+2
2017-08-30ARM: uniphier: move CONFIG_NAND to defconfigMasahiro Yamada4-1/+3
2017-08-30ARM: dts: uniphier: update PXs3 SoC/board DTMasahiro Yamada2-50/+142
2017-08-30ARM: dts: uniphier: sync with LinuxMasahiro Yamada22-62/+90
2017-08-30reset: uniphier: add PXs3 supportMasahiro Yamada1-0/+23
2017-08-30reset: uniphier: fix compatible for SD reset node for LD11/LD20Masahiro Yamada1-1/+5
2017-08-30clk: uniphier: add System clock supportMasahiro Yamada4-0/+67
2017-08-30ARM: uniphier: fix DSPLL init code for LD20 SoCDai Okamura1-3/+3
2017-08-30ARM: uniphier: remove ad-hoc pin settings for NANDMasahiro Yamada1-24/+4
2017-08-30ARM: uniphier: enable CONFIG_NAND_DENALI_DTMasahiro Yamada3-0/+3
2017-08-30ARM: uniphier: remove unneeded NAND config optionsMasahiro Yamada1-3/+0
2017-08-30ARM: uniphier: add PLL settings for PXs3Masahiro Yamada1-0/+55
2017-08-30ARM: uniphier: move PLLCTRL register macros to each SoC .c fileMasahiro Yamada3-21/+30
2017-08-30ARM: uniphier: replace <common.h> with <linux/delay.h> in pll settingsMasahiro Yamada2-2/+2
2017-08-30mtd: nand: denali_dt: add a DT driverMasahiro Yamada5-1/+81
2017-08-29ofnode: add {ofnode, dev}_read_resource_byname()Masahiro Yamada4-1/+39
2017-08-29icorem6: Fix to find MMC devicesJagan Teki2-2/+0
2017-08-29imx6: don't include unneeded boot_mode array in SPLAnatolij Gustschin1-0/+2
2017-08-29spl: do not repeat timer init on i.MX6Anatolij Gustschin1-1/+1
2017-08-29imx: timer: don't clear the GPT control register multiple timesAnatolij Gustschin1-2/+1
2017-08-29pfla02: Fix RAM detection and support 1 bank SOMStefano Babic2-33/+60
2017-08-28Prepare v2017.09-rc3v2017.09-rc3Tom Rini1-1/+1
2017-08-28Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-2/+2
2017-08-28usb: dwc3: fix Kconfig dependency to accept host driver in drivers/usb/dwc3Masahiro Yamada1-2/+2
2017-08-28mmc: sunxi: fix legacy MMC initialisationMaxime Ripard1-1/+1
2017-08-28sunxi: bpi-m3: Enable eMMCJagan Teki1-0/+1
2017-08-28sunxi: Enable MMC new mode for A83TMaxime Ripard1-0/+1
2017-08-28mmc: sunxi: Support new modeMaxime Ripard4-6/+37
2017-08-28bootvx_fdt: fix missing 'fdt_fixup_ethernet(...)' on vxWorks bootHannes Schmelzer1-0/+3
2017-08-28common: console: Fix duplicated CONFIG in silent env callbackWilson Lee1-2/+2
2017-08-28sandbox: Enable NVMe driver for build testingBin Meng3-0/+3
2017-08-28sandbox: Add a dummy invalidate_dcache_range() functionBin Meng1-0/+4
2017-08-28nvme: Adjust the 'nvme' command to use blk_common_cmd()Bin Meng3-170/+30
2017-08-28nvme: Get rid of the global variable nvme_infoBin Meng3-35/+12
2017-08-28nvme: Use blk_create_devicef() APIBin Meng1-9/+3
2017-08-28nvme: Apply cache operations on the DMA buffersBin Meng2-5/+34
2017-08-28nvme: Consolidate block read and write routinesBin Meng1-53/+12
2017-08-28nvme: Use macros to access NVMe queuesBin Meng1-7/+15
2017-08-28nvme: Respect timeout when en/disabling the controllerBin Meng1-3/+11
2017-08-28nvme: Cache controller's capabilitiesBin Meng2-6/+6