summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/bcmgenet.h
blob: d8f8738629d20982ecfa7448b35a5a47be917cad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __LINUX_PLATFORM_DATA_BCMGENET_H__
#define __LINUX_PLATFORM_DATA_BCMGENET_H__

#include <linux/types.h>
#include <linux/if_ether.h>
#include <linux/phy.h>

struct bcmgenet_platform_data {
	bool		mdio_enabled;
	phy_interface_t	phy_interface;
	int		phy_address;
	int		phy_speed;
	int		phy_duplex;
	u8		mac_address[ETH_ALEN];
	int		genet_version;
};

#endif
a'>media: max2175: fix location of driver's companion documentationMauro Carvalho Chehab 2018-02-26media: i2c: max2175: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva 2017-10-31media: max2175: don't clear V4L2_SUBDEV_FL_IS_I2CAkinobu Mita 2017-08-27media: max2175: Propagate the real error on devm_clk_get() failureFabio Estevam 2017-06-20[media] max2175: remove an useless comparisionMauro Carvalho Chehab 2017-06-20[media] media: i2c: max2175: Add MAX2175 supportRamesh Shanmugasundaram