commit | 7a5fe2387925405da0319330986184792ce48ad1 | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Fri Feb 16 13:14:33 2007 +0100 |
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | Fri Feb 16 13:14:33 2007 +0100 |
tree | f9f3c3b4a20ff52ed63d3e83bb438136aaafa5db | |
parent | 160f34531a71fdbbdb593a094273711ffb1257d7 [diff] |
[AVR32] Make sure all genclocks have a parent Initialize the parent field of each generic clock by looking at the PM registers. This means that the genclock operations can always assume that the parent field is non-null, so they don't have to check. Also remove a few unnecessary BUG_ON()s. Extracted from a patch by David Brownell. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>