Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin: Blackfin: fix inverted anomaly 05000481 logic Blackfin: drop unused irq_panic()/DEBUG_ICACHE_CHECK Blackfin: ppi/spi/twi headers: add missing __BFP undef Blackfin: update defconfigs Blackfin: bfin_twi.h: start a common TWI header netdev: bfin_mac: push settings to platform resources
This commit is contained in:
29
include/linux/bfin_mac.h
Normal file
29
include/linux/bfin_mac.h
Normal file
@@ -0,0 +1,29 @@
|
||||
/*
|
||||
* Blackfin On-Chip MAC Driver
|
||||
*
|
||||
* Copyright 2004-2010 Analog Devices Inc.
|
||||
*
|
||||
* Enter bugs at http://blackfin.uclinux.org/
|
||||
*
|
||||
* Licensed under the GPL-2 or later.
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_BFIN_MAC_H_
|
||||
#define _LINUX_BFIN_MAC_H_
|
||||
|
||||
#include <linux/phy.h>
|
||||
|
||||
struct bfin_phydev_platform_data {
|
||||
unsigned short addr;
|
||||
int irq;
|
||||
};
|
||||
|
||||
struct bfin_mii_bus_platform_data {
|
||||
int phydev_number;
|
||||
struct bfin_phydev_platform_data *phydev_data;
|
||||
const unsigned short *mac_peripherals;
|
||||
int phy_mode;
|
||||
unsigned int phy_mask;
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user