cregit-Linux how code gets into the kernel

Release 4.17 include/linux/platform_data/atmel.h

/*
 * atmel platform data
 *
 * GPL v2 Only
 */

#ifndef __ATMEL_H__

#define __ATMEL_H__

 /* Compact Flash */

struct at91_cf_data {
	
int	irq_pin;		/* I/O IRQ */
	
int	det_pin;		/* Card detect */
	
int	vcc_pin;		/* power switching */
	
int	rst_pin;		/* card reset */
	
u8	chipselect;		/* EBI Chip Select number */
	
u8	flags;

#define AT91_CF_TRUE_IDE	0x01

#define AT91_IDE_SWAP_A0_A2	0x02
};

/* FIXME: this needs a better location, but gets stuff building again */
#ifdef CONFIG_ATMEL_PM
extern int at91_suspend_entering_slow_clock(void);
#else

static inline int at91_suspend_entering_slow_clock(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Arnd Bergmann12100.00%1100.00%
Total12100.00%1100.00%

#endif #endif /* __ATMEL_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Jean-Christophe Plagniol-Villard5270.27%250.00%
Arnd Bergmann1925.68%125.00%
Paul Gortmaker34.05%125.00%
Total74100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.