cregit-Linux how code gets into the kernel

Release 4.18 drivers/clk/berlin/berlin2-pll.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (c) 2014 Marvell Technology Group Ltd.
 *
 * Alexandre Belloni <alexandre.belloni@free-electrons.com>
 * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 */
#ifndef __BERLIN2_PLL_H

#define __BERLIN2_PLL_H


struct berlin2_pll_map {
	
const u8 vcodiv[16];
	
u8 mult;
	
u8 fbdiv_shift;
	
u8 rfdiv_shift;
	
u8 divsel_shift;
};

int berlin2_pll_register(const struct berlin2_pll_map *map,
			 void __iomem *base, const char *name,
			 const char *parent_name, unsigned long flags);

#endif /* __BERLIN2_PLL_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Alexandre Belloni6195.31%133.33%
JiSheng Zhang23.12%133.33%
Stephen Boyd11.56%133.33%
Total64100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.