]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00213158-4 IPU: remove in_interrupt() check in _ipu_get/_ipu_put
authorWayne Zou <b36644@freescale.com>
Tue, 12 Jun 2012 07:02:42 +0000 (15:02 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:49 +0000 (08:34 +0200)
commita4cee2795a47db43ee9b9e571b803b6b22337972
treed5277ffcbb3730ce9aea645e7b23d8a6fa150d28
parent9e142bd72f2562de952f376d1e98a9b9e10e1aac
ENGR00213158-4 IPU: remove in_interrupt() check in _ipu_get/_ipu_put

Remove in_interrupt() check in _ipu_get/_ipu_put, since clk_enable and
clk_disable should not happen in interrupt context.

Signed-off-by: Wayne Zou <b36644@freescale.com>
drivers/mxc/ipu3/ipu_common.c