/* * thermal_exynos.h - Samsung EXYNOS TMU device tree definitions * * Copyright (C) 2014 Samsung Electronics * Lukasz Majewski * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * */ #ifndef _EXYNOS_THERMAL_TMU_DT_H #define _EXYNOS_THERMAL_TMU_DT_H #define TYPE_ONE_POINT_TRIMMING 0 #define TYPE_ONE_POINT_TRIMMING_25 1 #define TYPE_ONE_POINT_TRIMMING_85 2 #define TYPE_TWO_POINT_TRIMMING 3 #define TYPE_NONE 4 #endif /* _EXYNOS_THERMAL_TMU_DT_H */ 3bf729e54'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSean Nyekjaer <sean.nyekjaer@prevas.dk>2017-01-27 21:39:03 +0100
committerDavid S. Miller <davem@davemloft.net>2017-01-29 18:45:15 -0500
commitcf626c3b252b2c9d131be0dd66096ec3bf729e54 (patch)
tree135dc27d56d62a78f56641121bde5b632f03d74c /drivers
parentf1712c73714088a7252d276a57126d56c7d37e64 (diff)
net: phy: micrel: KSZ8795 do not set SUPPORTED_[Asym_]Pause
As pr commit "net: phy: phy drivers should not set SUPPORTED_[Asym_]Pause" this phy driver should not set these feature bits. Signed-off-by: Sean Nyekjaer <sean.nyekjaer@prevas.dk> Fixes: 9d162ed69f51 ("net: phy: micrel: add support for KSZ8795") Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')