]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/gpio/gpio-intel-mid.c
gpio: drop users of irq_set_chip_and_handler_name()
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 26 Nov 2013 13:28:32 +0000 (14:28 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 3 Dec 2013 10:25:47 +0000 (11:25 +0100)
commite5428a682ca726249a89201c79ddd0599669c484
treea2ad7a5ff034b881bc13d34c93c62c7170adf1d4
parent03621b60529edfbeb32d199fa754da19574cfefc
gpio: drop users of irq_set_chip_and_handler_name()

Switch all users of irq_set_chip_and_handler_name() to simply
use irq_set_chip_and_handler(), all just provide a boilerplate
name like "demux" or "mux" - a fact which is anyway obvious
from the hwirq number from the irqdomain now present in e.g.
/proc/interrupts.

Cc: Mathias Nyman <mathias.nyman@linux.intel.com>
Cc: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: David Cohen <david.a.cohen@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Tested-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-intel-mid.c
drivers/gpio/gpio-lynxpoint.c
drivers/gpio/gpio-msic.c
drivers/gpio/gpio-timberdale.c