/* * 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 */ mit();'> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-05-03 16:00:55 -0400
committerDavid S. Miller <davem@davemloft.net>2016-05-03 16:00:55 -0400
commit42c8819b8d7245f54d5cfa6c2ec5a436818aeda9 (patch)
tree07ad6618b99e127871db7b4c77c586730cd18fcb
parent0e28bf93a273cce0db67a17428697abb722c36b8 (diff)
parentaf67eb9e7e1ab37880459f83153d34b3c42b0075 (diff)
Merge branch 'tunnel-csum-and-sg-offloads'
Alexander Duyck says: ==================== Fixes for tunnel checksum and segmentation offloads This patch series is a subset of patches I had submitted for net-next. I plan to drop these two patches from the v3 of "Fix Tunnel features and enable GSO partial for several drivers" and I am instead submitting them for net since these are truly fixes and likely will need to be backported to stable branches. This series addresses 2 specific issues. The first is that we could request TSO on a v4 inner header while not supporting checksum offload of the outer IPv6 header. The second is that we could request an IPv6 inner checksum offload without validating that we could actually support an inner IPv6 checksum offload. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>