Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.4-rc2 18 lines 388 B view raw
1/* 2 * Clock definitions for u9540 platform. 3 * 4 * Copyright (C) 2012 ST-Ericsson SA 5 * Author: Ulf Hansson <ulf.hansson@linaro.org> 6 * 7 * License terms: GNU General Public License (GPL) version 2 8 */ 9 10#include <linux/clk-provider.h> 11#include <linux/mfd/dbx500-prcmu.h> 12#include <linux/platform_data/clk-ux500.h> 13#include "clk.h" 14 15void u9540_clk_init(void) 16{ 17 /* register clocks here */ 18}