summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu/timer.c
Commit message (Collapse)AuthorAgeLines
* arm: mvebu: Call timer_init early before PHY and DDR initStefan Roese2015-07-23-0/+7
| | | | | | | | | | Without calling timer_init(), the xdelay() functions return immediately. We need to call timer_init() early, so that these functions work and the PHY and DDR init code works correctly. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Anton Schubert <anton.schubert@gmx.de> Cc: Luka Perkov <luka.perkov@sartura.hr>
* arm: mvebu: Move mvebu-common into mach-mvebuStefan Roese2015-05-05-0/+147
Now that the mach-mvebu directory exists and is used by Armada XP we can move the mvebu-common files into this directory as well. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Tested-by: Kevin Smith <kevin.smith@elecsyscorp.com> Tested-by: Dirk Eibach <dirk.eibach@gdsys.cc>