cregit-Linux how code gets into the kernel

Release 4.17 include/linux/platform_data/clk-davinci-pll.h

// SPDX-License-Identifier: GPL-2.0
/*
 * PLL clock driver for TI Davinci SoCs
 *
 * Copyright (C) 2018 David Lechner <david@lechnology.com>
 */

#ifndef __LINUX_PLATFORM_DATA_CLK_DAVINCI_PLL_H__

#define __LINUX_PLATFORM_DATA_CLK_DAVINCI_PLL_H__

#include <linux/regmap.h>

/**
 * davinci_pll_platform_data
 * @cfgchip: CFGCHIP syscon regmap
 */

struct davinci_pll_platform_data {
	
struct regmap *cfgchip;
};

#endif /* __LINUX_PLATFORM_DATA_CLK_DAVINCI_PLL_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
David Lechner25100.00%1100.00%
Total25100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.