summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ARM: sunxi: Add sun8i (A23) UART0 pin mux supportChen-Yu Tsai2014-10-241-0/+6
| * | | | ARM: sunxi: Fix reset command on sun6i/sun8iChen-Yu Tsai2014-10-242-0/+30
| * | | | ARM: sunxi: Add sun6i/sun8i timer block register definitionChen-Yu Tsai2014-10-241-0/+6
| * | | | ARM: sunxi: Move watchdog register definitions to separate fileChen-Yu Tsai2014-10-242-14/+27
| * | | | sunxi: Use PG3 - PG8 as io-pins for mmc1Hans de Goede2014-10-241-0/+2
| * | | | sunxi: When we've both mmc0 and mmc2, detect from which one we're bootingHans de Goede2014-10-241-1/+1
| * | | | ARM: sunxi: Add basic A31 supportMaxime Ripard2014-10-242-0/+5
| * | | | ARM: sun6i: Setup the A31 UART0 muxingMaxime Ripard2014-10-241-0/+4
| * | | | ARM: sun6i: Define UART0 pins for A31Chen-Yu Tsai2014-10-241-0/+3
| * | | | ARM: sunxi-mmc: Add mmc support for sun6i / A31Hans de Goede2014-10-241-1/+4
| * | | | ARM: sun6i: Add clock supportChen-Yu Tsai2014-10-244-0/+280
| * | | | ARM: sun6i: Add support for the power reset control module found on the A31Oliver Schinagl2014-10-243-0/+272
| * | | | ARM: sun6i: Add base address for the new controllers in A31Oliver Schinagl2014-10-241-0/+9
| * | | | ARM: sunxi: Use macro values for setting UART GPIO pull-upsChen-Yu Tsai2014-10-241-3/+3
| |/ / /
* | | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-10-261-0/+14
|\ \ \ \
| * | | | ARM: rpi_b: query internal MAC address from firmwareStephen Warren2014-10-221-0/+14
* | | | | Merge git://git.denx.de/u-boot-dmTom Rini2014-10-2614-115/+179
|\ \ \ \ \
| * | | | | dm: serial: use Driver Model for UniPhier serial driverMasahiro Yamada2014-10-237-0/+72
| * | | | | dm: dts: Move omap device tree includes to correct placeSimon Glass2014-10-233-112/+0
| * | | | | dm: omap3: Move to driver model for GPIO and serialSimon Glass2014-10-231-1/+25
| * | | | | dm: am33xx: Provide platform data for serialSimon Glass2014-10-231-0/+33
| * | | | | dm: am33xx: Provide platform data for GPIOsSimon Glass2014-10-231-0/+28
| * | | | | dm: omap: gpio: Support driver modelSimon Glass2014-10-231-2/+17
| * | | | | dm: dts: omap: Select correct console for beagleboneSimon Glass2014-10-231-0/+4
| | |/ / / | |/| | |
* | | | | tegra: add proto for pin_mux_mmcJeroen Hofstee2014-10-251-5/+6
* | | | | arm: vectors: provide protypes from vectors.SJeroen Hofstee2014-10-252-0/+16
* | | | | omap3: board: add missing include and protoJeroen Hofstee2014-10-253-0/+4
* | | | | lib: bootm: add missing includeJeroen Hofstee2014-10-251-0/+1
* | | | | leds: missing includeJeroen Hofstee2014-10-252-0/+2
* | | | | imx: add missing includesJeroen Hofstee2014-10-253-0/+4
* | | | | arch-mx: add missing includeJeroen Hofstee2014-10-251-0/+2
* | | | | tegra: make local functions staticJeroen Hofstee2014-10-252-2/+3
* | | | | omap3: make local functions staticJeroen Hofstee2014-10-253-3/+3
* | | | | arm: board: use __weakJeroen Hofstee2014-10-241-28/+12
|/ / / /
* | | | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2014-10-2312-51/+453
|\ \ \ \
| * | | | tegra: apalis_t30: master revampMarcel Ziswiler2014-10-221-0/+4
| * | | | tegra: dts: colibri_t30 add serial port detailsMarcel Ziswiler2014-10-221-0/+4
| * | | | ARM: tegra: Use mem size from MC in combination with get_ram_size()Marcel Ziswiler2014-10-227-51/+127
| * | | | arm: tegra: initial support for apalis t30Marcel Ziswiler2014-10-224-0/+318
| | |_|/ | |/| |
* | | | kconfig: move CONFIG_USE_PRIVATE_LIBGCC to KconfigMasahiro Yamada2014-10-231-0/+3
* | | | arm: kirkwood: Remove some dead code from cpu.cStefan Roese2014-10-231-55/+0
* | | | arm: armada-xp: Add basic support for the maxBCM boardStefan Roese2014-10-231-0/+4
* | | | arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP boardStefan Roese2014-10-231-0/+4
* | | | arm: armada-xp: Add basic support for Marvell Armada XP SoCStefan Roese2014-10-235-0/+446
* | | | arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo()Stefan Roese2014-10-233-29/+31
* | | | spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASEStefan Roese2014-10-231-1/+1
* | | | arm: marvell: Extract kirkwood gpio functions into new common file gpio.cStefan Roese2014-10-236-28/+42
* | | | arm: mvebu: Add common mbus functions to use on Marvell SoCsStefan Roese2014-10-232-0/+472
* | | | arm: marvell: Rework timer.c to make it usable for other MVEBU platformsStefan Roese2014-10-232-51/+41
* | | | arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.hStefan Roese2014-10-231-0/+0
OpenPOWER on IntegriCloud