/* * hed.h - ACPI Hardware Error Device * * Copyright (C) 2009, Intel Corp. * Author: Huang Ying * * This file is released under the GPLv2. */ #ifndef ACPI_HED_H #define ACPI_HED_H #include int register_acpi_hed_notifier(struct notifier_block *nb); void unregister_acpi_hed_notifier(struct notifier_block *nb); #endif distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-02-07 10:34:43 -0500
committerDavid S. Miller <davem@davemloft.net>2017-02-07 10:34:43 -0500
commit8661a631e1040e71e938aab4b1ccbcbd46c4834f (patch)
tree5e00ed6ca1dcce0006abf5176f514027a3706b67 /include
parent108d9c71dcff8fc2523861b3462ab2ba8a754ed9 (diff)
parentf39908d3b1c45208c6898550167bfa766fdd6bb8 (diff)
Merge branch 'mv88e6390-CMODE'
Andrew Lunn says: ==================== Set the CMODE for mv88e6390 ports The mv88e6390 ports 9 & 10 allow there CMODE to be set. CMODE is part of what linux defines as phy-mode. Add the needed phy-modes to linux, and add code which will act upon the phy-mode property to configure the switch port. These patches have been posted before as part of a bigger patchset which has now been broken up. I've added the received reviewed by tags, and added device tree documentation. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/phy.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h