[PATCH] thermal: mediatek: Fix missing selection

2020-07-30 Thread Henry Yen
-by: Henry Yen --- drivers/thermal/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 3eb2348e5242..3a37f674f7f3 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -409,6 +409,7 @@ config MTK_THERMAL depends

[PATCH v2 2/2] thermal: mediatek: add tsensor support for V2 thermal system

2020-04-30 Thread Henry Yen
: 3966be3c08c3 ("thermal: mediatek: add support for MT7622 SoC") Signed-off-by: Henry Yen --- drivers/thermal/mtk_thermal.c | 132 -- 1 file changed, 125 insertions(+), 7 deletions(-) diff --git a/drivers/thermal/mtk_thermal.c b/drivers/thermal/mtk_therm

[PATCH v2 1/2] thermal: mediatek: prepare to add support for other platforms

2020-04-30 Thread Henry Yen
appended to the current code, and then the second patch will add _V2 functions with the same purpose but different implementation. Signed-off-by: Henry Yen --- drivers/thermal/mtk_thermal.c | 114 ++ 1 file changed, 62 insertions(+), 52 deletions(-) diff --git a

[PATCH v2 0/2] Mediatek thermal driver update

2020-04-30 Thread Henry Yen
. Then this patchset will add the support for another platform (e.g., MT7622 SoC). Changelog: v2: * reorganize the order of the two patches * remove unnecessary .extract and .convert callbacks * add fixes tag v1: * initial post Henry Yen (2): thermal: mediatek: prepare to add support for other

[PATCH] netfilter: fix checking method of conntrack helper

2019-01-14 Thread Henry Yen
per via command "echo 1 > /proc/sys/net/netfilter/nf_conntrack_helper", the status of IPS_HELPER_BIT will not present any change, and consequently it loses the checking ability in the context. Signed-off-by: Henry Yen Reviewed-by: Ryder Lee --- net/netfilter/nft_flow_offload.c | 5