u-boot-brain/arch/arm/mach-rockchip/rk3036
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
..
Kconfig rockchip: Add basic support for kylin board 2015-12-13 20:51:50 -07:00
Makefile rockchip: rk3036: Add core Soc start-up code 2015-12-01 08:07:22 -07:00
reset_rk3036.c Rename reset to sysreset 2016-05-26 20:48:31 -06:00
save_boot_param.S rockchip: rk3036: Add core Soc start-up code 2015-12-01 08:07:22 -07:00
sdram_rk3036.c rockchip: rk3036: change ddr frequency to 400M 2016-03-10 08:32:01 -07:00
syscon_rk3036.c rockchip: rk3036: Add a simple syscon driver 2015-12-01 08:07:22 -07:00