cregit-Linux how code gets into the kernel

Release 4.12 include/linux/soc/dove/pmu.h

#ifndef LINUX_SOC_DOVE_PMU_H

#define LINUX_SOC_DOVE_PMU_H

#include <linux/types.h>


struct dove_pmu_domain_initdata {
	
u32 pwr_mask;
	
u32 rst_mask;
	
u32 iso_mask;
	
const char *name;
};


struct dove_pmu_initdata {
	
void __iomem *pmc_base;
	
void __iomem *pmu_base;
	
int irq;
	
int irq_domain_start;
	
const struct dove_pmu_domain_initdata *domains;
};

int dove_init_pmu_legacy(const struct dove_pmu_initdata *);

int dove_init_pmu(void);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Russell King72100.00%2100.00%
Total72100.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.