]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
gpio/mvebu: convert to use irq_domain_add_simple()
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 16 Oct 2012 18:21:04 +0000 (20:21 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 26 Oct 2012 07:39:46 +0000 (09:39 +0200)
commitce931f571b6dcf8534e8740e8cd16565cf362536
tree0dc6586cd1596418bf1457a95815bd03627dd910
parentd0235677311cbd404a3dcd3c0f24bf15dd24dd36
gpio/mvebu: convert to use irq_domain_add_simple()

The MVEBU driver probably just wants a few IRQs. Using the simple
domain has the upside of allocating IRQ descriptors if need be,
especially in a SPARSE_IRQ environment.

Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-mvebu.c