MLK-19989 drivers: mxc: hdp-cec: make the hdp-cec kernel thread freezeable
authorJason Liu <jason.hui.liu@nxp.com>
Thu, 25 Oct 2018 02:32:08 +0000 (10:32 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commit5f9bf1097159a16e2d16f9822ef9e4c25d627d1e
tree8906d4b9e16545a640a2d64f48a366bda61a2710
parent1c082257384535fbc1ceede7466d5e7e50a03f60
MLK-19989 drivers: mxc: hdp-cec: make the hdp-cec kernel thread freezeable

the hdp-cec kernel thread should be freezeable during system suspend phase,
othwerwise, it will cause issues(hang) since it will still try to access
some resources such as clocks which are off during system suspend process.

Signed-off-by: Jason Liu <jason.hui.liu@nxp.com>
Cc: Sandor Yu <sandor.yu@nxp.com>
Cc: Laurentiu Palcu <laurentiu.palcu@nxp.com>
Acked-by: Sandor Yu <sandor.yu@nxp.com>
Reviewed-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
drivers/mxc/hdp-cec/imx-hdp-cec.c