#ifndef _AMBA_CLCD_NOMADIK_H #define _AMBA_CLCD_NOMADIK_H #include #ifdef CONFIG_ARCH_NOMADIK int nomadik_clcd_init_board(struct amba_device *adev, struct clcd_board *board); int nomadik_clcd_init_panel(struct clcd_fb *fb, struct device_node *endpoint); #else static inline int nomadik_clcd_init_board(struct amba_device *adev, struct clcd_board *board) { return 0; } static inline int nomadik_clcd_init_panel(struct clcd_fb *fb, struct device_node *endpoint) { return 0; } #endif #endif /* inclusion guard */ ository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Nyekjaer <sean.nyekjaer@prevas.dk>2017-01-27 08:46:23 +0100
committerDavid S. Miller <davem@davemloft.net>2017-01-27 11:10:50 -0500
commit9d162ed69f51cbd9ee5a0c7e82aba7acc96362ff (patch)
tree74742b23fbdd09ac31679dffc82290a5293b226f /drivers/usb/serial/opticon.c
parent95120ebf647180fbcfba3172677f18116f9231d5 (diff)
net: phy: micrel: add support for KSZ8795
This is adds support for the PHYs in the KSZ8795 5port managed switch. It will allow to detect the link between the switch and the soc and uses the same read_status functions as the KSZ8873MLL switch. Signed-off-by: Sean Nyekjaer <sean.nyekjaer@prevas.dk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/usb/serial/opticon.c')