summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ARM: uniphier: allow to enable multiple SoCsMasahiro Yamada2015-09-2580-478/+1070
| * | | ARM: uniphier: remove kernel parameter settings from environmentMasahiro Yamada2015-09-251-16/+6
| * | | ARM: uniphier: unify low-level debug init codeMasahiro Yamada2015-09-2511-152/+115
| * | | ARM: uniphier: fix glitch signal problem for low-level debugMasahiro Yamada2015-09-254-20/+20
| * | | ARM: uniphier: delete unneeded input enable for low-level debugMasahiro Yamada2015-09-251-5/+0
| * | | ARM: uniphier: rename CONFIG_MACH_* to CONFIG_ARCH_UNIPHIER_*Masahiro Yamada2015-09-2510-32/+32
| * | | ARM: uniphier: allow to disable CONFIG_MICRO_SUPPORT_CARDMasahiro Yamada2015-09-251-0/+4
| * | | ARM: uniphier: move CONFIG_SUPPORT_CARD_* macros to local fileMasahiro Yamada2015-09-253-16/+12
| * | | ARM: uniphier: refactor LED functionMasahiro Yamada2015-09-259-128/+96
| * | | ARM: uniphier: remove useless wrapper functionsMasahiro Yamada2015-09-253-17/+10
| * | | ARM: uniphier: remove unused header fileMasahiro Yamada2015-09-251-24/+0
| * | | ARM: uniphier: parse device tree to determine DRAM base and sizeMasahiro Yamada2015-09-253-26/+48
| * | | ARM: uniphier: remove ifdef CONFIG_{SOC} conditionals from sg-regs.hMasahiro Yamada2015-09-2511-119/+109
| * | | ARM: uniphier: change the external bus address mappingMasahiro Yamada2015-09-255-20/+25
| * | | ARM: uniphier: enable setexpr commandMasahiro Yamada2015-09-254-4/+0
| * | | ARM: uniphier: drop DCC micro support card supportMasahiro Yamada2015-09-2516-311/+29
| * | | ARM: uniphier: drop ad-hoc input enable settingsMasahiro Yamada2015-09-257-51/+7
| * | | ARM: uniphier: drop ad-hoc early pin-muxing settingsMasahiro Yamada2015-09-256-82/+7
| * | | ARM: uniphier: enable PINCTRL and SPL_PINCTRLMasahiro Yamada2015-09-253-0/+6
| * | | ARM: dts: uniphier: prepare device trees to use pinctrl in SPLMasahiro Yamada2015-09-254-4/+60
| * | | ARM: uniphier: increase CONFIG_SYS_MALLOC_F_LEN to bind all nodesMasahiro Yamada2015-09-253-0/+3
| * | | ARM: uniphier: enable simple-bus driver for SPLMasahiro Yamada2015-09-253-0/+3
| * | | pinctrl: uniphier: add UniPhier PH1-LD6b pinctrl driverMasahiro Yamada2015-09-253-0/+140
| * | | pinctrl: uniphier: add UniPhier ProXstream2 pinctrl driverMasahiro Yamada2015-09-253-0/+147
| * | | pinctrl: uniphier: add UniPhier PH1-Pro5 pinctrl driverMasahiro Yamada2015-09-253-0/+151
| * | | pinctrl: uniphier: add UniPhier PH1-sLD8 pinctrl driverMasahiro Yamada2015-09-253-0/+148
| * | | pinctrl: uniphier: add UniPhier PH1-Pro4 pinctrl driverMasahiro Yamada2015-09-253-0/+137
| * | | pinctrl: uniphier: add UniPhier PH1-LD4 pinctrl driverMasahiro Yamada2015-09-253-0/+141
| * | | pinctrl: uniphier: add UniPhier pinctrl core supportMasahiro Yamada2015-09-236-0/+278
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-09-229-328/+3497
|\ \ \ | |/ / |/| |
| * | drivers/net/vsc9953: Add GPL-2.0+ SPDX-License-IdentifierCodrin Ciubotariu2015-09-212-9/+4
| * | drivers/net/vsc9953: Add commands for VLAN ingress filteringCodrin Ciubotariu2015-09-213-0/+155
| * | drivers/net/vsc9953: Add command for shared/private VLAN learningCodrin Ciubotariu2015-09-214-0/+167
| * | drivers/net/vsc9953: Add VLAN commands for VSC9953Codrin Ciubotariu2015-09-214-0/+767
| * | drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953Codrin Ciubotariu2015-09-214-0/+693
| * | common/env_flags.c: Add function to validate a MAC addressCodrin Ciubotariu2015-09-212-13/+34
| * | drivers/net/vsc9953: Add commands to enable/disable HW learningCodrin Ciubotariu2015-09-214-0/+211
| * | drivers/net/vsc9953: Add command to show/clear port countersCodrin Ciubotariu2015-09-214-3/+415
| * | drivers/net/vsc9953: Use the generic Ethernet Switch parserCodrin Ciubotariu2015-09-212-185/+166
| * | common/cmd_ethsw: Add generic commands for Ethernet SwitchesCodrin Ciubotariu2015-09-213-0/+396
| * | drivers/net/vsc9953: Add default configuration for VSC9953 L2 SwitchCodrin Ciubotariu2015-09-212-0/+309
| * | include/bitfield: Add new bitfield operationsCodrin Ciubotariu2015-09-211-0/+32
| * | drivers/net/vsc9953: Fix missing reserved registerCodrin Ciubotariu2015-09-211-0/+1
| * | drivers/net/vsc9953: Fix bug when enabling a portCodrin Ciubotariu2015-09-212-3/+3
| * | drivers/net/vsc9953: Cleanup patchCodrin Ciubotariu2015-09-212-118/+147
| * | drivers/net/vsc9953: Remove 'CONFIG_' from macros' nameCodrin Ciubotariu2015-09-212-42/+42
| |/
* | pinctrl: move dm_scan_fdt_node() out of pinctrl uclassMasahiro Yamada2015-09-192-6/+17
|/
* Merge git://git.denx.de/u-boot-x86Tom Rini2015-09-1711-70/+400
|\
| * x86: quark: Configure MTRR to enable cacheBin Meng2015-09-163-0/+111
| * x86: doc: Add DMI to the TODO listBin Meng2015-09-161-0/+2