u-boot/arch/arm/mach-rockchip
Stephen Warren 1163625898 Rename reset to sysreset
The current reset API implements a method to reset the entire system.
In the near future, I'd like to introduce code that implements the device
tree reset bindings; i.e. the equivalent of the Linux kernel's reset API.
This controls resets to individual HW blocks or external chips with reset
signals. It doesn't make sense to merge the two APIs into one since they
have different semantic purposes. Resolve the naming conflict by renaming
the existing reset API to sysreset instead, so the new reset API can be
called just reset.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
2016-05-26 20:48:31 -06:00
..
rk3036 Rename reset to sysreset 2016-05-26 20:48:31 -06:00
rk3288 Rename reset to sysreset 2016-05-26 20:48:31 -06:00
board.c rockchip: Add a simple 'clock' command 2016-01-21 20:42:36 -07:00
Kconfig Revert "rockchip: Add max spl size & spl header configs" 2015-12-13 17:07:06 -07:00
Makefile rockchip: clk: Make rkclk_get_clk() SoC-specific 2016-01-21 20:42:35 -07:00
rk3036-board-spl.c rockchip: Use the debug UART on rk3036 2016-01-12 10:19:09 -07:00
rk3288-board-spl.c rockchip: make configure_emmc() empty for Firefly-RK3288 2016-03-10 08:32:01 -07:00
rk_timer.c rockchip: add timer driver 2015-12-01 08:07:22 -07:00