aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-24Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini154-1624/+4061
2015-09-25ARM: dts: uniphier: use SPDX-License-IdentifierMasahiro Yamada1-37/+1
2015-09-25ARM: uniphier: fix init page table for ProXstream2/PH1-LD6b USB bootMasahiro Yamada1-4/+2
2015-09-25ARM: uniphier: add ProXstream2 and PH1-LD6b supportMasahiro Yamada32-1/+733
2015-09-25ARM: uniphier: add PH1-Pro5 supportMasahiro Yamada26-1/+445
2015-09-25ARM: uniphier: allow to enable multiple SoCsMasahiro Yamada80-478/+1070
2015-09-25ARM: uniphier: remove kernel parameter settings from environmentMasahiro Yamada1-16/+6
2015-09-25ARM: uniphier: unify low-level debug init codeMasahiro Yamada11-152/+115
2015-09-25ARM: uniphier: fix glitch signal problem for low-level debugMasahiro Yamada4-20/+20
2015-09-25ARM: uniphier: delete unneeded input enable for low-level debugMasahiro Yamada1-5/+0
2015-09-25ARM: uniphier: rename CONFIG_MACH_* to CONFIG_ARCH_UNIPHIER_*Masahiro Yamada10-32/+32
2015-09-25ARM: uniphier: allow to disable CONFIG_MICRO_SUPPORT_CARDMasahiro Yamada1-0/+4
2015-09-25ARM: uniphier: move CONFIG_SUPPORT_CARD_* macros to local fileMasahiro Yamada3-16/+12
2015-09-25ARM: uniphier: refactor LED functionMasahiro Yamada9-128/+96
2015-09-25ARM: uniphier: remove useless wrapper functionsMasahiro Yamada3-17/+10
2015-09-25ARM: uniphier: remove unused header fileMasahiro Yamada1-24/+0
2015-09-25ARM: uniphier: parse device tree to determine DRAM base and sizeMasahiro Yamada3-26/+48
2015-09-25ARM: uniphier: remove ifdef CONFIG_{SOC} conditionals from sg-regs.hMasahiro Yamada11-119/+109
2015-09-25ARM: uniphier: change the external bus address mappingMasahiro Yamada5-20/+25
2015-09-25ARM: uniphier: enable setexpr commandMasahiro Yamada4-4/+0
2015-09-25ARM: uniphier: drop DCC micro support card supportMasahiro Yamada16-311/+29
2015-09-25ARM: uniphier: drop ad-hoc input enable settingsMasahiro Yamada7-51/+7
2015-09-25ARM: uniphier: drop ad-hoc early pin-muxing settingsMasahiro Yamada6-82/+7
2015-09-25ARM: uniphier: enable PINCTRL and SPL_PINCTRLMasahiro Yamada3-0/+6
2015-09-25ARM: dts: uniphier: prepare device trees to use pinctrl in SPLMasahiro Yamada4-4/+60
2015-09-25ARM: uniphier: increase CONFIG_SYS_MALLOC_F_LEN to bind all nodesMasahiro Yamada3-0/+3
2015-09-25ARM: uniphier: enable simple-bus driver for SPLMasahiro Yamada3-0/+3
2015-09-25pinctrl: uniphier: add UniPhier PH1-LD6b pinctrl driverMasahiro Yamada3-0/+140
2015-09-25pinctrl: uniphier: add UniPhier ProXstream2 pinctrl driverMasahiro Yamada3-0/+147
2015-09-25pinctrl: uniphier: add UniPhier PH1-Pro5 pinctrl driverMasahiro Yamada3-0/+151
2015-09-25pinctrl: uniphier: add UniPhier PH1-sLD8 pinctrl driverMasahiro Yamada3-0/+148
2015-09-25pinctrl: uniphier: add UniPhier PH1-Pro4 pinctrl driverMasahiro Yamada3-0/+137
2015-09-25pinctrl: uniphier: add UniPhier PH1-LD4 pinctrl driverMasahiro Yamada3-0/+141
2015-09-23pinctrl: uniphier: add UniPhier pinctrl core supportMasahiro Yamada6-0/+278
2015-09-22Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini9-328/+3497
2015-09-21drivers/net/vsc9953: Add GPL-2.0+ SPDX-License-IdentifierCodrin Ciubotariu2-9/+4
2015-09-21drivers/net/vsc9953: Add commands for VLAN ingress filteringCodrin Ciubotariu3-0/+155
2015-09-21drivers/net/vsc9953: Add command for shared/private VLAN learningCodrin Ciubotariu4-0/+167
2015-09-21drivers/net/vsc9953: Add VLAN commands for VSC9953Codrin Ciubotariu4-0/+767
2015-09-21drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953Codrin Ciubotariu4-0/+693
2015-09-21common/env_flags.c: Add function to validate a MAC addressCodrin Ciubotariu2-13/+34
2015-09-21drivers/net/vsc9953: Add commands to enable/disable HW learningCodrin Ciubotariu4-0/+211
2015-09-21drivers/net/vsc9953: Add command to show/clear port countersCodrin Ciubotariu4-3/+415
2015-09-21drivers/net/vsc9953: Use the generic Ethernet Switch parserCodrin Ciubotariu2-185/+166
2015-09-21common/cmd_ethsw: Add generic commands for Ethernet SwitchesCodrin Ciubotariu3-0/+396
2015-09-21drivers/net/vsc9953: Add default configuration for VSC9953 L2 SwitchCodrin Ciubotariu2-0/+309
2015-09-21include/bitfield: Add new bitfield operationsCodrin Ciubotariu1-0/+32
2015-09-21drivers/net/vsc9953: Fix missing reserved registerCodrin Ciubotariu1-0/+1
2015-09-21drivers/net/vsc9953: Fix bug when enabling a portCodrin Ciubotariu2-3/+3
2015-09-21drivers/net/vsc9953: Cleanup patchCodrin Ciubotariu2-118/+147