[PATCH v2 09/21] ARM: tegra: clock: Move unshared clk struct members into union
From: Colin Cross <hidden>
Date: 2011-02-21 07:00:25
Also in:
linux-tegra, lkml
From: Colin Cross <hidden>
Date: 2011-02-21 07:00:25
Also in:
linux-tegra, lkml
On Sun, Feb 20, 2011 at 8:10 PM, Olof Johansson [off-list ref] wrote:
On Sat, Feb 19, 2011 at 2:25 PM, Colin Cross [off-list ref] wrote:quoted
Signed-off-by: Colin Cross <redacted>Same here, short description. With that: Acked-by: Olof Johansson <redacted>
I will add: Creates a union of a struct for each type of clock to reduce memory usage and clarify which members are used by all clocks and which are used by a single type.