OSDN Git Service

genirq: Add irq_chip_(enable/disable)_parent
authorStefan Agner <stefan@agner.ch>
Sat, 16 May 2015 09:44:14 +0000 (11:44 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 18 May 2015 15:32:44 +0000 (17:32 +0200)
commit3cfeffc265791bc953527458e0a44ea77c459340
tree767440537eb2ccc315edcd6c7b6cac8215d2226d
parent5f22f5c668204f3af7557018b2ad6cf2074defac
genirq: Add irq_chip_(enable/disable)_parent

Add helper irq_chip_enable_parent and irq_chip_disable_parent. The
helper implement the default behavior in case irq_enable or irq_disable
is not implemented for the parent interrupt chip, which is calling the
irq_mask or irq_unmask respectively.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Cc: marc.zyngier@arm.com
Cc: linux@arm.linux.org.uk
Cc: u.kleine-koenig@pengutronix.de
Cc: olof@lixom.net
Cc: arnd@arndb.de
Cc: daniel.lezcano@linaro.org
Cc: mark.rutland@arm.com
Cc: pawel.moll@arm.com
Cc: robh+dt@kernel.org
Cc: ijc+devicetree@hellion.org.uk
Cc: galak@codeaurora.org
Cc: mcoquelin.stm32@gmail.com
Cc: linux-arm-kernel@lists.infradead.org
Cc: shawn.guo@linaro.org
Cc: kernel@pengutronix.de
Cc: jason@lakedaemon.net
Link: http://lkml.kernel.org/r/1431769465-26867-3-git-send-email-stefan@agner.ch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/irq.h
kernel/irq/chip.c