summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)Author
2015-04-21arm: socfpga: spl: add board_init_f to SPLDinh Nguyen
2015-04-21arm: socfpga: spl: Add SDRAM checkDinh Nguyen
2015-04-21arm: socfpga: spl: Use common lowlevel_initDinh Nguyen
2015-04-21arm: socfpga: spl: printout sdram sizeDinh Nguyen
2015-04-21arm: socfpga: spl: add sdram init and calibrationDinh Nguyen
2015-04-21arm: socfpga: spl: allow bootrom to enable IOs after warm resetDinh Nguyen
2015-04-21arm: socfpga: spl: Add call to timer_initDinh Nguyen
2015-04-21arm: socfpga: spl: enable sdram, timer and uartDinh Nguyen
2015-04-21arm: socfpga: add functions to bring sdram, timer, and uart out of resetDinh Nguyen
2015-04-20Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2015-04-20video, ipu: make ldb clock frequency overwritable through board codeHeiko Schocher
2015-04-18ahci: mmio_base is a virtual addressScott Wood
2015-04-18Kconfig: Move CONFIG_DESIGNWARE_ETH to KconfigSimon Glass
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger
2015-04-18ARM: cm_fx6: use "select" instead of default value in defconfigMasahiro Yamada
2015-04-18ARM: stv0991: use "select" instead of default value in defconfigMasahiro Yamada
2015-04-18ARM: bav335x: use "select" instead of default value in defconfigMasahiro Yamada
2015-04-18ARM: socfpga: use "select" instead of default value in defconfigMasahiro Yamada
2015-04-18ARM: mx6: use "select" instead of default value in defconfigMasahiro Yamada
2015-04-18ARM: snapper9260: use "select" instead of default value in defconfigMasahiro Yamada
2015-04-18ARM: rmobile: use "select" instead of default value in defconfigMasahiro Yamada
2015-04-18ARM: zynq: use "select" instead of default value in defconfigMasahiro Yamada
2015-04-18ARM: UniPhier: use "select" instead of default value in defconfigMasahiro Yamada
2015-04-18dm: select CONFIG_DM* optionsMasahiro Yamada
2015-04-18dm: usb: exynos: Enable both EHCI and XHCI on snowSimon Glass
2015-04-18dm: usb: exynos: Use driver model for USBSimon Glass
2015-04-18dm: usb: tegra: Add vbus GPIOs for nyanSimon Glass
2015-04-18dm: ls1021a: dts: Add QSPI dts nodeHaikun.Wang@freescale.com
2015-04-18dm: ls1021a: dts: Update DSPI node to support DM SPIHaikun.Wang@freescale.com
2015-04-18dm: ls1021a: dts: Change address_cells and size_cells from 2 to 1haikun
2015-04-18dm: ls1021a: Bring in ls1021a dts files from linux kernelhaikun
2015-04-18dm: arm: Bring in skeleton64 device tree file from LinuxHaikun.Wang@freescale.com
2015-04-18cros_ec: exynos: Match up device tree with kernel versionSimon Glass
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2015-04-16ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.cKishon Vijay Abraham I
2015-04-16Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2015-04-15sunxi: Complete i2c support for each supported platformPaul Kocialkowski
2015-04-15i2c: mvtwsi: Support for up to 4 different controllersPaul Kocialkowski
2015-04-15sunxi: usbc: Wait for vbus to fall after disabling itHans de Goede
2015-04-15sunxi: usbc: Initialize vusb value on request_resourcesHans de Goede
2015-04-15sunxi: Complete mmc pin mux for each supported platform, configured with KconfigPaul Kocialkowski
2015-04-15sunxi: GPIO pin mux hardware-feature-specific function index definesPaul Kocialkowski
2015-04-15sunxi: common VBUS detection logic in usbcPaul Kocialkowski
2015-04-15sunxi: usb: Drop AXP-sepcific VBUS detection and drive logicPaul Kocialkowski
2015-04-15power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logicPaul Kocialkowski
2015-04-15sunxi: gpio: Indentation fixPaul Kocialkowski
2015-04-14board: ti: AM43xx: added USB initializtion codeKishon Vijay Abraham I
2015-04-14board: ti: DRA7: added USB initializtion codeKishon Vijay Abraham I
2015-04-14include: asm: types: add resource_size_t typeKishon Vijay Abraham I