aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-lazy-init-name-hash.c
diff options
context:
space:
mode:
Diffstat (limited to 't/helper/test-lazy-init-name-hash.c')
0 files changed, 0 insertions, 0 deletions
.18__release/core43-55 Intel wireless group's fork of linux.gitIntel wireless group
aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRahul Sharma <rahul.sharma@samsung.com>2013-08-22 18:18:52 +0530
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-09-20 16:34:30 +0000
commitef642e2222ee50c6afc651cc88b08e5694c65da7 (patch)
treeac75425aaada41ec4bd54926ebf9d3dd170a6215 /Documentation
parentc9fc31be796453c0e468b2e0f1de91afb9548f3b (diff)
downloadchromeos-ef642e2222ee50c6afc651cc88b08e5694c65da7.tar.gz
clk/exynos5420: prefix peric clocks with clock type
PERIC clocks are prefixed to represent their typs. AXI clocks start with "aclk_" prefix. APB clocks start with "pclk_". AHB clocks start with "hclk_". Special Clock start with "sclk_". Muxes with "mout_" and Dividers with "dout_" prefixes. Renaming allows us to add parallel clock gates to the IP which can have mulitple clock inputs. Many of these gates are kept with IGNORE_USED flag till the time they are not dynamically gated in the driver. Unused gates are kept gated. Clocks are also reordered to group them logically. BUG=chrome-os-partner:20369 TEST=System works fine on Peach and Smdk board along with S2R stress test. Change-Id: I458b9faa25d26058c51f56ba118ccbb26f87d592 Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Reviewed-on: https://chromium-review.googlesource.com/167197 Reviewed-by: Andrew Bresticker <abrestic@chromium.org> Commit-Queue: Andrew Bresticker <abrestic@chromium.org> Tested-by: Andrew Bresticker <abrestic@chromium.org>