cregit-Linux how code gets into the kernel

Release 4.12 include/linux/clk/clk-conf.h

/*
 * Copyright (C) 2014 Samsung Electronics Co., Ltd.
 * Sylwester Nawrocki <s.nawrocki@samsung.com>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#include <linux/types.h>

struct device_node;

#if defined(CONFIG_OF) && defined(CONFIG_COMMON_CLK)
int of_clk_set_defaults(struct device_node *node, bool clk_supplier);
#else

static inline int of_clk_set_defaults(struct device_node *node, bool clk_supplier) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Sylwester Nawrocki18100.00%1100.00%
Total18100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Sylwester Nawrocki4994.23%150.00%
Chen-Yu Tsai35.77%150.00%
Total52100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.