u-boot/drivers/clk
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
..
uniphier clk: uniphier: add Media I/O clock driver support for PH1-LD11 2016-05-26 00:37:13 +09:00
Kconfig clk: uniphier: add Media I/O clock driver for UniPhier SoCs 2016-02-14 16:36:13 +09:00
Makefile clk: uniphier: add Media I/O clock driver for UniPhier SoCs 2016-02-14 16:36:13 +09:00
clk-uclass.c dm: clk: Add a simple version of clk_get_by_index() 2016-01-21 20:42:35 -07:00
clk_fixed_rate.c clk: add fixed rate clock driver 2016-01-21 19:46:47 -07:00
clk_pic32.c drivers: clk: Add clock driver for Microchip PIC32 Microcontroller. 2016-02-01 22:14:00 +01:00
clk_rk3036.c Rename reset to sysreset 2016-05-26 20:48:31 -06:00
clk_rk3288.c Rename reset to sysreset 2016-05-26 20:48:31 -06:00
clk_sandbox.c clk: add static qualifier to local functions 2016-01-20 19:06:23 -07:00