]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/mfd/qcom-pm8xxx.c
mfd: pm8921: Update for genirq changes
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 26 Feb 2014 18:59:20 +0000 (10:59 -0800)
committerLee Jones <lee.jones@linaro.org>
Wed, 19 Mar 2014 08:58:29 +0000 (08:58 +0000)
commitcced3548babc6d5338261f1b43ead62d93448567
tree5a167db039ef15e6aca063f3fc794ba3ffaefc6f
parentbc866fc7a8c4322de40b694ffcfcdda50ab82f35
mfd: pm8921: Update for genirq changes

Since this code has been marked broken for some time a few genirq
tree wide changes weren't made. set_irq_wake() was renamed to
irq_set_irq_wake() in commit a0cd9ca2b (genirq: Namespace
cleanup, 2011-02-10) and commit 10a8c383 (irq: introduce entry
and exit functions for chained handlers) introduced the chained
irq functions but this driver wasn't updated to use them. Fix
these problems and remove the BROKEN marking on this driver.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig
drivers/mfd/pm8921-core.c