u-boot/arch/arm/mach-tegra/tegra210
Stephen Warren d0ad8a5cbf ARM: tegra: add APIs the clock uclass driver will need
A future patch will implement a clock uclass driver for Tegra. That driver
will call into Tegra's existing clock code to simplify the transition;
this avoids tieing the clock uclass patches into significant refactoring
of the existing custom clock API implementation.

Some of the Tegra clock APIs that manipulate peripheral clocks require
both the peripheral clock ID and parent clock ID to be passed in together.
However, the clock uclass API does not require any such "parent"
parameter, so the clock driver must determine this information itself.
This patch implements new Tegra- specific clock API
clock_get_periph_parent() for this purpose.

The new API is implemented in the core Tegra clock code rather than SoC-
specific clock code. The implementation uses various SoC-/clock-specific
data. That data is only available in SoC-specific clock code.
Consequently, two new internal APIs are added that enable the core clock
code to retrieve this information from the SoC-specific clock code. Due to
the structure of the Tegra clock code, this leads to some unfortunate code
duplication. However, this situation predates this patch.

Ideally, future work will de-duplicate the Tegra clock code, and migrate
it into drivers/clk/tegra. However, such refactoring is kept separate from
this series.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2016-09-27 09:11:02 -07:00
..
Kconfig ARM: tegra: note that p2371-2180 is Jetson TX1 2015-11-12 09:27:16 -07:00
Makefile ARM: tegra: switch Tegra210 to common XUSB padctl 2015-11-12 09:21:06 -07:00
clock.c ARM: tegra: add APIs the clock uclass driver will need 2016-09-27 09:11:02 -07:00
funcmux.c ARM: Tegra210: Add SoC code/include files for T210 2015-07-28 10:30:19 -07:00
pinmux.c ARM: tegra: pinctrl: move Tegra210 code to the correct dir 2015-03-30 09:54:06 -07:00
xusb-padctl.c ARM: tegra: error check Tegra210 XUSB padctl waits 2015-11-12 09:21:07 -07:00