cregit-Linux how code gets into the kernel

Release 4.8 arch/arm/mach-clps711x/common.h

/*
 * linux/arch/arm/mach-clps711x/common.h
 *
 * Common bits.
 */

#include <linux/reboot.h>


#define CLPS711X_NR_GPIO	(4 * 8 + 3)

#define CLPS711X_GPIO(prt, bit)	((prt) * 8 + (bit))

extern void clps711x_map_io(void);
extern void clps711x_init_irq(void);
extern void clps711x_timer_init(void);
extern void clps711x_restart(enum reboot_mode mode, const char *cmd);

/* drivers/irqchip/irq-clps711x.c */
void clps711x_intc_init(phys_addr_t, resource_size_t);
/* drivers/clk/clk-clps711x.c */
void clps711x_clk_init(void __iomem *base);
/* drivers/clocksource/clps711x-timer.c */
void clps711x_clksrc_init(void __iomem *tc1_base, void __iomem *tc2_base,
			  unsigned int irq);

Overall Contributors

PersonTokensPropCommitsCommitProp
alexander shiyanalexander shiyan5257.78%450.00%
russell kingrussell king2628.89%225.00%
stephen warrenstephen warren77.78%112.50%
robin holtrobin holt55.56%112.50%
Total90100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.