cregit-Linux how code gets into the kernel

Release 4.7 include/clocksource/timer-sp804.h

#ifndef __CLKSOURCE_TIMER_SP804_H

#define __CLKSOURCE_TIMER_SP804_H

struct clk;

void __sp804_clocksource_and_sched_clock_init(void __iomem *,
					      const char *, struct clk *, int);
void __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 herringrob 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 herringrob 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 herringrob herring1856.25%133.33%
russell kingrussell king1443.75%266.67%
Total32100.00%3100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
rob herringrob herring10371.53%228.57%
russell kingrussell king2517.36%342.86%
sudeep hollasudeep holla1611.11%228.57%
Total144100.00%7100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}