Release 4.16 drivers/clk/renesas/clk-div6.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __RENESAS_CLK_DIV6_H__
#define __RENESAS_CLK_DIV6_H__
struct clk *cpg_div6_register(const char *name, unsigned int num_parents,
const char **parent_names, void __iomem *reg,
struct raw_notifier_head *notifiers);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Geert Uytterhoeven | 37 | 92.50% | 2 | 50.00% |
Simon Horman | 2 | 5.00% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 2.50% | 1 | 25.00% |
Total | 40 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.