cregit-Linux how code gets into the kernel

Release 4.12 include/clocksource/timer-sp804.h

#ifndef __CLKSOURCE_TIMER_SP804_H

#define __CLKSOURCE_TIMER_SP804_H

struct clk;

int __sp804_clocksource_and_sched_clock_init(void __iomem *,
					     const char *, struct clk *, int);
int __sp804_clockevents_init(void __iomem *, unsigned int,
			     struct clk *, const char *);
void sp804_timer_disable(void __iomem *);


static inline void sp804_clocksource_init(void __iomem *base, const char *name) { __sp804_clocksource_and_sched_clock_init(base, name, NULL, 0); }

Contributors

PersonTokensPropCommitsCommitProp
Rob Herring28100.00%2100.00%
Total28100.00%2100.00%


static inline void sp804_clocksource_and_sched_clock_init(void __iomem *base, const char *name) { __sp804_clocksource_and_sched_clock_init(base, name, NULL, 1); }

Contributors

PersonTokensPropCommitsCommitProp
Rob Herring28100.00%2100.00%
Total28100.00%2100.00%


static inline void sp804_clockevents_init(void __iomem *base, unsigned int irq, const char *name) { __sp804_clockevents_init(base, irq, NULL, name); }

Contributors

PersonTokensPropCommitsCommitProp
Rob Herring1856.25%133.33%
Russell King1443.75%266.67%
Total32100.00%3100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Rob Herring10270.83%225.00%
Russell King2416.67%337.50%
Sudeep Holla1611.11%225.00%
Daniel Lezcano21.39%112.50%
Total144100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.