uboot/arch/arm
Stephen Warren 135aa95002 clk: convert API to match reset/mailbox style
The following changes are made to the clock API:
* The concept of "clocks" and "peripheral clocks" are unified; each clock
  provider now implements a single set of clocks. This provides a simpler
  conceptual interface to clients, and better aligns with device tree
  clock bindings.
* Clocks are now identified with a single "struct clk", rather than
  requiring clients to store the clock provider device and clock identity
  values separately. For simple clock consumers, this isolates clients
  from internal details of the clock API.
* clk.h is split so it only contains the client/consumer API, whereas
  clk-uclass.h contains the provider API. This aligns with the recently
  added reset and mailbox APIs.
* clk_ops .of_xlate(), .request(), and .free() are added so providers
  can customize these operations if needed. This also aligns with the
  recently added reset and mailbox APIs.
* clk_disable() is added.
* All users of the current clock APIs are updated.
* Sandbox clock tests are updated to exercise clock lookup via DT, and
  clock enable/disable.
* rkclk_get_clk() is removed and replaced with standard APIs.

Buildman shows no clock-related errors for any board for which buildman
can download a toolchain.

test/py passes for sandbox (which invokes the dm clk test amongst
others).

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
2016-06-19 17:05:55 -06:00
..
cpu Merge branch 'master' of git://git.denx.de/u-boot-usb 2016-06-18 23:46:21 -04:00
dts mailbox: add Tegra186 HSP driver 2016-06-19 17:05:55 -06:00
imx-common imx-common: timer: support i.MX6DQPlus 2016-05-24 14:59:56 +02:00
include clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
lib arm/arm64: implement a boot header capability 2016-06-06 13:39:19 -04:00
mach-at91 ARM: at91: Fix PMC bit definitions 2016-06-12 23:49:38 +02:00
mach-bcm283x
mach-davinci
mach-exynos ARM: exynos: Fix build error if SERIAL is disabled in SPL 2016-05-26 12:55:49 +09:00
mach-highbank
mach-integrator
mach-keystone ARM: k2g: Configure reset mux to device reset 2016-06-02 21:42:19 -04:00
mach-kirkwood configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
mach-meson arm: meson: implement calls to secure monitor 2016-05-27 15:39:47 -04:00
mach-mvebu configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
mach-orion5x
mach-rockchip clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
mach-s5pc1xx
mach-snapdragon clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
mach-socfpga ARM: socfpga: Sort Kconfig entries 2016-06-08 02:57:06 +02:00
mach-stm32
mach-sunxi sunxi: Properly announce BOOT_DEVICE_BOARD as "FEL" 2016-05-25 17:52:39 +02:00
mach-tegra mailbox: add Tegra186 HSP driver 2016-06-19 17:05:55 -06:00
mach-uniphier ARM: uniphier: insert dsb barrier to ensure visibility of store 2016-06-09 08:19:13 +09:00
mach-versatile
mach-zynq clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
thumb1/include/asm/proc-armv
Kconfig arm, am335x: siemens: enable DM/DTS support 2016-06-17 09:51:05 -04:00
Kconfig.debug
Makefile arm: Treat arm946es as v5te 2016-06-02 21:21:34 -04:00
config.mk