OSDN Git Service

thermal: exynos: clear IRQs later in exynos4412_tmu_initialize()
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Thu, 26 Apr 2018 11:51:24 +0000 (13:51 +0200)
committerEduardo Valentin <edubezval@gmail.com>
Sun, 6 May 2018 23:23:26 +0000 (16:23 -0700)
commit736b11d1d37cd02f3ddd7072fa4fd8adb2fa245d
tree1553fd614d831e4a246b9f6dbb5591102c71173c
parentc35268f589d545fb4da5f4231fdc6c523a3724d3
thermal: exynos: clear IRQs later in exynos4412_tmu_initialize()

Clear IRQs after enabling thermal tripping (it should make no
difference in driver operation). This prepares the driver code
to moving IRQs clearing call from ->tmu_initialize method to
exynos_tmu_initialize().

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/samsung/exynos_tmu.c