summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | | usb: musb-new: omap2430: Reset the MUSB controller earlyPaul Kocialkowski2015-02-24-0/+16
| * | | | exynos: usb: make dwc3_set_mode to staticJoonyoung Shim2015-02-24-1/+1
* | | | | Merge git://git.denx.de/u-boot-pxaTom Rini2015-03-02-61/+47
|\ \ \ \ \
| * | | | | pxa: colibri_pxa270: integrate latest validated register settingsMarcel Ziswiler2015-03-02-24/+24
| * | | | | pxa: colibri_pxa270: remove CONFIG_ENV_ADDR_REDUNDMarcel Ziswiler2015-03-02-2/+0
| * | | | | pxa: colibri_pxa270: fix wrong comment about voipac ethernet chipMarcel Ziswiler2015-03-02-1/+0
| * | | | | pxa: colibri_pax270: fix CONFIG_BOOTCOMMANDMarcel Ziswiler2015-03-02-2/+2
| * | | | | pxa: colibri_pxa270: avoid overwriting factory configuration blockMarcel Ziswiler2015-03-02-6/+8
| * | | | | pxa: colibri_pxa270: disable loadb/s commands and long helpMarcel Ziswiler2015-03-02-1/+3
| * | | | | pxa: colibri_pxa270: migrate to generic boardMarcel Ziswiler2015-03-02-0/+2
| * | | | | pxa: balloon3/colibri_pxa270: fix environment optionally being nowhereMarcel Ziswiler2015-03-02-3/+3
| * | | | | pxa: balloon3: fix comment about sdram banksMarcel Ziswiler2015-03-02-3/+3
| * | | | | pxa: balloon3: remove nowhere used symbol CONFIG_SYS_MEM_BUF_IMPMarcel Ziswiler2015-03-02-2/+0
| * | | | | remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZMarcel Ziswiler2015-03-02-15/+0
| * | | | | pxa: fix wrong comment about vpac270 being the arch numberMarcel Ziswiler2015-03-02-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini2015-03-01-35/+495
|\ \ \ \ \
| * | | | | Exynos: Fix L2 cache timings on Exynos5420 and Exynos5800Doug Anderson2015-02-28-95/+77
| * | | | | Exynos542x: Make A7s boot with thumb-mode U-Boot on warm resetAkshay Saraswat2015-02-28-1/+1
| * | | | | Exynos542x: Fix secondary core booting for thumbAkshay Saraswat2015-02-28-1/+4
| * | | | | Exynos542x: add L2 control register configurationAkshay Saraswat2015-02-28-13/+64
| * | | | | Exynos542x: cache: Disable clean/evict push to externalAkshay Saraswat2015-02-28-1/+17
| * | | | | Exynos542x: Add workaround for exynos iROM errataAkshay Saraswat2015-02-28-16/+200
| * | | | | Exynos542x: Add workaround for ARM errata 799270Akshay Saraswat2015-02-28-0/+28
| * | | | | Exynos542x: Add workaround for ARM errata 798870Akshay Saraswat2015-02-28-0/+16
| * | | | | Exynos542x: CPU: Power down all secondary coresAkshay Saraswat2015-02-28-0/+164
| * | | | | Exynos542x: Config: Add various configsAkshay Saraswat2015-02-28-0/+16
| |/ / / /
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2015-03-01-608/+741
|\ \ \ \ \
| * | | | | ARM: UniPhier: remove SSC_WAY_SIZE and SSC_NUM_ENTRIES macrosMasahiro Yamada2015-03-01-5/+7
| * | | | | ARM: UniPhier: remove stop_mpll() from PH1-Pro4 PLL initializationMasahiro Yamada2015-03-01-21/+0
| * | | | | ARM: UniPhier: consolidate MEMCONF setting codeMasahiro Yamada2015-03-01-141/+116
| * | | | | ARM: UniPhier: switch to 1CS support cardMasahiro Yamada2015-03-01-3/+3
| * | | | | ARM: UniPhier: support 1CS support card for all the UniPhier SoCsMasahiro Yamada2015-03-01-121/+189
| * | | | | ARM: UniPhier: switch to xHCI for PH1-Pro4Masahiro Yamada2015-03-01-1/+4
| * | | | | usb: UniPhier: add UniPhier on-chip xHCI host driver supportMasahiro Yamada2015-03-01-1/+98
| * | | | | ARM: UniPhier: add xHCI device nodes to PH1-Pro4 device treeMasahiro Yamada2015-03-01-6/+15
| * | | | | ARM: UniPhier: enable xHCI and GIO cores for PH1-Pro4Masahiro Yamada2015-03-01-1/+25
| * | | | | ARM: UniPhier: add I/O pin settings for xHCI on PH1-Pro4Masahiro Yamada2015-03-01-0/+7
| * | | | | ARM: UniPhier: replace "usb-ehci" with "generic-ehci"Masahiro Yamada2015-03-01-16/+16
| * | | | | ARM: UniPhier: move uniphier_ehci_reset() functionMasahiro Yamada2015-03-01-28/+14
| * | | | | ARM: UniPhier: remove EHCI platform devicesMasahiro Yamada2015-03-01-59/+6
| * | | | | ARM: UniPhier: enable STDMAC for EHCIMasahiro Yamada2015-03-01-2/+10
| * | | | | ARM: UniPhier: reset NAND core in SPL for non-NAND boot modeMasahiro Yamada2015-03-01-0/+5
| * | | | | ARM: UniPhier: split clkrst_init() into two functionsMasahiro Yamada2015-03-01-49/+74
| * | | | | ARM: UniPhier: rename SC_CLKCTRL_CLK_* to SC_SCLKCTRL_CEN_*Masahiro Yamada2015-03-01-13/+13
| * | | | | ARM: UniPhier: fix SBC init codeMasahiro Yamada2015-03-01-25/+24
| * | | | | ARM: UniPhier: fix comments in PH1-Pro4 SBC codeMasahiro Yamada2015-03-01-3/+3
| * | | | | serial: UniPhier: move LCR register setting to probe functionMasahiro Yamada2015-03-01-9/+11
| * | | | | serial: UniPhier: use 32 bit register accessMasahiro Yamada2015-03-01-28/+26
| * | | | | ARM: UniPhier: update defconfigs using savedefconfigMasahiro Yamada2015-03-01-27/+27
| * | | | | ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h>Masahiro Yamada2015-03-01-69/+69