
On Wed, Jan 22, 2014 at 01:20:31PM -0700, Stephen Warren wrote:
From: Tom Warren twarren.nvidia@gmail.com
The enum used to define the set of register bits used to represent a clock's input mux, MUX_BITS_*, is defined separately for each SoC at present. Move this definition to a common location to ease fixing up some issues with the definition, and the code that uses it.
Signed-off-by: Tom Warren twarren@nvidia.com [swarren, extracted from a larger patch by Tom] Signed-off-by: Stephen Warren swarren@nvidia.com
arch/arm/cpu/tegra114-common/clock.c | 6 ------ arch/arm/cpu/tegra30-common/clock.c | 6 ------ arch/arm/include/asm/arch-tegra/clock.h | 6 ++++++ 3 files changed, 6 insertions(+), 12 deletions(-)
With the few small comments addressed, the series:
Reviewed-by: Thierry Reding treding@nvidia.com
I've also given these a spin together with your reworked Tegra124 patches and it all works great, so:
Tested-by: Thierry Reding treding@nvidia.com
And since Tom asked for it:
Acked-by: Thierry Reding treding@nvidia.com
Thierry