summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2015-01-261-1/+1
|\
| * ARM: atmel: sama5d4: add usb platform dataBo Shen2015-01-191-1/+1
* | Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini2015-01-261-0/+5
|\ \
| * | ARM: zynq: List qspi, smc and nand baseaddressesMichal Simek2015-01-261-0/+3
| * | ARM: zynq: List nand, qspi and jtag boot modesMichal Simek2015-01-261-0/+2
* | | ls102xa: fdt: Disable QSPI and DSPI in NOR/NAND/SD bootAlison Wang2015-01-231-0/+4
* | | arm: ls102xa: Update snoop settings for CCI-400Alison Wang2015-01-231-0/+2
* | | arm: ls102xa: Add dummy gpio.h to enable CONFIG_OF_CONTROLRuchika Gupta2015-01-231-0/+15
* | | ls102xa: etsec: Select ge0_clk125 for eTSEC clock muxing as defaultAlison Wang2015-01-231-0/+2
* | | arm/ls1021a: Add workaround for DDR erratum A008378York Sun2015-01-231-0/+1
* | | Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2015-01-2311-153/+550
|\ \ \
| * | | sunxi: Hookup OTG USB controller supportHans de Goede2015-01-221-0/+2
| * | | sunxi: video: Use frontend for dma on sun4i to fix memory bandwidth problemsHans de Goede2015-01-222-0/+120
| * | | sunxi: Stop differentiating between 512M and 1G variants of the same boardHans de Goede2015-01-221-1/+1
| * | | sunxi: mmc: Add support for sun9i (A80)Hans de Goede2015-01-221-2/+6
| * | | sun9i: Add clock_sun9i.h with ccu register layout for sun9iHans de Goede2015-01-222-0/+141
| * | | sun9i: Add cpu_sun9i.h with iomem definesHans de Goede2015-01-222-0/+112
| * | | sunxi: Rename cpu.h to cpu_sun4i.hHans de Goede2015-01-222-145/+157
| * | | sunxi: Move clock_get_pllX / clock_set_pllX protos to mach specific headersHans de Goede2015-01-223-4/+12
| * | | sunxi: display: Make lcd display clk phase configurableHans de Goede2015-01-221-3/+1
* | | | Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2015-01-222-33/+78
|\ \ \ \
| * | | | ARM: UniPhier: add SG_MEMCONF macros for DDR channel 2Masahiro Yamada2015-01-231-0/+44
| * | | | ARM: UniPhier: rename SG_MEMCONF_* macros for readabilityMasahiro Yamada2015-01-231-20/+20
| * | | | ARM: UniPhier: use <linux/sizes.h> for readabilityMasahiro Yamada2015-01-231-12/+13
| * | | | ARM: UniPhier: remove __packed that causes a problem on GCC 4.9Masahiro Yamada2015-01-231-1/+1
| |/ / /
* | | | mmc: zynq: Use phys_addr_t for addressesMichal Simek2015-01-211-1/+1
|/ / /
* | | mmc: rmobile: Add SDHC support for Renesas rmobile ARM SoCNobuhiro Iwamatsu2015-01-196-0/+192
| |/ |/|
* | Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini2015-01-164-5/+45
|\ \
| * | arm: am437x: Enable hardware leveling for EMIFJames Doublesin2015-01-134-5/+45
| |/
* | sunxi: usbc: Add support for usb0 to the common usbc codeHans de Goede2015-01-142-1/+5
* | sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otgHans de Goede2015-01-144-3/+24
* | sunxi: video: Add lvds supportHans de Goede2015-01-143-0/+15
* | sunxi: video: Add VGA output supportHans de Goede2015-01-142-0/+78
* | sunxi: video: Add lcd output supportHans de Goede2015-01-142-6/+26
* | sunxi: video: Modify sunxi_lcdc_pll_set to work with both tcon0 and tcon1Hans de Goede2015-01-141-0/+2
* | sunxi: gpio: Add support for gpio pins on the AXP209 pmicHans de Goede2015-01-141-0/+3
* | sunxi: gpio: Properly sort mux defines by port numberHans de Goede2015-01-141-5/+5
* | sunxi: video: Set input sync enableHans de Goede2015-01-141-0/+1
* | sunxi: video: Add hdmi supportHans de Goede2015-01-141-10/+23
* | sunxi: video: Add DDC & EDID supportHans de Goede2015-01-141-0/+85
* | sunxi: Fix PLL1 running at half speed on sun8iHans de Goede2015-01-141-1/+1
* | sunxi: Fix buggy sun6i/sun8i DRAM size detection logicSiarhei Siamashka2015-01-141-16/+6
* | sun8i: Add dram initialization supportHans de Goede2015-01-143-0/+272
* | sunxi: Use memcmp for mctl_mem_matchesHans de Goede2015-01-141-9/+3
* | sunxi: Fill memory before comparing it when doing dram init on sun6iHans de Goede2015-01-141-0/+29
* | sunxi: Move await_completion dram helper to dram.hHans de Goede2015-01-141-0/+14
* | sun6i: Add a sigma_delta_enable paramter to clock_set_pll5()Hans de Goede2015-01-142-1/+5
* | sunxi: Add support for the rsb (Reduced Serial Bus)Hans de Goede2015-01-144-1/+60
* | sun6i: s/SUNXI_*P2WI*/SUN6I_*P2WI*/Hans de Goede2015-01-142-3/+3
* | sunxi: Add sunxi_get_sid helper functionHans de Goede2015-01-141-0/+1
OpenPOWER on IntegriCloud